slice-the-spec
Turn a PRD into Issues
This skill takes a clarified PRD and turns it into a small, sharp backlog of vertically sliced GitHub issues. Each issue should be an independently grabbable “tracer bullet” that cuts through all relevant layers end‑to‑end, flushing out unknown unknowns as early as possible.
When to Use
Use this skill when the user:
- Has a PRD or similar spec (possibly created via
/spec-writer) and now wants concrete issues. - Wants to turn “destination” docs into a Kanban board of tasks.
- Needs to break work down so multiple engineers or agents can work in parallel without stepping on each other.
If there is no PRD yet or the requirements are fuzzy, suggest using /grill-me and /spec-writer first.
Concepts
- Vertical slice / tracer bullet: A thin, end‑to‑end piece of functionality that goes through all necessary layers (data, domain, API, UI, etc.), not just one layer in isolation.
- HITL issue: Requires Human‑In‑The‑Loop decisions (design review, stakeholder sign‑off, risky refactor, etc.).
- AFK issue: “Away‑From‑Keyboard” for the human; safe enough for an autonomous agent to implement and merge without human intervention.
More from kambleakash0/agent-skills
english-humanizer
Detects and removes AI-generated writing patterns from English text. Rewrites content to sound natural, authentic, and genuinely human.
41grill-master
Relentlessly interview the user when they want to learn about a topic, plan, or design until you both reach a shared, testable understanding, before any planning or implementation.
15spec-writer
Create a comprehensive Product Requirements Document from conversation and repo context. Use when the user wants a PRD, product spec, feature requirements, or similar documentation.
13git-workflow
>
13incremental-tdd
Test-driven development with a strict red-green-refactor loop, vertical slices, and deep modules. Use to build features or fix bugs using TDD.
13code-review
>
13