feat: Claude Code slash commands for Tasks and Agents!

This commit is contained in:
Brian Madison
2025-07-12 21:08:13 -05:00
parent 24a35ff2c4
commit e9e541a52e
23 changed files with 826 additions and 4316 deletions

6
dist/agents/qa.txt vendored
View File

@@ -96,9 +96,7 @@ dependencies:
==================== START: .bmad-core/tasks/review-story.md ====================
# review-story
When a developer marks a story as "Ready for Review", perform a comprehensive senior developer code review with the ability to refactor and improve code directly.
[[LLM: QA Agent executing review-story task as Senior Developer]]
When a developer agent marks a story as "Ready for Review", perform a comprehensive senior developer code review with the ability to refactor and improve code directly.
## Prerequisites
@@ -227,6 +225,7 @@ After review and any refactoring, append your results to the story file in the Q
## Blocking Conditions
Stop the review and request clarification if:
- Story file is incomplete or missing critical sections
- File List is empty or clearly incomplete
- No tests exist when they were required
@@ -236,6 +235,7 @@ Stop the review and request clarification if:
## Completion
After review:
1. If all items are checked and approved: Update story status to "Done"
2. If unchecked items remain: Keep status as "Review" for dev to address
3. Always provide constructive feedback and explanations for learning