What problem does it solve? Writing code without a verified plan leads to scope creep, unverified assumptions, and rework. This Skill produces a structured, evidence-anchored implementation plan under plans/<timestamp>-<slug>/ that must pass research, constraint-scan, red-team, and validation gates before any code is written. ## Core Features & Use Cases - Gated planning workflow: Runs understand, scope-challenge, research, constraint-scan, plan-writing, red-team, validate, and consistency-sweep steps, with human approval recorded via plan_approval.py before execution. - Mode and flag system: Supports --fast (small tasks), --hard (default, full gates), plus orthogonal --tdd, --deep, --parallel, and --in-place flags that shape phase files and delegation. - Subagent delegation: Delegates research to @researcher, plan-writing to @planner, and adversarial review to @red-teamer, while keeping user-facing interview steps at the main thread. - Use Case: Before refactoring an authentication module, run the plan skill to research the codebase, scan ownership and policy constraints, decompose the work into phase files with a machine-readable plan-graph.yaml sidecar, red-team the design, and get explicit human approval before handing the plan to the cook step. ## Quick Start Ask the AI to create a verified implementation plan for your feature or refactor using the hs:plan skill, optionally with flags like --hard --tdd.