This commit is contained in:
Ajay Kumar 2026-03-12 03:37:55 -03:00 committed by GitHub
commit a1917318e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 12 additions and 4 deletions

View File

@ -124,13 +124,21 @@ Saved to: {finalFile}
Once you are fully satisfied with the spec (ideally after **Adversarial Review** and maybe a few rounds of **Advanced Elicitation**), it is recommended to run implementation in a FRESH CONTEXT for best results. Once you are fully satisfied with the spec (ideally after **Adversarial Review** and maybe a few rounds of **Advanced Elicitation**), it is recommended to run implementation in a FRESH CONTEXT for best results.
Copy this prompt to start dev: Load and follow **Adversarial Review** in a fresh context (recommended for information asymmetry):
\`\`\` \`\`\`
quick-dev {finalFile} /bmad-review-adversarial-general "{finalFile}"
\`\`\` \`\`\`
This ensures the dev agent has clean context focused solely on implementation. Load and follow **development** in a fresh context:
\`\`\`
/quick-dev "{finalFile}"
\`\`\`
_(Both are slash commands — prefix `/` invokes a BMAD skill or workflow.)_
This ensures the agent has clean context focused solely on its task.
``` ```
b) **HALT and wait for user selection.** b) **HALT and wait for user selection.**
@ -177,7 +185,7 @@ b) **HALT and wait for user selection.**
When you're ready to implement, run: When you're ready to implement, run:
``` ```
quick-dev {finalFile} /quick-dev {finalFile}
``` ```
Ship it!" Ship it!"