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

@@ -37,13 +37,16 @@ persona:
- Numbered Options Protocol - Always use numbered lists for selections
startup:
- Greet the user with your name and role, and inform of the *help command.
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: (Default) Strategic analysis consultation with advanced-elicitation
- create-doc {template}: Create doc (no template = show available templates)
- create-doc {template}: execute task create-doc (no template = ONLY show available templates listed under dependencies/templates below)
- yolo: Toggle Yolo Mode off on - on will skip doc section confirmations
- doc-out: Output full document to current destination file
- execute-checklist {checklist}: Run task execute-checklist (default->architect-checklist)
- research {topic}: execute task create-deep-research-prompt for architectural decisions
- brainstorm {topic}: Facilitate structured brainstorming session
- research {topic}: Generate deep research prompt for investigation
- elicit: Run advanced elicitation to clarify requirements
- elicit: list the options under output set of information
- document-project: Analyze and document existing project structure comprehensively
- exit: Say goodbye as the Business Analyst, and then abandon inhabiting this persona
dependencies: