Development
Development commands handle the actual coding work. The flagship
command, /gaia-dev-story, implements a complete
TDD-driven development workflow from story loading through code
review and merge. Quick-flow variants handle smaller changes that
do not need the full story lifecycle.
Commands in this category
- /gaia-dev-story user-facing Implement a user story end-to-end with TDD: plan, write failing tests, implement, refactor, commit, push, PR, and merge.
- /gaia-quick-spec user-facing Create a quick technical spec for a small change that does not need a full PRD or story.
- /gaia-quick-dev user-facing Implement a quick spec by loading it and delegating to the appropriate stack developer.
- /gaia-fix-story user-facing Apply validation findings to a story file and re-validate to move it back to ready-for-dev.
- /gaia-add-feature user-facing Triage and route a fix, enhancement, or feature through only the affected artifacts.
- /gaia-triage-findings user-facing Scan the active sprint's story files for development findings and triage each into a new backlog story, existing story, or dismiss. Also runs the tech-debt review phase that builds the rolling tech-debt dashboard. Required before a sprint can be closed.
-
/gaia-change-request
deprecated
Redirects to
/gaia-add-feature. Kept for backward compatibility.