Skip to content

fix: /build handoff command not single-click copyable like /plan handoff #163

@JohnWeidner

Description

@JohnWeidner

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions