What problem does it solve? Carrying a feature request or bug report through request authoring, approach design, planning, execution, and review normally requires re-invoking a separate skill at every stage and answering each stage's questions by hand. This Skill drives that entire inner loop in one invocation, resolving open questions into recorded assumptions instead of pausing. ## Core Features & Use Cases - Fixed stage chain: Runs dev-request or dev-report, then dev-approach, dev-plan, and dev-do, followed by a configurable dev-review remediation tail (default 1 iteration, 0 ends at dev-do). - Autonomous question resolution: Answers each stage's open questions on the merits, records every decision as an ASSUMPTION ledger line in the owning artifact, and reports them all at the close. - Resume and hand-back: Resumes an interrupted run from status markers on disk, rebuilds the assumption ledger, retries failed phases up to three attempts, and hands back cleanly with the exact resume command on blockers. - Use Case: Point it at a slot number, a kind of request or report, and a GitHub issue reference like #42, and it carries the work from raw input to local commits without ever pushing or opening a pull request. ## Quick Start Run the dev-complete skill on slot 2 as a request with the content of issue #42 and let it carry the work through to local commits.