What problem does it solve? Planning a coding task without structure produces inconsistent implementations, skipped testing, and unenforced quality standards. This Skill produces a structured, backwards-planned code plan where every stage boundary is governed by deterministic hooks, ASAE audit gates, and hardwired accessibility and test-coverage requirements. ## Core Features & Use Cases - Prerequisite Document Gating: Requires five approved input documents (PRD, TRD, AVD, TQCD, UXD) before planning begins, with portable prompt generation for authoring missing documents in other LLM sessions. - 20-Track Stage 00 Research: Researches tech stack, standards, benchmarks, security, observability, performance, deployment, accessibility tooling, and more before any plan is written. - Hook-Orchestrated Governance: Enforces Claude Code hooks, git pre-commit/pre-push hooks, ASAE gates, and meta-ASAE verification at every stage boundary so quality checks cannot be silently skipped. - Model-Tier Assignment: Assigns Opus, Sonnet, or Haiku per stage with plan-specification-depth tags (Shallow/Medium/Deep) so each task runs on the appropriate model. - Use Case: A developer starting a new SvelteKit application invokes the skill, which verifies the five prerequisite documents, runs multi-track research, authors a staged plan, and enforces WCAG 2.1 AA compliance and 100% test coverage through commit gates. ## Quick Start Ask the assistant to plan this code task using the dare-to-rise-code-plan skill with my approved PRD, TRD, AVD, TQCD, and UXD documents.