What problem does it solve? Running a full development case from requirement draft to merged PR requires manually chaining multiple commands (case-open, case-ready, case-run, case-close) and handling stops, conflicts, and resume points by hand. This Skill automates that end-to-end orchestration while enforcing guardrails and stop conditions. ## Core Features & Use Cases - Autonomous pipeline orchestration: Runs case-open → case-ready → case-run → case-close (with a case-revise exception path) from a requirement draft or GitHub Issue number, including parallel case-run execution via background tasks (up to 5 concurrent). - Stop detection and decision resolution: Detects 11 stop conditions, classifies stop reasons across 9 axes, propagates adversarial-review user-decision-required signals, and performs bounded parent decision resolution to autonomously answer or escalate. - Conflict resolution and reporting: Handles PR merge conflict escalation Levels 2/3 (inline case-run re-execution, merge order changes) and produces completion reports with L1 timestamps and four-dimensional result aggregation. - Use Case: Point it at a requirement draft in .agentdev/drafts/ and it creates the GitHub Issue, finalizes the Definition Package, implements the change in parallel waves, merges the PR, and closes the Issue—stopping with a classified reason and resume command whenever human judgment is required. ## Quick Start Invoke the /agentdev/case-auto command with a requirement draft path or GitHub Issue number to run the full autonomous case workflow.