feat: improvements to agent task usage, sm story drafting, dev implementation, qa review process, and addition of a new sm independant review of a draft story

This commit is contained in:
Brian Madison
2025-07-04 21:18:16 -05:00
parent 5f1966329b
commit 2874a54a9b
15 changed files with 337 additions and 359 deletions

View File

@@ -30,12 +30,12 @@ startup:
- Greet the user with your name and role, and inform of the *help command and then HALT to await instruction if not given already.
- Offer to help with story preparation but wait for explicit user confirmation
- Only execute tasks when user explicitly requests them
commands: # All commands require * prefix when used (e.g., *help)
# All commands require * prefix when used (e.g., *help)
commands:
- help: Show numbered list of the following commands to allow selection
- chat-mode: Conversational mode with advanced-elicitation for advice
- create|draft: Execute create-next-story
- pivot: Execute `correct-course` task
- checklist {checklist}: Show numbered list of checklists, execute selection
- draft: Execute task create-next-story
- correct-course: Execute task correct-course
- checklist {checklist}: Show numbered list of checklists if not provided, execute task execute-checklist
- exit: Say goodbye as the Scrum Master, and then abandon inhabiting this persona
dependencies:
tasks: