implement_plan

Execute technical plans with risk assessment and multi-phase verification.

3.9k|296|Updated Dec 23, 2025
One-click install
npx skills add https://github.com/parcadei/Continuous-Claude-v3 --skill implement-plan-parcadei
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement_plan
Source: https://github.com/parcadei/Continuous-Claude-v3/tree/main/.claude/skills/implement_plan
Command: npx skills add https://github.com/parcadei/Continuous-Claude-v3 --skill implement-plan-parcadei

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the execution and verification of technical plans, ensuring complex changes are implemented correctly and efficiently, even across multiple sessions.

Core Features & Use Cases

  • Plan Execution: Implements technical plans step-by-step, either directly or by orchestrating specialized agents.
  • Risk Mitigation: Integrates a pre-mortem risk analysis to proactively identify and address potential issues before implementation begins.
  • Verification: Includes automated and manual verification steps to ensure each phase of the plan is successfully completed.
  • Compaction Resistance: Utilizes agent orchestration and handoffs to maintain context and progress even if the AI's main context window compacts.
  • Use Case: Implementing a new authentication system by following a detailed plan, ensuring all code changes are verified and potential security risks are addressed.

Quick Start

Use the implement_plan skill to execute the plan located at thoughts/shared/plans/PLAN-add-auth.md.

Frequently Asked Questions about implement_plan

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

FAQPage Schema
How do I automate the execution of a technical plan from a file path?

You can execute technical plans from specified file paths by using agent orchestration to implement steps directly, ensuring complex changes are processed efficiently even across multiple sessions.

How does agent orchestration maintain progress when the AI context window compacts?

Agent orchestration maintains progress during context compaction by utilizing task handoffs and recovery mechanisms, ensuring long-running implementations retain their state and continue executing correctly.

What is pre-mortem risk assessment in technical plan implementation?

Pre-mortem risk assessment is a pre-implementation analysis that proactively identifies and addresses potential issues and security risks before code execution begins, mitigating failures in the workflow.

How do I verify code changes during multi-phase plan execution?

You verify code changes during multi-phase plan execution through integrated automated and manual verification steps, ensuring each phase of the technical plan is successfully completed before proceeding.

Can I use direct execution instead of agent orchestration for implementing technical plans?

You can use direct execution to implement technical plans as an alternative to agent orchestration, allowing you to process specified file paths without the overhead of managing complex task handoffs.

When should I not use agent orchestration for code implementation?

You should avoid agent orchestration for code implementation when your technical plan is simple or short-lived, as the overhead of task handoffs and recovery mechanisms is designed for complex, compaction-resistant workflows.