execute-plan

Execute implementation plans through testing, verification, review, and changelog generation.

13|2|Updated Nov 16, 2025
One-click install
npx skills add https://github.com/rstacruz/agentic-toolkit --skill execute-plan-rstacruz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: execute-plan
Source: https://github.com/rstacruz/agentic-toolkit/tree/main/skill/atk/execute-plan
Command: npx skills add https://github.com/rstacruz/agentic-toolkit --skill execute-plan-rstacruz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Transitions planning outputs into concrete, verifiable software delivery by coordinating execution, verification, and documentation.

Core Features & Use Cases

  • Orchestrates end-to-end plan execution with tests-first when specified, followed by verification, peer review, and changelog generation.
  • Supports multiple design approaches (TDD, PRD, or informal designs) and ensures traceable progress from plan to delivery.
  • Produces a concise summary and deliverables ready for handoff or deployment.

Quick Start

Provide an implementation plan and ask the agent to execute it to completion.

Frequently Asked Questions about execute-plan

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I turn an implementation plan into verified code with tests?

To turn an implementation plan into verified code, you provide the plan to an execution orchestrator. It coordinates writing tests first, executing the code, verifying results, and generating a changelog summary for handoff.

What is the best way to automate plan execution for TDD workflows?

Automating plan execution for TDD workflows involves orchestrating the transition from planning to code by applying tests-first logic, followed by verification, peer review, and changelog generation to ensure traceable delivery progress.

Can I use a PRD document to drive code execution and verification?

Yes, you can use a PRD document to drive code execution. The orchestration process supports multiple design approaches including PRD workflows, ensuring verifiable software delivery and traceable progress from the initial planning document.

Does plan execution automatically generate a changelog and summary?

Yes, plan execution automatically generates a changelog and a concise summary. This coordination ensures that deliverables are fully documented and ready for handoff or deployment upon completing the verification and review phases.

What do I need to provide to start orchestrating end-to-end software delivery?

To start orchestrating end-to-end software delivery, you need to provide an implementation plan. The process then coordinates executing the code, applying tests, verifying, and generating documentation to produce a final, verified result.