technical-design

dirkkok101dirkkok101

Bridge from PRD or brainstorm to implementation plan. Produces architecture diagrams, sequence diagrams, data models, API specifications with .NET/C# patterns (MediatR CQRS, EF Core, AutoMapper, FluentValidation), UI wireframes, and integration patterns. Use when user says "design the system", "create technical spec", "API design", "architecture", or after PRD approval. Always use this before /plan for anything beyond simple changes.

194 days ago

prd

dirkkok101dirkkok101

Generate a formal Product Requirements Document from brainstorm output or from scratch. Produces user personas, use cases, functional requirements as user stories with acceptance criteria, non-functional requirements, and MoSCoW prioritization. Use when starting a business feature that needs requirements documentation, when user says "write requirements", "create PRD", "define user stories", or after brainstorm approval for business features.

194 days ago

beads

dirkkok101dirkkok101

Convert approved plans into intent-based beads with self-assessment gate. Each bead is a work package for a sub-agent that loads surgical context to implement. No source code in beads.

194 days ago

execute

dirkkok101dirkkok101

Execute approved beads using sub-agent model. Each bead is a work package - agent loads surgical context, designs, implements, and verifies. Continues until feature complete.

194 days ago

diagnose

dirkkok101dirkkok101

Systematic root cause analysis for bugs and unexpected behavior. Investigates, isolates, and either fixes simple issues directly or escalates to appropriate workflow.

194 days ago

docs-write

dirkkok101dirkkok101

Generate and update documentation using templates for any Diataxis type (tutorial, howto, reference, explanation), AI files (CLAUDE.md, AGENTS.md, llms.txt), architecture docs (C4 context/container, system overview, Mermaid diagrams), and project files (README, CONTRIBUTING, glossary). Template-driven with idempotent updates that preserve custom sections. Use when creating or updating documentation. Triggers on "write docs for", "create a tutorial", "document the API", "generate README", "create AGENTS.md", "write architecture overview".

194 days ago

docs-audit

dirkkok101dirkkok101

Analyze documentation health for existing codebases. Detects structure, applies Diataxis gap analysis, checks AI-friendliness (CLAUDE.md, AGENTS.md, llms.txt), and scans for staleness. Use when joining a project, assessing documentation quality, or before a major documentation effort. Triggers on "review my docs", "what docs are missing", "audit documentation", "check doc health".

194 days ago

compound

dirkkok101dirkkok101

Capture learnings from feature development to make future work easier. Called after review cycles during execute phase. Each call captures one focused learning.

194 days ago

research

dirkkok101dirkkok101

Deep research phase that produces a structured research brief before brainstorming or PRD creation. Use this skill when starting a new feature that needs competitive analysis, technical landscape review, or stakeholder research before designing. Trigger when user says "research this", "what's out there for", "investigate options for", or before any major new initiative.

194 days ago

docs-adr

dirkkok101dirkkok101

Record architectural decisions using MADR templates with full lifecycle support (Proposed, Accepted, Deprecated, Superseded). Supports full, minimal, and bare template variants. Use when making or recording architectural decisions, documenting technology choices, or capturing decision rationale. Triggers on "record this decision", "create an ADR", "document why we chose", "capture rationale".

194 days ago

brainstorm

dirkkok101dirkkok101

Transform rough ideas into validated designs through deep understanding, research, and documentation synthesis. Designs become permanent project documentation.

194 days ago

plan

dirkkok101dirkkok101

Transform validated designs into hierarchical implementation plans that serve as permanent documentation. Plans contain intent, pseudocode, and diagrams - never source code. Requires design approval.

194 days ago

review

dirkkok101dirkkok101

Multi-perspective code review using parallel agents. Consolidates findings by severity for user approval. Use when implementation is complete (/execute finished), user says "review", "code review", or "check the code", before creating a PR, or after significant changes.

194 days ago