plan-flow
Installation
SKILL.md
Plan Flow
Overview
Use this skill when the user needs:
- A complete analysis of duplicated/redundant design in a codebase.
- A detailed TODO plan with explicit file-level steps.
- Strict execution evidence: change one step, test it, then update plan status.
This skill is repository-agnostic. It defines how to analyze and plan, not only what was done in one specific repo.
Core Workflow (Analyze -> Plan -> Execute)
- Establish scope and constraints.
- Confirm target directories/modules and out-of-scope areas.
- Capture compatibility requirement, risk tolerance, and testing expectations.
- Record baseline (
git status --short, current branch, known blockers).