Most Used Tags
Structured specification process: explores code, generates user stories with testable acceptance criteria, resolves ambiguities through interactive clarification, validates completeness, and outputs a lightweight spec. Use before /tdd to clarify WHAT to build.
Evaluates TDD implementation plans for completeness and correctness before coding.
Reviews implementation against the TDD plan to ensure quality and adherence to specifications.
Structured TDD process: explores code, plans with chunk decomposition, writes failing tests first, implements to pass, and runs an 8-point quality checklist. Use when implementing features, fixing bugs, or refactoring with test verification.
A comprehensive AI development workflow for building and reviewing code efficiently.