Show tasks from the current implementation plan.
Displays tasks from implementation plans with completion status and progress.
/plugin marketplace add p4ndroid/ai-dev-pipeline-architecture/plugin install ai-dev-pipeline@ai-dev-pipeline-marketplaceShow tasks from the current implementation plan.
Plan Directory (optional): $ARGUMENTS
If not provided, look for *-implementation-plan/ in current directory.
Find Implementation Plan:
ls -d *-implementation-plan/ 2>/dev/null | head -1
Read Index:
Read 00-index.md from the plan directory.
Parse Tasks: Extract task list with status from the Task Sequence table.
Implementation Plan: {directory-name}/
Phase 1: {phase name if identifiable}
{status} {number} - {task name}
{status} {number} - {task name}
Phase 2: {phase name}
{status} {number} - {task name}
...
Progress: {completed}/{total} ({percentage}%)
Status indicators:
[done] - Task marked as completed[in progress] - Task currently being worked on[pending] - Task not yet started/list-tasks
/list-tasks contextman-implementation-plan/