ワンクリックで
slice-prd
Next vertical slice from a PRD. Use when the user invokes $slice-prd or wants to decide the next slice to implement from a PRD.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Next vertical slice from a PRD. Use when the user invokes $slice-prd or wants to decide the next slice to implement from a PRD.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | slice-prd |
| description | Next vertical slice from a PRD. Use when the user invokes $slice-prd or wants to decide the next slice to implement from a PRD. |
| disable-model-invocation | true |
Read the PRD and explore the project's current state.
Use the grill-me skill to interview the user about scoping and designing this single slice — never about what comes after. Look for opportunities to extract deep modules — components that encapsulate complexity behind a simple, testable interface that rarely changes.
After the interview, recommend a single next vertical slice that delivers value end-to-end, with your reasoning. Prefer thin slices over thick ones — a slice should be narrow in scope and demoable on its own.
Skill writing principles. Use when creating, editing, or reviewing any SKILL.md.
Skill rule extraction and creation. Use when the user says /learn.
Kysely database queries. Use when writing, reviewing, or debugging Kysely selects, mutations, joins, transactions, filters, or aggregates.
Frontend components and Tailwind. Use when creating, reviewing, refactoring, splitting, or organizing React components, shared components, component folders, or Tailwind classes.
TanStack Query in React. Use when implementing or reviewing queries, mutations, invalidation, or query hooks.
Lint and optimize existing skills. Use when the user says /skill-linter.