Executes an ALREADY-APPROVED implementation plan saved in plans/. Invoked by the implementation-plan skill after the user approves via AskUserQuestion. Takes the exact plan path, bootstraps from Section 0, implements the phases, and runs the verifications. Do NOT use this to plan, redesign, or document — only to…
Generates detailed implementation plans BEFORE any code is written, with impact analysis, phases, and diagrams. Uses AskUserQuestion for iterative discovery through a multiple-choice interface. Use when the user asks to plan a feature, refactor, or architectural change before coding.
Generates technical documentation of completed implementations with support for diagrams, metrics, and automatic project detection. Use when an implementation is finished and needs to be documented technically before a commit or review.