Decompose complex work into parallel tasks with verification strategy
Decomposes complex work into parallel tasks with verification strategies.
/plugin marketplace add shikihane/polydev/plugin install polydev@polydev-marketplacetask description or leave empty for interactive modeTurn ideas into well-defined parallel tasks through collaborative dialogue.
Help the user decompose their work into parallel-friendly tasks.
Check project first:
Ask questions one at a time:
Propose 2-3 approaches with trade-offs:
Break work into parallel-friendly tasks:
| Task | Branch | Dependencies | Verification Level |
|---|---|---|---|
| Auth API | feature/auth | None | L3 |
| User Profile | feature/profile | Auth API | L2 |
Verification Levels:
Present in sections (200-300 words each):
After each section: "Does this look right so far?"
When design is complete, output:
## Parallel Tasks
| Task | Branch | Plan File | Verification |
|------|--------|-----------|--------------|
| Auth | feature/auth | plans/auth.md | L3 |
| Profile | feature/profile | plans/profile.md | L2 |
## Dependencies
- feature/profile depends on feature/auth (UserService)
## Execution Order
1. Start auth + dashboard in parallel
2. Start profile after auth completes
DO NOT just describe what to do. INVOKE the Skill tool immediately. </CRITICAL>
After brainstorming, offer:
Design complete. Options:
1. **Write Plans** - Create detailed implementation plans
→ Run /polydev-plan for each task
2. **Direct Execution** - Start parallel development now
→ Use polydev:polydev skill
Which approach?