What problem does it solve? Running the planning workflow stage-by-stage requires three separate skills with hard stops for human review between each one, which is slow when you want a complete, reviewed plan from a single request. This Skill runs Requirements, Verification, Solution, and Plan stages autonomously in one pass, pausing only when genuinely load-bearing questions need answers. ## Core Features & Use Cases - Unattended multi-stage planning: Executes the same stage instructions as /new-task, /new-solution, and /new-plan, writing each tab to plan.html before starting the next so interrupted runs leave usable partial work. - Gated decision recording: Records unresolvable decisions as <pd-question> elements with recommendedAnswer attributes, letting the human rubber-stamp or override each in one click instead of answering cold. - Integrated Codex review: Runs /request-codex-review and /resolve-comments on the answered doc, resolving or rejecting every review thread autonomously before the final report. - Use Case: You describe a feature request and want a complete, lint-clean, Codex-reviewed plan.html ready for /commit-task and /execute-task without babysitting three separate planning sessions. ## Quick Start Ask the agent to run new-task-quick on your feature request, for example: plan a quick task to add team settings to the dashboard.