Compare commits

..

1 Commits

Author SHA1 Message Date
Ajay Kumar 3ddd4f8397
Merge 2632f6c538 into 97a533e298 2026-02-24 18:39:12 -07:00
1 changed files with 5 additions and 7 deletions

View File

@ -124,20 +124,18 @@ 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.
Load and follow **Adversarial Review** in a fresh context (recommended for information asymmetry): To run **Adversarial Review** in a fresh context (recommended for information asymmetry):
\`\`\` \`\`\`
/bmad-review-adversarial-general "{finalFile}" /bmad-review-adversarial-general {finalFile}
\`\`\` \`\`\`
Load and follow **development** in a fresh context: To start **development** in a fresh context:
\`\`\` \`\`\`
/quick-dev "{finalFile}" 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. This ensures the agent has clean context focused solely on its task.
``` ```
@ -187,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!"