Parallel Task Execution
Maximizes development speed by processing multiple tasks simultaneously while respecting dependencies. This approach significantly reduces implementation time compared to sequential execution.
Skill
Turn your development plans into working code with automated execution and human oversight.
/intelligence-scale:execute-plan This skill transforms finalized development plans into implemented code through automated execution. It processes tasks in parallel while respecting dependencies, and includes human verification gates for critical steps. The system stops automatically when encountering blockers or unclear instructions, ensuring quality implementation.
Maximizes development speed by processing multiple tasks simultaneously while respecting dependencies. This approach significantly reduces implementation time compared to sequential execution.
Automatically pauses execution at critical points to request human verification. This ensures important decisions receive proper oversight while maintaining automation efficiency.
Stops execution immediately when encountering blockers like missing dependencies, test failures, or unclear instructions. Prevents wasted effort by asking for clarification rather than guessing.
Requires a finalized plan file before starting implementation, ensuring structured development. Follows plan steps exactly while maintaining flexibility for necessary adjustments.
Read and validate the finalized development plan file.
The skill begins by loading the plan file to understand the implementation requirements. This ensures all tasks and dependencies are properly identified before execution begins.
Process tasks in parallel while respecting dependencies.
Tasks are executed simultaneously to maximize efficiency, with careful attention to dependencies that require sequential processing. This balanced approach optimizes development speed.
Pause execution for human verification when required.
At critical points specified in the plan, execution stops to request human verification. This ensures important decisions receive proper oversight before proceeding.
Apply changes based on verification feedback and continue.
After receiving verification feedback, the skill applies any necessary changes and continues execution. This iterative process continues until all tasks are completed.