create-issuelisted
Install: claude install-skill Domek-Labs/stagecrew
# /create-issue — Idea → specified GitHub issue
**Type:** issue genesis / spec engineering
## Purpose
Issue-genesis phase. A user idea becomes a fully-specified GitHub issue that `/work-issue` can pick up directly. The skill ensures every issue has Idea + Spec + AC + Files + Test-Plan + OoS before any code gets written.
The spec standard matches what `/work-issue`'s Validator expects as a GO criterion — so no Validator STOPs on the first loop pass.
## Invocation variants
```
/create-issue "voice-diff review for the bot"
/create-issue --type=research "benchmark ollama tool-use"
/create-issue --repo your-org/your-repo "improve scheduler"
/create-issue # → asks for idea + repo
/create-issue --refine <num> [--repo <slug>] # → extend an existing issue with spec fields
```
**Argument parsing:** same as `/work-issue` (GitHub syntax, `--repo` flag, cwd fallback).
**`--type=<code|research>` flag:** selects the issue template from
`references/issue-templates/<type>.md`. If not set: auto-inference from
user text (see the next section).
## Loop-type resolution
In this order:
1. **Explicit flag** — `--type=<code|research>`
2. **Auto-inference from user text** (keyword heuristic)
3. **AGENTS.md `loop_types.default`** (fallback, typically `code`)
4. **Ambiguous input:** the skill asks explicitly "code loop or research loop?"
### Auto-inference keywords
| Keywords in user text | Inferred type |
|-----------------------|---------------|
| "feat"