← ClaudeAtlas

create-issuelisted

Create a fully-seeded GitHub issue — not a bare `gh issue create`: template-compliant, carrying a brainstorm → spec → implementation-plan trail so a contributor can pick it up cold. ALWAYS reach for this whenever the user wants to open, file, add, raise, log, or track a NEW issue / feature request / idea / ticket / backlog item — "track this idea", "make a ticket", « ouvre une issue pour X », « crée un ticket pour ça », or batches of several ideas at once. Also PLANS AN EXISTING raw issue via `--seed #N` ("give issue 42 a plan"). Does NOT apply to otherwise managing existing issues (commenting, closing, listing), or to standalone brainstorming with no issue to file.
phmatray/ai-migration-kit · ★ 3 · AI & Automation · score 75
Install: claude install-skill phmatray/ai-migration-kit
# Create a GitHub issue (template-compliant, auto-seeded) ## What this does Turns a raw idea into an issue a future contributor can pick up cold: one self-contained **description** that obeys the project's issue template, then walks the idea from fuzzy to actionable — 1. **Brainstorm** — frames the problem, lays out 2-3 approaches with trade-offs, recommends one. 2. **Spec** — the formal design doc for the chosen approach. 3. **Implementation plan** — bite-sized, testable tasks an engineer (or `implement-issue`) can execute. Brainstorm, spec and plan follow the kit's own shared doctrine — [`../_shared/brainstorm-and-spec.md`](../_shared/brainstorm-and-spec.md) and [`../_shared/plan-shape.md`](../_shared/plan-shape.md) — so the artifacts match how the project plans work on every machine, with no third-party plugin installed (#324). **Large work does not leave here as one issue.** When the plan Step 6 writes would earn the profile's largest effort size, the idea files as a **parent plus tracer-bullet children** — the parent a plan-less tracking body `auto-dev` never dispatches, each child a vertical slice with its own plan and its blockers wired as native GitHub dependencies (Step 6's decompose branch; [`references/decomposition.md`](references/decomposition.md), the parent's body per [`references/tracking-issue.md`](references/tracking-issue.md)). `--no-split` keeps today's single large issue. **Everything lives in the issue body, not comments — deliberately.** GitHub's