← ClaudeAtlas

prd-to-issueslisted

Slices a committed PRD into vertically-sliced GitHub issues — one tracer-bullet slice = one issue = one Strain candidate — under a single `initiative:<slug>` label, anchored to the PRD file. Runs ONE interrogation loop, the slicing quiz, then publishes blocker-first via `gh`. Use when the user wants to slice a PRD into GitHub issues, turn a PRD into issues, create brood-ready issues from a PRD, decompose a PRD into vertical slices, or break a PRD into trackable work. Trigger on: "slice a PRD into GitHub issues", "PRD to issues", "create brood-ready issues from a PRD", "decompose a PRD", "/hivemind:prd-to-issues".
brenpike/hivemind · ★ 0 · AI & Automation · score 59
Install: claude install-skill brenpike/hivemind
# PRD to Issues Slice a committed **PRD** into vertically-sliced **GitHub issues**: one thin, end-to-end **Vertical Slice** = one issue = one **Strain** candidate. Each issue is a tracer bullet that cuts every layer, narrow but complete and independently grabbable. Read the PRD, draft the slices, run the one slicing quiz, then publish to GitHub in dependency order. This skill is a standalone leaf transform. It names the conceptual pipeline (interrogated plan → PRD → sliced issues) for orientation only; it never references, instructs invoking, or chains to any other skill. Its output is the published issue set — there is no plan, PRD, or handoff side-effect. Load and follow: `${CLAUDE_PLUGIN_ROOT}/governance/definitions.md`, `${CLAUDE_PLUGIN_ROOT}/governance/safety-rails.md`, `${CLAUDE_PLUGIN_ROOT}/governance/security-policy.md`. ## Where this runs This skill MUST run in the **main session**. It is overlord-invocable. The skill may route sub-work (e.g. reading the PRD, drafting slices) to a bioform, but the `Agent` tool is unavailable inside subagents (ADR-0005) — only the top-level orchestrator can spawn agents, so the interrogation loop and `gh` publish stay here in the main session. Routing is intent-based: describe the work to be done; do NOT prose-pin a specific agent or invoke a sibling skill. ## Path-agnostic — producing issues does NOT force a brood This is a path-agnostic artifact transform. Producing a sliced issue set has zero bearing on the execution path. W