What problem does it solve? Vague requests and hand-wavy plans cause rework, false completion claims, and scope creep. This Skill converts a request into decidable requirements, then into a step-by-step plan where every step names its dependencies, the exact command that proves it done, and the output that counts as passing. ## Core Features & Use Cases - Clarify workflow: Separates facts to look up from decisions to ask, runs already-built and already-rejected pre-checks, and records assumptions with their dependents. - Plan workflow: Produces a plan document with global constraints, non-goals, rollback points, consumes/produces signatures per step, and acceptance commands read from the repository's own Makefile, package.json, or CI workflow. - Review and track workflows: Reviews draft plans against a defect catalogue, then tracks execution with quoted command output, stop-and-revise triggers, and amend-not-regenerate revision rules. - Use Case: Given a feature issue and a repo inventory, produce a task breakdown for two engineers that freezes the API contract before parallel frontend work and front-loads the riskiest unknown as an investigation. ## Quick Start Ask the agent to turn this feature request into an executable plan with acceptance commands and dependencies for each step.