aidlc
01Command Claude Code
AIDLC dispatcher — run a phase for an epic, or the next eligible phase. Usage: /aidlc [phase].
Command Claude Code
AIDLC dispatcher — run a phase for an epic, or the next eligible phase. Usage: /aidlc [phase].
Command Claude Code
Run performance / benchmark checks. (AIDLC Benchmark phase) Usage: /benchmark.
Command Claude Code
Design the implementation approach. (AIDLC Design phase) Usage: /design.
Command Claude Code
Run the test cases and write the report. (AIDLC Execute Test phase) Usage: /execute-test.
Command Claude Code
Concrete, executable test cases from the plan. (AIDLC Generate Test Cases phase) Usage: /generate-test-cases.
Command Claude Code
Build the feature on a feature branch. (AIDLC Implement phase) Usage: /implement.
Command Claude Code
Scaffold the epic and write the PRD. (AIDLC Plan phase) Usage: /plan.
Command Claude Code
Cross-check spec ↔ plan ↔ tasks for consistency and coverage before build.
Command Claude Code
Surface and resolve underspecified areas of the spec.
Command Claude Code
Execute the task list on a feature branch.
Command Claude Code
Derive the technical implementation plan from the spec.
Command Claude Code
Turn a feature description into a structured, testable spec.
Command Claude Code
Break the plan into an ordered, dependency-aware task list.
Command Claude Code
Plan how the feature will be verified. (AIDLC Test Plan phase) Usage: /test-plan.
Command Claude Code
Write / run the unit tests for the feature. (AIDLC Unit Test phase) Usage: /unit-test.