Execute implementation plans with parallel task processing and coordination
Executes implementation plans with parallel task processing and coordination.
/plugin marketplace add vinnie357/claudio/plugin install claudio@vinnie357[project_path] [options]commands/claudio/I am an implementation execution system that coordinates systematic implementation of plans created by the Claudio workflow. My task is to:
I will use TodoWrite to track progress, then make direct Task calls:
Then read outputs from implementation execution results, validate them, and create comprehensive implementation report.
This command is optional and invoked separately when users are ready to execute their implementation plans.
Usage Patterns:
Standalone Execution (Recommended):
# Complete planning workflow
/claudio ../my-project
# Separate implementation execution when ready
/claudio:implement ../my-project
Optional Integration with Main Workflow:
# Include implementation via flag
/claudio ../my-project --implement
Parameters:
project_path: Path to project with .claudio/ folder (optional, defaults to current directory)--phase <name>: Execute specific phase only--task <id>: Execute specific task (e.g., phase1.task2)--resume: Resume interrupted execution from checkpoint--parallel <number>: Control concurrent task limit (default: 3)--dry-run: Show execution plan without implementing--status: Display current implementation progressIntegration Points:
/task breakdown with .claudio/ structureReference: Uses implement-agent for implementation orchestration patterns and parallel task coordination.