16 lines
822 B
Markdown
16 lines
822 B
Markdown
---
|
|
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.
|