spec
Installation
SKILL.md
Spec
Structured execution spec for: $ARGUMENTS
Objective
Transform any starting point — raw text, a brainstorm report, a GitHub issue, a conversation — into a structured execution spec. Produces 3-7 prioritized workstreams with complexity ratings, dependencies, and testable acceptance criteria. Optionally creates GitHub issues from the workstreams.
Parameters
Flags
| Flag | Inverse | Behavior |
|---|---|---|
-s / --save |
-S / --no-save |
Save spec to .claude/output/spec/{slug}/spec.md |
-i / --issues |
-I / --no-issues |
Create GitHub issues from workstreams (implies -s) |
-a / --auto |
-A / --no-auto |
Skip Q&A, make reasonable assumptions |
-e / --economy |
-E / --no-economy |
No subagents, direct tools only |
-f <path> / --from <path> |
— | Prior context — file, GitHub issue (#N), or URL as foundational input. Non-Markdown sources (PDF, DOCX, PPTX, audio, YouTube) → pre-process with /markitdown -s and pass the saved path |