What problem does it solve? Turning an idea, PRD, or approved direction into a rigorous, executable implementation plan is error-prone: plans often lack verification gates, test stages, and resume context, causing agents to mark unfinished work as done. This Skill produces the repo's canonical plan artifact with enforced structure and automated validation. ## Core Features & Use Cases - SIMPLE and COMPLEX plan generation: Creates one-session plans (8-15 checklist steps) or multi-phase plans with RFCs, architecture decisions, and phased delivery gates. - Phase program support: For large programs, generates an umbrella orchestration plan plus one direct plan file per phase under a feature folder. - Mandatory quality sections: Enforces Touchpoints, Public Contracts, Blast Radius, Verification Evidence, and Resume and Execution Handoff sections in every direct plan. - Artifact validation: Ships a Node.js validator script that checks filenames, date stamps, required sections, and status markers before a plan is accepted. - Use Case: A developer describes a new dashboard feature; the Skill asks whether it is SIMPLE or COMPLEX, runs date +%d-%m-%y, writes the plan into a task folder under process/general-plans/active/, and validates it with the bundled script. ## Quick Start Ask the assistant to create an implementation plan for your feature idea and specify whether it is simple or complex.