← スキル一覧に戻る

tasklist-generator
by dundas
Remote approval system for Claude Code - approve AI coding changes from your phone
⭐ 1🍴 0📅 2026年1月5日
SKILL.md
name: tasklist-generator description: Generate high-level tasks and gated sub-tasks from a PRD, with relevant files and testing guidance.
Task List Generator
Goal
Create a detailed, step-by-step task list from a given PRD to guide implementation.
Output
- Format: Markdown (.md)
- Location:
/tasks/ - Filename:
tasks-[prd-file-name].md(e.g.,tasks-0001-prd-user-profile-editing.md)
Process
- Receive PRD reference (specific file path).
- Analyze PRD (functional requirements, user stories, etc.).
- Assess current state of the codebase to identify relevant patterns/components and candidate files.
- Phase 1: Generate parent (high-level) tasks only. Present them to the user and pause.
- Wait for user confirmation: proceed only if user replies "Go".
- Phase 2: Expand each parent task into actionable sub-tasks.
- Identify relevant files (to create/modify) and associated tests.
- Write tests: ensure unit/integration tests are included where relevant.
- Generate final output and save to
/tasks/with required filename.
Output Format
## 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
Interaction Model
- Explicit pause after parent tasks; proceed with sub-tasks only after "Go".
- Target audience: junior developer.
References
- See
reference.md.
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です