initial commit
This commit is contained in:
10
prompts/implement-and-review.md
Normal file
10
prompts/implement-and-review.md
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
description: Implement, review, then revise using tmux-backed subagents
|
||||
---
|
||||
Use the `subagent` tool in chain mode:
|
||||
|
||||
1. `worker` to implement: $@
|
||||
2. `reviewer` to review `{previous}` and identify issues
|
||||
3. `worker` to revise the implementation using `{previous}`
|
||||
|
||||
User request: $@
|
||||
10
prompts/implement.md
Normal file
10
prompts/implement.md
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
description: Scout, plan, and implement using tmux-backed subagents
|
||||
---
|
||||
Use the `subagent` tool to handle this request in three stages:
|
||||
|
||||
1. Run `scout` to inspect the codebase for: $@
|
||||
2. Run `planner` in chain mode, using `{previous}` from the scout output to produce a concrete implementation plan
|
||||
3. Run `worker` in chain mode, using `{previous}` from the planner output to implement the approved plan
|
||||
|
||||
User request: $@
|
||||
9
prompts/scout-and-plan.md
Normal file
9
prompts/scout-and-plan.md
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
description: Scout the codebase, then produce a plan using tmux-backed subagents
|
||||
---
|
||||
Use the `subagent` tool in chain mode:
|
||||
|
||||
1. `scout` to inspect the codebase for: $@
|
||||
2. `planner` to turn `{previous}` into an implementation plan
|
||||
|
||||
User request: $@
|
||||
Reference in New Issue
Block a user