What problem does it solve? Running a feature request or bug report through the full development workflow normally requires manually invoking a separate skill at each stage — authoring, approach selection, planning, execution, and review — and pausing to answer questions between stages. This Skill drives that entire chain in one invocation, resolving open questions into recorded assumptions instead of stopping. ## Core Features & Use Cases - Fixed stage chain orchestration: Sequentially dispatches dev-request or dev-report, dev-approach, dev-plan, dev-do, and a dev-review remediation tail, one sub-agent per stage. - Autonomous question resolution: Answers stage prompts on the merits from the source, repository, and AGENTS.md, recording each decision as an ASSUMPTION ledger line in the owning artifact. - Resumable runs: Re-invocation with the same arguments resumes at the first incomplete stage, judged by status markers on disk, and rebuilds the assumption ledger from artifacts. - Use Case: Hand the Skill a slot number, the kind 'request', and a GitHub issue reference; it authors the feature request, generates and judges approaches, writes and executes the plan, runs review remediation, and closes with a report of every assumption made — committing locally only, never pushing or opening pull requests. ## Quick Start Run the dev-complete skill on slot 2 as a request with the content 'gh#42' to carry that issue from raw input to local commits in one invocation.