What problem does it solve? Turning a loosely defined gap issue into an actionable engineering spec is slow and inconsistent. This Skill upgrades a GitHub issue in place into a structured spec with a delivery checklist, following your repository's own process documentation. ## Core Features & Use Cases - In-place issue upgrade: Rewrites the issue body via gh issue edit, keeping the issue number and swapping needs-triage for ready-for-agent. - Grounded synthesis: Gathers context from the issue, conversation, research notes, grilling outcomes, and the codebase instead of interviewing the user. - Delivery checklist generation: Cuts one-PR-per-checkbox tasks with acceptance behavior, seams, decisions, and a final Harvest task, per the rules in docs/agents/delivery-process.md. - Use Case: After grounding and grilling are done on gap issue #247, run the spec workflow to rewrite it into a reviewer-ready spec with mermaid diagrams, ADR references, and an absorb step for related gap issues. ## Quick Start Run the spec skill with the issue number, for example /spec 247, to upgrade that gap issue into a full delivery spec.