ワンクリックで
tasklist-generator
Generate high-level tasks and gated sub-tasks from a PRD, with relevant files and testing guidance.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Generate high-level tasks and gated sub-tasks from a PRD, with relevant files and testing guidance.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Build or update frontend components and pages that strictly adhere to the project design system defined in design/design-system.json (and design/design.json when present).
Orchestrate PRD creation, task generation, and gated task processing with user confirmations between phases.
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
Create a clear, actionable PRD with clarifying questions and a junior-friendly structure.
Process a task list one sub-task at a time with pause/confirm gates, test/commit protocol, and file tracking.
| name | tasklist-generator |
| description | Generate high-level tasks and gated sub-tasks from a PRD, with relevant files and testing guidance. |
Create a detailed, step-by-step task list from a given PRD to guide implementation.
/tasks/tasks-[prd-file-name].md (e.g., tasks-0001-prd-user-profile-editing.md)/tasks/ with required filename.## Relevant Files
- `path/to/potential/file1.ts` - Brief reason.
- `path/to/file1.test.ts` - Unit tests for `file1.ts`.
- `path/to/another/file.tsx` - Brief reason.
- `path/to/another/file.test.tsx` - Unit tests for `another/file.tsx`.
- `lib/utils/helpers.ts` - Utility functions.
- `lib/utils/helpers.test.ts` - Unit tests for helpers.
### Notes
- Unit tests co-located with code when possible.
- Use project test runner (e.g., Jest) per repo conventions.
## Tasks
- [ ] 1.0 Parent Task Title
- [ ] 1.1 Sub-task description
- [ ] 1.2 Sub-task description
- [ ] 2.0 Parent Task Title
- [ ] 2.1 Sub-task description
- [ ] 3.0 Parent Task Title
reference.md.