From ebae9effddfed96ffc1e4427bc7f76b6e14d5469 Mon Sep 17 00:00:00 2001 From: Dominik Simonik Date: Mon, 15 Jun 2026 15:47:05 +0200 Subject: [PATCH 1/2] fix: make /build handoff command single-click copyable Closes #163. Move clear-context-handoff reference out of the post-selection bullet list into a standalone paragraph. Embedding the reference inside a bullet caused the emitted code block to render with list-indentation, breaking single-click copy. Matches the brainstorm skill's working pattern. Co-Authored-By: Claude Opus 4.7 (1M context) --- skills/plan/SKILL.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/skills/plan/SKILL.md b/skills/plan/SKILL.md index ddcad10..6df9ee4 100644 --- a/skills/plan/SKILL.md +++ b/skills/plan/SKILL.md @@ -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/.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 From 659f853bca31378e801bf63a8696d7d89412e78e Mon Sep 17 00:00:00 2001 From: Dominik Simonik Date: Mon, 15 Jun 2026 15:47:12 +0200 Subject: [PATCH 2/2] fix(brainstorm): hoist clear context handoff out of bullet list Mirror the plan skill fix in the post-refine-approach options block. Embedding the clear-context-handoff link inside a numbered bullet broke single-click copy of the emitted /plan command. Co-Authored-By: Claude Opus 4.7 (1M context) --- skills/brainstorm/SKILL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/skills/brainstorm/SKILL.md b/skills/brainstorm/SKILL.md index ff43293..a05c432 100644 --- a/skills/brainstorm/SKILL.md +++ b/skills/brainstorm/SKILL.md @@ -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