Extends superpowers:writing-plans with devflow's phase-handoff at the end.
40
38%
Does it follow best practices?
Impact
—
No eval scenarios have been run
Passed
No known issues
Optimize this skill with Tessl
npx tessl skill review --optimize ./skills/writing-plans/SKILL.mdThis skill extends superpowers:writing-plans. Follow the superpowers skill completely.
When the following events occur, apply these additions:
[A-Z]+-[0-9]+); if none, use none.mark_chapter with {title: "Plan — <TICKET>", summary: "Writing implementation plan"}.
If mark_chapter is unavailable (e.g. running outside Claude Code), skip silently.[ -t 1 ] && printf '\e]2;%s — Plan\007' "<TICKET>" || truemark_chapter (step 2).Invoke devflow:phase-handoff with arguments --phase plan --next-phase lock-tests.
The phase-handoff skill writes the frozen-state file, runs a one-click AskUserQuestion
gate, then spawns a new Claude Desktop session via mcp__ccd_session__spawn_task titled
[<TICKET>] [MR#<N>] Lock Tests (visible in the sidebar). Do NOT auto-invoke
devflow:lock-tests from here — the next phase must start in a fresh spawned session,
not in this one.
$ARGUMENTS
8d872bf
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.