← ClaudeAtlas

tasks-generatorlisted

Generate structured task roadmaps from project specifications. Use when the user asks to create tasks, sprint plans, roadmaps, or work breakdowns based on PRD (Product Requirements Document), Tech Specs, or UI/UX specs. Triggers include requests like "generate tasks from PRD", "create sprint plan", "break down this spec into tasks", "create a roadmap", or "plan the implementation".
aiskillstore/marketplace · ★ 329 · Web & Frontend · score 79
Install: claude install-skill aiskillstore/marketplace
# Tasks Generator Generate structured, actionable task roadmaps from project specifications (PRD, Tech Specs, UI/UX Specs). ## Workflow 1. **Gather inputs** - Locate and read PRD, Tech Specs, and UI/UX specs 2. **Analyze specifications** - Extract features, requirements, and dependencies 3. **Generate task breakdown** - Create hierarchical tasks organized by phase/sprint 4. **Apply template** - Format output using `assets/tasks-template.md` 5. **Review dependencies** - Validate task sequencing and parallel opportunities ## Input Requirements Locate specification documents in these common paths: - PRD: `.claude/docs/specs/prd.md` or `docs/prd.md` - Tech Specs: `.claude/docs/specs/tech-specs.md` or `docs/tech-specs.md` - UI/UX: `.claude/docs/specs/ui-ux.md` or `docs/ui-ux.md` If documents are missing, prompt user for their locations. ## Task Generation Process ### Step 1: Extract from PRD Parse the PRD for: - Core features and user stories → become sprint goals - MVP requirements → Phase 1/2 priority tasks - Non-functional requirements → infrastructure/foundation tasks - Success metrics → verification criteria ### Step 2: Extract from Tech Specs Parse Tech Specs for: - Architecture decisions → foundation phase setup tasks - Data models/schemas → type definition tasks (SPRINT-002) - API contracts → integration tasks - Technology stack → environment setup tasks (SPRINT-001) - Performance requirements → optimization tasks ### Step 3: Extract from UI/UX Specs Parse