From product-design
Orchestrates task lists with documentation-first execution, sequential progress tracking, quality checklists, and user confirmations. Use for multi-step implementations and feature development.
How this skill is triggered — by the user, by Claude, or both
Slash command
/product-design:task-orchestrationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill automatically activates when working with task lists and implementation. It enforces documentation-first development, systematic execution, and quality assurance.
This skill automatically activates when working with task lists and implementation. It enforces documentation-first development, systematic execution, and quality assurance.
NO CODING WITHOUT DOCUMENTATION REVIEW
The FIRST sub-task for any coding task MUST be documentation review:
1.0 Parent Task
1.1 [FIRST] Documentation Review ← MANDATORY
1.2 Implementation step
1.3 Testing step
2.0 Next Parent Task
...
After EACH task completion:
[ ] to [x] in markdown file📚 Starting task 1.1: Review documentation
- Reviewing [framework] best practices
- Key findings: ...
🚀 Starting task 1.2: Implementation
- Following patterns from docs
- Creating files...
✅ Completed task 1.2
- File created: path/to/file.js
- Tests passing
📋 Next: 1.3 Add tests
Proceed? (y/n)
Before marking any task complete:
When encountering issues:
⚠️ Issue encountered in task 1.2:
- Problem: [description]
- Proposed solution: [approach]
- Estimated impact: [time/scope]
Proceed with solution? (y/n)
When new tasks are discovered during implementation:
📌 New task discovered:
- Task 1.4: [description]
- Reason: [why this is needed]
- Priority: [high/medium/low]
Add to current sprint? (y/n)
npx claudepluginhub jpoutrin/product-forge --plugin product-designExecutes implementation plans from tasks.md files with plan review, batch task processing, verifications, and code review checkpoints.
Creates or updates todo.md task list artifact from requirements, organizing tasks hierarchically into Planning, Implementation, and Verification phases for development workflows.
Executes large code implementation tasks via TODO-driven cycles: decompose high-level tasks, sequential implementation, sub-agent reviews per chunk, iterative TODO additions. For structured, long-running agent workflows.