We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e56bb1 commit 55013a3Copy full SHA for 55013a3
1 file changed
web/content/docs/1-getting-started.md
@@ -54,8 +54,12 @@ AI DevKit provides helpful commands to guide your development workflow:
54
- `/review-requirements` - Review requirements documentation
55
- `/review-design` - Validate design docs against requirements
56
- `/execute-plan` - Work through implementation tasks
57
+- `/check-implementation` - Compare implementation with design documents
58
- `/writing-test` - Generate comprehensive test cases
59
- `/code-review` - Perform structured code reviews
60
+- `/capture-knowledge` - Capture structured understanding of code entry points
61
+- `/debug` - Debug issues by clarifying expectations and agreeing on fix plans
62
+- `/update-planning` - Reconcile implementation progress with planning documentation
63
64
## Next Steps
65
0 commit comments