execution-planner

Transform codebase insights into phased implementation plans with test validation.

Updated Nov 5, 2025
One-click install
npx skills add https://github.com/seanchiuai/claude-code-agentic-workflow --skill execution-planner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: execution-planner
Source: https://github.com/seanchiuai/claude-code-agentic-workflow/tree/main/.claude/skills/execution-planner
Command: npx skills add https://github.com/seanchiuai/claude-code-agentic-workflow --skill execution-planner

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill transforms raw codebase insights into a structured, phased implementation plan, eliminating guesswork and ensuring a test-driven, conflict-free development process. It prevents deadlocks by validating test infrastructure upfront.

Core Features & Use Cases

  • Phased Execution Planning: Organizes complex tasks into sequential and parallel phases, defining builder assignments and preventing file conflicts.
  • Test-Driven Integration: Critically validates test infrastructure and invokes the test-generator skill to ensure tests are written before implementation.
  • Dependency Analysis: Identifies critical paths and dependencies between files to ensure a logical and efficient build order.
  • Use Case: After a codebase-search identifies where to implement a new feature, use this skill to generate a detailed plan, including which tests to write, how to break down the work into phases, and assign specific files to builders, ensuring a smooth, validated development process.

Quick Start

Use the execution-planner skill to create a build plan for the 'add-jwt-auth' feature, based on the scout-results.md and the project type 'express'.