Skip to content
Development
Skill

/controlflow-plan

Use when a repository task needs a high-quality ControlFlow plan before coding — small, medium, or large scope, cross-file edits, risky migrations, architectural uncertainty, or any work that should produce a saved Markdown plan artifact in plans/. Single-sources the plan format

From plugin
controlflow
133 skills1 agent
Install
$ npx -y skills add Smithbox-ai/ControlFlow --skill controlflow-plan --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/controlflow-plan

Context preview

The summary Claude sees to decide when to auto-load this skill.

Use when a repository task needs a high-quality ControlFlow plan before coding — small, medium, or large scope, cross-file edits, risky migrations, architectural uncertainty, or any work that should produce a saved Markdown plan artifact in plans/. Single-sources the plan format

SKILL.md

controlflow-plan.SKILL.md
name: controlflow-plan
description: "Use when a repository task needs a high-quality ControlFlow plan before coding — small, medium, or large scope, cross-file edits, risky migrations, architectural uncertainty, or any work that should produce a saved Markdown plan artifact in plans/. Single-sources the plan format from schemas/planner.plan.schema.json and the plan template."

ControlFlow Plan

Overview

Produce a durable, execution-ready plan in the shared ControlFlow format. The format is not restated here: it is single-sourced from `schemas/planner.plan.schema.json` (the machine-enforced contract) and `plans/templates/plan-document-template.md` (the human document skeleton). Read both at invoke time and conform to them; do not paraphrase the contract from memory.

Invoke this skill via `/controlflow-claude-code:controlflow-plan`.

Local Contract

  • Read the repository before phase decomposition; keep verified facts separate from

assumptions with a bounded scope statement.

  • The saved artifact defines scope, risks, files, phases, validation, review route, and

handoff without depending on plugin-host runtime contracts.

  • Apply [references/llm-behavior-guidelines.md](references/llm-behavior-guidelines.md) for

assumption, simplicity, scope, and verification discipline.

  • Ask the user directly when an answer changes file scope, user-visible behavior,

architecture, or destructive-risk handling; otherwise record a bounded assumption.

Workflow

1. Create a saved plan when the user asks for one or when work is SMALL, MEDIUM, or LARGE; skip only for truly TRIVIAL work. Save to `plans/<task-slug>-plan.md` unless the user names another path. 2. Read `schemas/planner.plan.schema.json` and `plans/templates/plan-document-template.md` — these are the authoritative format. Use [references/plan-format.md](references/plan-format.md) as a compact checklist, not a substitute for them. 3. Map likely files, tests, commands, dependencies, and change boundaries before phase decomposition. 4. Read [references/complexity-tiers.md](references/complexity-tiers.md); assign one tier. Any unresolved HIGH-impact semantic risk forces LARGE regardless of file count. 5. Fill all seven semantic risk categories (see [references/plan-format.md](references/plan-format.md)); never skip a row — use `not_applicable` with justification. 6. Write the artifact using the template's header, 10 sections in order, and the five lifecycle sections (`## Progress`, `## Discoveries`, `## Decision Log`, `## Outcomes`, `## Idempotence & Recovery`) for SMALL+ plans. 7. Every phase declares exactly one `executor_agent` from the schema enum, lists concrete files, tests, acceptance criteria, quality gates, and failure expectations, and keeps steps in numbered prose with NO code blocks. 8. Add Mermaid diagrams per tier: `sequenceDiagram` for MEDIUM+ non-trivial orchestration; `flowchart TD` + `sequenceDiagram` for LARGE. Each diagram ≤30 lines. 9. Set `status: ABSTAIN` or `REPLAN_REQUIRED` when confidence is below 0.9 or evidence is insufficient; include the terminal-outcome structure from the template. 10. Add a research or spike phase before implementation when a HIGH-impact risk is unresolved. 11. For `READY_FOR_EXECUTION`, include a Handoff section pointing execution to `plans/<task-slug>-plan.md` — do NOT inline the plan in chat. See [references/inline-execution.md](references/inline-execution.md) for how execution treats waves, the context packet, and optional delegation.

Review Route (tier-gated, runs after this skill)

Hand non-TRIVIAL plans to `/controlflow-claude-code:controlflow-verify`, which runs inline adversarial verification: SMALL → phase 1; MEDIUM → phases 1–2; LARGE → phases 1–3.

Planning-Specific Failure Checks

  • Do not plan from chat memory when reading the repo would change scope.
  • Do not skip a semantic risk category because the tier feels low.
  • Do not decompose phases before mapping likely files and tests.
  • Do not mark READY_FOR_EXECUTION without a review route and artifact destination.
  • Do not restate the schema/template in the artifact — conform to them.

References

  • `references/plan-format.md`
  • `references/complexity-tiers.md`
  • `references/inline-execution.md`
  • `references/llm-behavior-guidelines.md`
Read more
Ships withcontrolflow

A multi-agent orchestration system for VS Code Copilot, plus maintained Codex, Claude, and Cursor plugins.

Get the whole plugin
Stats
13
Stars
0
Forks
Maintained
Maintenance
JavaScript
Language
2mo ago
Last commit
6mo ago
Created

Repo: Smithbox-ai/ControlFlow

Other skills on controlflow.