원클릭으로
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.