What problem does it solve? Writing implementation plans by hand produces inconsistent, hard-to-track documents, and hand-editing HTML plan pages is error-prone. This Skill lets you author a small Markdown spec and renders it into a styled, interactive, self-contained HTML plan with progress tracking, acceptance criteria checkboxes, and copy-ready implementation prompts. ## Core Features & Use Cases - Markdown-to-HTML plan rendering: Author a compact spec (objective, steps with Why/Verify, acceptance criteria, tests) and render it via the bundled plan-agent-render script into a full HTML document with sidebar nav, progress bar, and status badges. - Structured planning workflow: Guided stages including codebase exploration, clarification, alignment checks, an interview that stress-tests the plan, and a mandatory Tests section classified by tier. - Advanced plan shapes: Supports RED/GREEN/VERIFY/SHIP test-driven phases and parallel ### Lane: groupings for worktree-isolated implementation, plus GitHub/GitLab issue ingestion to seed plans from tickets. - Use Case: A developer pastes a GitHub issue URL and asks for a plan; the Skill fetches the issue, explores the codebase, drafts a spec with falsifiable acceptance criteria, and delivers a rendered HTML plan whose Implement prompt hands off to a build skill. ## Quick Start Ask the agent to create an implementation plan for your objective, for example by saying: create an HTML implementation plan for adding a dark mode toggle to the settings page.