What problem does it solve? Turning a rough idea into an actionable engineering ticket usually means vague requirements, missing acceptance criteria, and accidental leakage of secrets or PII into public issues. This Skill runs a structured five-phase workflow that interrogates the intent, drafts a precise spec, quality-gates it with a second AI model, redacts sensitive content, and files it as a GitHub issue. ## Core Features & Use Cases - Structured spec drafting: Guides the user through decision briefs with recommendations, completeness scores, and tradeoff analysis to pin down scope and acceptance criteria. - Quality gate and redaction: Scores the draft 0-10 for executability via a codex review pass and runs fail-closed secret/PII scanning before anything is filed or archived. - Issue filing and agent spawn: Files the spec as a GitHub issue via gh, archives it locally with metadata frontmatter, and can spawn a Claude Code agent in a fresh git worktree to execute it. - Use Case: A developer says "spec this out" for a new billing retry feature; the Skill asks targeted scoping questions, drafts the ticket, redacts an internal customer name, files the issue, and spawns an agent to implement it in an isolated worktree. ## Quick Start Ask the assistant to spec out your feature idea and file it as a GitHub issue using the spec skill.