Compare commits
6 Commits
f2bdbe1934
...
8c55ee0d24
| Author | SHA1 | Date |
|---|---|---|
|
|
8c55ee0d24 | |
|
|
abf3d25f06 | |
|
|
ace23f6902 | |
|
|
d756b79322 | |
|
|
622e1fd813 | |
|
|
2632f6c538 |
|
|
@ -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.
|
||||
|
||||
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.**
|
||||
|
|
@ -179,7 +187,7 @@ b) **HALT and wait for user selection.**
|
|||
When you're ready to implement, run:
|
||||
|
||||
```
|
||||
quick-dev {finalFile}
|
||||
/quick-dev {finalFile}
|
||||
```
|
||||
|
||||
Ship it!"
|
||||
|
|
|
|||
|
|
@ -23,13 +23,3 @@ output_folder:
|
|||
prompt: "Where should output files be saved?"
|
||||
default: "_bmad-output"
|
||||
result: "{project-root}/{value}"
|
||||
|
||||
tool_supports_subagents:
|
||||
prompt: "Subagents are supported by the LLM or Tool I will be using?"
|
||||
default: true
|
||||
result: "{value}"
|
||||
|
||||
tool_supports_agent_teams:
|
||||
prompt: "Agent Teams are supported by the LLM or Tool I will be using?"
|
||||
default: false
|
||||
result: "{value}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue