Skill

Execute Plan

Turn your development plans into working code with automated execution and human oversight.

Use in Claude Code
/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.

Key Insights

Parallel Task Execution

Maximizes development speed by processing multiple tasks simultaneously while respecting dependencies. This approach significantly reduces implementation time compared to sequential execution.

Human Verification Gates

Automatically pauses execution at critical points to request human verification. This ensures important decisions receive proper oversight while maintaining automation efficiency.

Automatic Block Detection

Stops execution immediately when encountering blockers like missing dependencies, test failures, or unclear instructions. Prevents wasted effort by asking for clarification rather than guessing.

Plan-First Approach

Requires a finalized plan file before starting implementation, ensuring structured development. Follows plan steps exactly while maintaining flexibility for necessary adjustments.

How It Works

1

Load Plan

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.

2

Execute Tasks

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.

3

Request Verification

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.

4

Handle Feedback

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.