Problem
When brainstorm ends and the user selects "Clear context and plan", the output includes:
/clear
/plan docs/brainstorm/<filename>.md
The /plan command is easily copyable with a single click.
When plan ends and the user selects "Clear context and build", the output includes:
/clear
/build docs/plan/<filename>.md
The /build command is not single-click copyable — the user has to manually highlight the command text and copy it.
Both skills use the same handoff template structure in their SKILL.md files (skills/brainstorm/SKILL.md:182-190 and skills/plan/SKILL.md:270-278), so the difference likely comes from how the model renders the output in practice rather than an explicit template difference.
Expected Behavior
The /build docs/plan/<filename>.md command in the plan handoff should be single-click copyable, matching the behavior of the /plan command in the brainstorm handoff.
Suggested Fix
Investigate why the brainstorm → plan handoff renders as single-click copyable but the plan → build handoff does not, and update the plan skill's handoff instructions to produce the same copyable output format.
Problem
When brainstorm ends and the user selects "Clear context and plan", the output includes:
The
/plancommand is easily copyable with a single click.When plan ends and the user selects "Clear context and build", the output includes:
The
/buildcommand is not single-click copyable — the user has to manually highlight the command text and copy it.Both skills use the same handoff template structure in their SKILL.md files (
skills/brainstorm/SKILL.md:182-190andskills/plan/SKILL.md:270-278), so the difference likely comes from how the model renders the output in practice rather than an explicit template difference.Expected Behavior
The
/build docs/plan/<filename>.mdcommand in the plan handoff should be single-click copyable, matching the behavior of the/plancommand in the brainstorm handoff.Suggested Fix
Investigate why the brainstorm → plan handoff renders as single-click copyable but the plan → build handoff does not, and update the plan skill's handoff instructions to produce the same copyable output format.