Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions skills/brainstorm/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,11 +131,11 @@ Use **AskUserQuestion tool** to consider next steps:

When `refine-approach` is complete, present these options:

1. **Clear context and plan**: follow the [clear context handoff](references/clear-context-handoff.md) for `/plan`
1. **Clear context and plan (Recommended)**: clear context for a fresh start, then plan
2. **Move to planning**: run the `/plan` skill to create a detailed implementation plan
3. **Done for now**: ideation complete. To start planning later: `/plan`

**If the user selects "Clear context and plan"** → output the same instructions as above and then stop.
**If the user selects "Clear context and plan"** → Follow the [clear context handoff](references/clear-context-handoff.md) for `/plan` with the actual brainstorm doc path. Then stop.

## Output Summary

Expand Down
5 changes: 3 additions & 2 deletions skills/plan/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,10 @@ After writing the plan file, use the **AskUserQuestion tool** and present the fo
4. **Run `/plan-technical-review` on this plan**: run the technical review skill to validate the plan
5. **Review and refine**: improve the plan through self-review

Based on selection:
**If the user selects "Clear context and build"** → Follow the [clear context handoff](references/clear-context-handoff.md) for `/build` with the actual plan file path. Then stop.

**For other selections:**

- **Clear context and build** → Follow the [clear context handoff](references/clear-context-handoff.md) for `/build` with the actual plan file path. Then stop.
- **Start building** → Call the `/build` skill with the plan file path
- **Open plan in editor** → Run `open docs/plan/<plan_filename>.md` to open the file in the user's default editor
- **`/plan-technical-review`** → Call the `/plan-technical-review` skill with the plan file path
Expand Down
Loading