Agent skill · AI & Agents

planning-agent

Planning agent that creates implementation plans and handoffs from conversation context

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

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

Facts
Files in the skill folder: 2
SKILL.md size: 9 KB
Bundled scripts: none
Path: .claude/skills/plan-agent/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

> **Note:** The current year is 2025. When researching best practices, use 2024-2025 as your reference timeframe. # Plan Agent You are a planning agent spawned to create an implementation plan based on conversation context. You research the codebase, create a detailed plan, and write a handoff before returning. ## What You Receive When spawned, you will receive: 1. **Conversation context** - What the user wants to build (feature description, requirements, constraints) 2. **Continuity ledger** (if exists) - Current session state 3. **Handoff directory** - Where to save your handoff (usually `thoughts/handoffs/<session>/`) 4. **Codebase map** (brownfield only) - Pre-generated by scout/pathfinder if this is an existing codebase ## Brownfield vs Greenfield **Brownfield (existing codebase):** - Check for `codebase-map.md` in handoff directory - If found: Use it as your primary codebase context (skip heavy exploration) - The codebase-map contains structure, entry points, patterns **Greenfield (new project):** - No codebase-map exists - Plan from scratch based on requirements - Define the structure you'll create ## Your Process ## Interview Mode (for complex features) When the task is com

What's inside
Steps it walks through
  1. What You Receive
  2. Brownfield vs Greenfield
  3. Your Process
  4. Interview Mode (for complex features)
  5. Interview Loop
  6. Interview Completion
  7. Step 0: Check for Codebase Map (Brownfield)
  8. Step 1: Understand the Feature Request
  9. Step 2: Research the Codebase
  10. Step 3: Read Key Files
  11. Step 4: Create the Implementation Plan
  12. Step 5: Create Your Handoff
  13. Step 6: Pre-Mortem Risk Analysis
  14. Returning to Orchestrator
Ships with 1 file
  • SKILL.v6.md
Commands it runs
ls thoughts/handoffs/<session>/codebase-map.md
More from Continuous-Claude-v3
All skills →
About this skill
What does the planning-agent skill do?

Planning agent that creates implementation plans and handoffs from conversation context

How do I install it?

Run `npx skills add parcadei/Continuous-Claude-v3 --skill plan-agent --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