Agent skill

implement_plan

Implement technical plans from thoughts/shared/plans with verification

parcadeigithub.com/parcadeiGitHub ↗
claude-codeMIT
Install
npx skills add parcadei/Continuous-Claude-v3 --skill implement_plan --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 10 KB
Bundled scripts: none
Path: .claude/skills/implement_plan/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 3,879
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Implement Plan You are tasked with implementing an approved technical plan from `thoughts/shared/plans/`. These plans contain phases with specific changes and success criteria. ## Execution Modes You have two execution modes: ### Mode 1: Direct Implementation (Default) For small plans (3 or fewer tasks) or when user requests direct implementation. - You implement each phase yourself - Context accumulates in main conversation - Use this for quick, focused implementations ### Mode 2: Agent Orchestration (Recommended for larger plans) For plans with 4+ tasks or when context preservation is critical. - You act as a thin orchestrator - Agents execute each task and create handoffs - Compaction-resistant: handoffs persist even if context compacts - Use this for multi-phase implementations **To use agent orchestration mode**, say: "I'll use agent orchestration for this plan" and follow the Agent Orchestration section below. --- ## Getting Started When given a plan path: - Read the plan completely and check for any existing checkmarks (- [x]) - Read the original ticket and all files mentioned in the plan - **Read files fully** - never use limit/offset parameters, you need complete context

What's inside
Steps it walks through
  1. Execution Modes
  2. Mode 1: Direct Implementation (Default)
  3. Mode 2: Agent Orchestration (Recommended for larger plans)
  4. Getting Started
  5. Pre-Implementation Risk Check
  6. Implementation Philosophy
  7. Verification Approach
  8. If You Get Stuck
  9. Resumable Agents
  10. Resuming Work
  11. Agent Orchestration Mode
  12. Why Agent Orchestration?
  13. Setup
  14. Pre-Requisite: Plan Validation
Ships with 1 file
  • SKILL.md.backup
Commands it runs
mkdir -p thoughts/handoffs/<session-name>
cat .claude/skills/implement_task/SKILL.md
ls thoughts/handoffs/<session>/validation-*.md
ls -la thoughts/handoffs/<session-name>/
More from Continuous-Claude-v3
All skills →
About this skill
What does the implement_plan skill do?

Implement technical plans from thoughts/shared/plans with verification

How do I install it?

Run `npx skills add parcadei/Continuous-Claude-v3 --skill implement_plan --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From parcadei/Continuous-Claude-v3, a repository with 3,879 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going