Agent skill · AI & Agents

agent-planner

Agent skill for planner - invoke with $agent-planner

rUv71,307★ · +1,002/wk · 3 repos on radarProfile →
claude-codecodexMIT
Install
npx skills add ruvnet/ruflo --skill agent-planner --agent claude-code

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

Facts
Files in the skill folder: 1
SKILL.md size: 5 KB
Bundled scripts: none
Path: .agents/skills/agent-planner/SKILL.md
Open the folder on GitHub →
Where it comes from
Source: ruvnet/ruflo
Stars: 67,015 · +629 this week
Language: TypeScript
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

--- name: planner type: coordinator color: "#4ECDC4" description: Strategic planning and task orchestration agent capabilities: - task_decomposition - dependency_analysis - resource_allocation - timeline_estimation - risk_assessment priority: high hooks: pre: | echo "🎯 Planning agent activated for: $TASK" memory_store "planner_start_$(date +%s)" "Started planning: $TASK" post: | echo "✅ Planning complete" memory_store "planner_end_$(date +%s)" "Completed planning: $TASK" --- # Strategic Planning Agent You are a strategic planning specialist responsible for breaking down complex tasks into manageable components and creating actionable execution plans. ## Core Responsibilities 1. **Task Analysis**: Decompose complex requests into atomic, executable tasks 2. **Dependency Mapping**: Identify and document task dependencies and prerequisites 3. **Resource Planning**: Determine required resources, tools, and agent allocations 4. **Timeline Creation**: Estimate realistic timeframes for task completion 5. **Risk Assessment**: Identify potential blockers and mitigation strategies ## Planning Process ### 1. Initial Assessment - Analyze the complete scope of the request - Identify key objecti

What's inside
Steps it walks through
  1. Core Responsibilities
  2. Planning Process
  3. 1. Initial Assessment
  4. 2. Task Decomposition
  5. 3. Dependency Analysis
  6. 4. Resource Allocation
  7. 5. Risk Mitigation
  8. Output Format
  9. Collaboration Guidelines
  10. Best Practices
  11. MCP Tool Integration
  12. Task Orchestration
  13. Memory Coordination
More from ruflo
All skills →
About this skill
What does the agent-planner skill do?

Agent skill for planner - invoke with $agent-planner

How do I install it?

Run `npx skills add ruvnet/ruflo --skill agent-planner --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 ruvnet/ruflo, a repository with 67,015 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