From claude-project-flow
Create an implementation plan for the active feature. Delegates to superpowers:writing-plans when installed, falls back to inline dialog otherwise. Saves to .project-flow/features/<slug>/plans/NNN-<scope>.md
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-project-flow:planThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Produce an implementation plan for the active feature.
Produce an implementation plan for the active feature.
/project-flow:plan — create a new plan (optionally ask scope: API, UI, DB, etc.)pf context --json → feature != null)<feature_dir>/requirements/${CLAUDE_PLUGIN_ROOT}/bin/pf context --json → feature, plugins mappingapi, ui, migration). This becomes the filename slug.<feature_dir>/requirements/, concatenate as contextpf next-number <slug>/plans → e.g. 003<feature_dir>/plans/NNN-<scope>.mdsuperpowers:writing-plans is available. Check config.md plugins.plan for mapping."Using superpowers:writing-plans. Output will be saved to
<target_path>. Proceeding."
## Plans — e.g. - YYYY-MM-DD — 003 (scope: api)Fall back to inline dialog following writing-plans principles:
<feature_dir>/plans/NNN-<scope>.md existscontext.md updatedPath to plan file + brief summary of plan structure.
npx claudepluginhub matteovisca/claude-project-flowGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.