From devflow
Write the spec and the ordered, verifiable task plan for non-trivial work. Use after discovery in standard and deep modes. Skip for tiny.
How this skill is triggered — by the user, by Claude, or both
Slash command
/devflow:devflow-designThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Spec = design contract. Plan = executable task list. Short, decisive, no fluff.
Spec = design contract. Plan = executable task list. Short, decisive, no fluff.
| Mode | Spec | Plan |
|---|---|---|
| tiny | none | none |
| standard | inline (≤20 lines) | file at docs/devflow/plans/<kebab-slug>.md (always — checkbox state = resumability) |
| deep | file at docs/devflow/specs/<kebab-slug>.md | file at docs/devflow/plans/<kebab-slug>.md |
Templates: ${CLAUDE_PLUGIN_ROOT}/templates/spec-template.md, ${CLAUDE_PLUGIN_ROOT}/templates/plan-template.md.
Rules: no restating obvious context; bullets over paragraphs; real file paths only; empty section → "n/a — "; readable in under 2 minutes.
verified (source) or assumption — unverified. Unverified load-bearing assumptions are review blockers.[ ] Task N: <verb-led goal> + files to touch + per-task verification commandTask sizing: one task = one logical change verifiable on its own; order keeps the build green; split multi-file-refactor + behavior-change tasks in two; TDD task before behavior changes where practical. Every task in verifiable form: <task> → verify: <check> — strong criteria let the agent loop independently.
Output: compact, checkboxes, no prose between tasks.
A plan is not done until reviewed: run devflow-plan-review via the independent devflow-plan-reviewer subagent (max-reasoning tier). Revise on REQUEST CHANGES, re-review (round 2 = revision diff vs round-1 findings). Cap 2 rounds, then surface open findings to the user. No execution on an unreviewed plan.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub latsode/devflow --plugin devflow