Initial commit
This commit is contained in:
15
commands/generate-n-plans.md
Normal file
15
commands/generate-n-plans.md
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
argument-hint: [amount] [feature-id]
|
||||
description: Create n amount of plans for a feature
|
||||
---
|
||||
|
||||
THINK HARD.
|
||||
|
||||
Generate $1 amount of plans for a feature with id $2, you'll use a sub-agent to generate each plan so that each plan is unique.
|
||||
|
||||
A research file has already been gerated by a human or agent. Read it from .claude/research/[$2].md. If you can't find the research file, ask the user to provide the research.
|
||||
|
||||
Then, think of n directions for the plans. Just think of the main directions, don't go into the details yet.
|
||||
Then, trigger a sub-agent for each direction to generate a plan. The sub-agent will use the research from .claude/research/[$2].md to generate the plan.
|
||||
|
||||
Once you have generated all the plans, return the plans in a file called .claude/plans/[$2].md, adding a comparison of the plans at the end.
|
||||
Reference in New Issue
Block a user