agent-planner
SolidAgent skill for planner - invoke with $agent-planner
AI & Automation 56,717 stars
6459 forks Updated today MIT
Install
Quality Score: 93/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
---
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 objectives and success criteria
- Determine complexity level and required expertise
### 2. Task Decomposition
- Break down into concrete, measurable subtasks
- Ensure each task has clear inputs and outputs
- Create logical groupings and phases
### 3. Dependency Analysi...
Details
- Author
- ruvnet
- Repository
- ruvnet/ruflo
- Created
- 12 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Listed
planner
Expert planning specialist focused on creating comprehensive, actionable implementation plans. Analyzes requirements, decomposes complex features, identifies dependencies, and creates step-by-step execution strategies.
1 Updated 3 days ago
datamaker-kr AI & Automation Solid
agent-goal-planner
Agent skill for goal-planner - invoke with $agent-goal-planner
56,717 Updated today
ruvnet AI & Automation Solid
agent-agent
Agent skill for agent - invoke with $agent-agent
56,717 Updated today
ruvnet AI & Automation Solid
agent-code-goal-planner
Agent skill for code-goal-planner - invoke with $agent-code-goal-planner
56,717 Updated today
ruvnet AI & Automation Listed
planning-agent
Planning agent that creates implementation plans and handoffs from conversation context
3,795 Updated 4 months ago
parcadei