Agent skill · Workflow & Productivity

plan-agent

Planning agent that creates implementation plans and handoffs from conversation context

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --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: 7 KB
Bundled scripts: none
Path: skills/agent/plan-agent/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

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 rp-explorer 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 ### Step 0: Check for Codebase Map (Brownfield) ```bash ls thought

What's inside
Steps it walks through
  1. What You Receive
  2. Brownfield vs Greenfield
  3. Your Process
  4. Step 0: Check for Codebase Map (Brownfield)
  5. Step 1: Understand the Feature Request
  6. Step 2: Research the Codebase
  7. Step 3: Read Key Files
  8. Step 4: Create the Implementation Plan
  9. Step 5: Create Your Handoff
  10. Returning to Orchestrator
  11. Important Guidelines
  12. DO:
  13. DON'T:
  14. If Uncertain:
Ships with 1 file
  • metadata.json
Commands it runs
ls thoughts/handoffs/<session>/codebase-map.md
More from claude-skill-registry
All skills →
About this skill
What does the plan-agent skill do?

Planning agent that creates implementation plans and handoffs from conversation context

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --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 majiayu000/claude-skill-registry, a repository with 534 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