Generate a detailed, step-by-step task list from a Requirements Document (PRD or ERD)
How this command is triggered — by the user, by Claude, or both
Slash command
/nobodyiscertain-dev-flow:generate-tasksThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
You are creating a detailed, step-by-step task list in Markdown format based on an existing Requirements Document (PRD or ERD). The task list will guide a junior developer through implementation. ## Your Process 1. **Receive Document Reference** - The user will point you to a specific PRD or ERD file 2. **Analyze Document** - Read and analyze the functional requirements, user stories, and other sections - Understand the full scope of the feature 3. **Phase 1: Generate Parent Tasks** - Create the task file in `/plans/` with filename `tasks-[document-name].md` - Generate th...
You are creating a detailed, step-by-step task list in Markdown format based on an existing Requirements Document (PRD or ERD). The task list will guide a junior developer through implementation.
Receive Document Reference
Analyze Document
Phase 1: Generate Parent Tasks
/plans/ with filename tasks-[document-name].mdWait for Confirmation
Phase 2: Generate Sub-Tasks
Identify Relevant Files
Relevant Files sectionSave Task List
/plans/ directorytasks-[document-name].mdprd-user-profile-editing.md, output is tasks-prd-user-profile-editing.mdYour generated task list MUST follow this structure:
## Relevant Files
- `path/to/potential/file1.ts` - Brief description of why this file is relevant (e.g., Contains the main component for this feature).
- `path/to/file1.test.ts` - Unit tests for `file1.ts`.
- `path/to/another/file.tsx` - Brief description (e.g., API route handler for data submission).
- `path/to/another/file.test.tsx` - Unit tests for `another/file.tsx`.
- `lib/utils/helpers.ts` - Brief description (e.g., Utility functions needed for calculations).
- `lib/utils/helpers.test.ts` - Unit tests for `helpers.ts`.
## Tasks
- [ ] 1.0 Parent Task Title
- [ ] 1.1 [Sub-task description 1.1]
- [ ] 1.2 [Sub-task description 1.2]
- [ ] 2.0 Parent Task Title
- [ ] 2.1 [Sub-task description 2.1]
- [ ] 3.0 Parent Task Title (may not require sub-tasks if purely structural or configuration)
npx claudepluginhub nobodyiscertain/claude-config/tdd-todoAnalyzes task files and design documents to generate a structured, phased TODO list with traceable task IDs, dependencies, and acceptance criteria.
/parse-prdParses PRD document at given path to generate 10-15 tasks with dependencies, priorities, acceptance criteria, testing, and docs. Supports num-tasks, research, comprehensive modifiers.
/tasks-specGenerates actionable, dependency-ordered tasks.md for a feature from design artifacts (plan.md, data-model.md, contracts), with parallel markers [P] and execution guidance.
/create_tasksTransforms requirements into detailed actionable task lists with dependency analysis, sequential/parallel execution strategies, and adaptive research.
/speckit-tasksGenerate dependency-ordered tasks.md from design artifacts like plan.md, spec.md in the given feature directory or plan.md path.
/create-tasksGenerates actionable implementation tasks from product specs, architecture, and design documents in Groundwork projects.