workflow-architecture
Centralized architecture documentation for the pm-workflow bundle with visual diagrams
Centralized architecture documentation for the pm-workflow bundle with visual diagrams
Redis 기반 Composite Event Bus 패턴 가이드. Event Router, SSE Gateway, Redis Streams/Pub-Sub 구현 시 참조. "event", "sse", "stream", "pubsub", "broadcast", "realtime" 키워드로 트리거.
Comprehensive guide to implementing robust retry logic, timeout handling, and backoff algorithms for resilient distributed systems
Spot patterns appearing in 3+ domains to find universal principles
Adapts NASA's "Power of 10" safety rules for high-reliability TypeScript code.
Gate 3: Technical architecture document - defines HOW/WHERE with technology-agnostic patterns before concrete implementation choices.
Convex development guidelines and best practices. Use when writing Convex functions, queries, mutations, schemas, or reviewing Convex code. Triggers on tasks involving Convex backend development, real-time data, or database operations.
Explains the padz hybrid store architecture—files are truth, JSON metadata is a rebuildable cache. Covers self-healing reconciliation (orphans, zombies, staleness), the Backend+Store split for testability, and how to use MemBackend for unit tests. Use when working on storage, persistence, sync, doctor, or writing tests that need store simulation.
You are the multiple queue system architect for Modcaster, solving the
JavaScript and TypeScript best practices inspired by DHH's philosophy - writing elegant, maintainable, and expressive code
Analyze domain models and infer entity relationships from naming conventions. Language-agnostic. Use when understanding data models, designing database schemas, or before generating API code.
Enterprise context and session management with token budget optimization and state persistence
Architecture Decision Records (ADRs)をdocs/adr/ディレクトリで管理します。 新しいADRの作成、既存ADRの編集、ADR索引の確認を行います。 ユーザーがアーキテクチャ決定の記録、ADRの作成・更新・検索を依頼したときに使用してください。 番号の自動採番、プロジェクト固有のフォーマット(日本語、メタデータ構造)を遵守します。
Implements persistent agent lifecycle management with 6 lifespans (ephemeral, turn, context, session, workflow, project). Use when creating agents that survive across turns, managing workflow-scoped execution, or needing automatic cleanup at lifecycle boundaries.
Refines architecture diagrams for readability, consistency, and clarity without changing factual accuracy, adhering to Technical Designer values.
gRPC/Protobuf開発 - proto定義、コード生成、バックエンド実装のワークフロー
Task, ValueTask, async streams, cancellation 등 C# async/await 패턴을 사용할 때 활용합니다. 비동기 C# 코드를 작성할 때 사용합니다.
Guide for implementing Clean Architecture patterns in .NET projects. Use when creating new features, refactoring code structure, or when the user mentions "clean architecture", "layers", "domain-driven", "CQRS", or asks about project structure.
Comprehensive guide to event schema registries, schema evolution, compatibility checking, and governance for event-driven architectures
Brazilian healthcare compliance for regulated medical and psychological content. Includes LGPD data protection, CFM/CRP/ANVISA regulatory requirements, scientific research validation, and data sanitization. Use when developing healthcare applications, ensuring LGPD compliance, validating medical content, implementing data protection, or creating regulated healthcare systems in Brazil.