Execute implementation tasks from design documents using markdown checkboxes. Use when (1) implementing features from feature-design-assistant output, (2)…
Feature Pipeline Execute implementation tasks directly from design documents. Tasks are managed as markdown checkboxes - no separate session files needed. Quick Reference # Get next task python3 scripts/task_manager.py next --file <design.md> # Mark task completed python3 scripts/task_manager.py done --file <design.md> --task "Task Title" # Mark task failed python3 scripts/task_manager.py fail --file <design.md> --task "Task Title" --reason "..." # Show status python3 scripts/task_manager.py status --file <design.md>
don't have the plugin yet? install it then click "run inline in claude" again.