What problem does it solve? Moving a task from a written spec to shipped code involves many handoffs — planning, research, coding, testing, and bookkeeping — that are easy to do inconsistently or skip entirely. This Skill enforces a single five-phase lifecycle with explicit gates so every task either ships completely or fails closed, with no half-done artifacts left in the repository. ## Core Features & Use Cases - Five-phase orchestration: Routes work through planning, research, implementation, testing, and shipping modules, delegating each phase to specialist skills like mde-writing-plans, mdeai-executor, testing, and /deploy-check. - Phase gating and loop-backs: Defines skip rules per phase, blocks shipping until tests pass, and loops failures back to implementation or replanning when contradictions surface. - Three-record bookkeeping contract: Keeps tasks/todo.md, CHANGELOG.md, and prompt frontmatter status synchronized at close-out so every shipped task is traceable forward and backward. - Use Case: A developer says "work on task 17A" — the Skill loads the existing prompt, runs research and implementation phases, routes Vitest/Playwright testing, then updates the changelog, todo board, and prompt status before committing. ## Quick Start Ask the assistant to work on task 17A and run it through the full lifecycle from research to shipping.