ワンクリックで
slice-the-spec
Turn a PRD into a Kanban-ready backlog of vertically sliced issues, with clear dependencies and HITL/AFK flags.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Turn a PRD into a Kanban-ready backlog of vertically sliced issues, with clear dependencies and HITL/AFK flags.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Compact the current conversation into a handoff document so a fresh agent can continue the work in the next session.
Teach the user a new skill or concept within this workspace. Stateful — the user's learning state persists across sessions and is tracked in workspace files.
Find deepening opportunities in a codebase, surfacing architectural friction and proposing refactors that turn shallow modules into deep ones. Use when the user wants to improve architecture, make a codebase more testable, consolidate tightly-coupled modules, or make it safer for AI agents to navigate and change.
Detects and removes AI-generated writing patterns from English text. Rewrites content to sound natural, authentic, and genuinely human.
Script-writer that drafts presentations, essays, emails, and slides using only the cognitive and persuasive heuristics from Patrick Winston's "How to Speak" lecture, rejecting conventional writing advice in favor of Winston's evidence-based rules.
Extract a DDD-style ubiquitous language glossary from the current conversation.
| name | slice-the-spec |
| description | Turn a PRD into a Kanban-ready backlog of vertically sliced issues, with clear dependencies and HITL/AFK flags. |
| metadata | {"author":"kambleakash0","version":"1.0.0"} |
| triggers | ["/slice-the-spec","/slice-spec"] |
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.
Use this skill when the user:
/spec-writer) and now wants concrete issues.If there is no PRD yet or the requirements are fuzzy, suggest using /grill-me and /spec-writer first.
Prefer AFK slices where possible, but mark HITL clearly where human judgment is essential.
You may compress or skip steps if the context already provides the answer (e.g., the PRD is already loaded and clearly scoped).
Locate and understand the PRD
Explore the codebase
Draft vertical slices (tracer bullets)
Define issue structure and dependencies For each slice, define:
Identify at least one unblocked issue that can be started immediately.
Quiz the user and iterate Present the proposed breakdown as a numbered list of slices with:
Ask the user:
Refine until the user approves the breakdown.
Generate GitHub‑ready issues
/spec-writer.Input: A PRD describing a new weekly summary email feature for team admins, with detailed user stories and requirements.
You: