What problem does it solve? Turning a raw ticket or brief into an executable engineering plan is error-prone: requirements get assumed, existing code gets rebuilt, and edge cases get missed. This Skill produces a verified, file-based blueprint that another engineer or agent can execute without guessing. ## Core Features & Use Cases - Five-phase planning pipeline: reads inputs and code, challenges scope, reviews architecture/quality/tests/performance, then writes and hands off the plan. - Reuse-first discipline: every new component must pass a reuse ladder against the existing codebase, with searches recorded in a Component Manifest. - Structured artifacts: saves README.md, ARCHITECTURE.md, TASKS.md, and TESTS.md with cross-referenced contracts, acceptance criteria coverage, and failure cases. - Use Case: Given a raw feature ticket, the Skill verifies claims against the actual code, asks big architecture questions one at a time, then saves a layered task breakdown with test obligations ready for delegation to Gemini, Claude, or Codex. ## Quick Start Ask the agent to create an implementation plan for your feature ticket or paste a design brief and request a full plan with tasks and tests.