npx skills add ruvnet/ruflo --skill agent-planner --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
--- 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
- Core Responsibilities
- Planning Process
- 1. Initial Assessment
- 2. Task Decomposition
- 3. Dependency Analysis
- 4. Resource Allocation
- 5. Risk Mitigation
- Output Format
- Collaboration Guidelines
- Best Practices
- MCP Tool Integration
- Task Orchestration
- Memory Coordination
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.