From 54cdda554eb89225b9937b78764e48bb2e399898 Mon Sep 17 00:00:00 2001 From: Dominik Simonik Date: Wed, 15 Apr 2026 12:25:00 +0200 Subject: [PATCH 1/2] fix: make /build handoff command single-click copyable (#163) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Move the code block out of the indented bullet list so it renders as a standalone copyable block, matching the brainstorm → plan handoff format. Co-Authored-By: Claude Opus 4.6 (1M context) --- skills/plan/SKILL.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/skills/plan/SKILL.md b/skills/plan/SKILL.md index 625efc8..66465dd 100644 --- a/skills/plan/SKILL.md +++ b/skills/plan/SKILL.md @@ -263,19 +263,19 @@ 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"** → output the following (substituting the actual plan file path) and then stop: -- **Clear context and build** → Output the following (substituting the actual plan file path) and then stop: +```md +To continue with a fresh context, run: - ```md - To continue with a fresh context, run: +/clear - /clear +Then start building with: - Then start building with: +/build docs/plan/.md +``` - /build docs/plan/.md - ``` +**If the user selects another option:** - **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 From 0ef68a432f639d445ab4def43d4af4ea55437279 Mon Sep 17 00:00:00 2001 From: Dominik Simonik Date: Mon, 25 May 2026 12:29:16 +0200 Subject: [PATCH 2/2] docs(plan): tighten label for non-handoff options Co-Authored-By: Claude Opus 4.7 (1M context) --- skills/plan/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/plan/SKILL.md b/skills/plan/SKILL.md index 57e2e6c..6df9ee4 100644 --- a/skills/plan/SKILL.md +++ b/skills/plan/SKILL.md @@ -183,7 +183,7 @@ After writing the plan file, use the **AskUserQuestion tool** and present the fo **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. -**If the user selects another option:** +**For other selections:** - **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