Generate actionable task list from implementation plan
Breaks down implementation plans into granular, trackable tasks with dependencies and metadata.
/plugin marketplace add flight505/dincoder-plugin/plugin install dincoder@dincoder-marketplaceBreak down the implementation plan into granular, actionable tasks.
Verify Plan Exists:
artifacts_read with artifactType: "plan"/plan firstGenerate Tasks:
tasks_generate with scope guidancephase: setup | implementation | testing | polishtype: frontend | backend | devops | testing | docsdepends: Task dependencies (T001, T002)priority: high | medium | loweffort: Estimated hours (1-8)Visualize Dependencies:
tasks_visualize with format: "mermaid"Analyze Scope:
tasks_stats with:
groupBy: "all"includeCharts: trueIdentify Next Actions:
tasks_filter with preset: "next"Begin Implementation:
tasks_tick when done/progress to track advancement- [ ] Task description (phase: setup, type: backend, depends: T001, priority: high, effort: 3)