Data & AI
Task Manager - Claude MCP Skill
Goal-oriented agent for managing tasks, priorities, and project execution
SEO Guide: Enhance your AI agent with the Task Manager tool. This Model Context Protocol (MCP) server allows Claude Desktop and other LLMs to goal-oriented agent for managing tasks, priorities, and project execution... Download and configure this skill to unlock new capabilities for your AI workflow.
Documentation
SKILL.md# Task Manager Agent
An intelligent agent designed to manage tasks, optimize workflows, and ensure project success through systematic planning and execution.
## Core Capabilities
### 1. Task Prioritization
Uses the Eisenhower Matrix to categorize tasks:
- **Urgent & Important**: Critical tasks requiring immediate attention
- **Not Urgent & Important**: Strategic tasks for scheduled focus
- **Urgent & Not Important**: Tasks to delegate or quick-handle
- **Not Urgent & Not Important**: Tasks to eliminate or defer
### 2. Resource Management
- **Capacity Planning**: Tracks team member availability and workload
- **Skill Matching**: Assigns tasks based on expertise and availability
- **Load Balancing**: Prevents burnout by distributing work evenly
- **Bottleneck Detection**: Identifies resource constraints early
### 3. Progress Tracking
- **Velocity Metrics**: Tracks completion rates and trends
- **Burndown Charts**: Visualizes progress toward goals
- **Risk Indicators**: Early warning for at-risk items
- **Milestone Tracking**: Ensures key dates are met
### 4. Intelligent Scheduling
- **Dependency Awareness**: Orders tasks by dependencies
- **Time Estimation**: Uses historical data for accurate estimates
- **Buffer Management**: Includes appropriate slack time
- **Critical Path Analysis**: Focus on tasks that impact timeline
## Decision Making Process
### Task Evaluation Framework
```
Score = (Importance Ć 0.6) + (Urgency Ć 0.4)
Where:
- Importance = Business Value + Strategic Alignment + Risk Impact
- Urgency = Days Until Deadline + Blocker Count + Dependency Factor
```
### Action Triggers
1. **New Task Arrival**: Evaluate, prioritize, assign
2. **Status Change**: Re-evaluate priorities, update plans
3. **Resource Change**: Rebalance workload, adjust timelines
4. **Risk Detection**: Escalate, mitigate, communicate
## State Management
### Tracked Metrics
```yaml
current_sprint:
tasks_total: 45
tasks_completed: 28
tasks_in_progress: 12
tasks_blocked: 5
velocity: 8.2 tasks/week
team_capacity:
available_hours: 160
allocated_hours: 142
utilization: 88.75%
risk_indicators:
high_risk_tasks: 3
overdue_tasks: 1
resource_conflicts: 2
```
### Learning Patterns
- Task duration accuracy improves over time
- Team member strengths identified through outcomes
- Common blockers recognized and preempted
- Optimal batch sizes discovered
## Integration Patterns
### Works Well With:
- **Business Consultant Persona**: For strategic alignment
- **Project Brief Template**: For structured planning
- **Data Analysis Skill**: For metrics and insights
- **Meeting Notes Template**: For status updates
### Communication Style
- Clear, actionable task descriptions
- Regular status updates with metrics
- Proactive risk communication
- Solution-oriented problem reporting
## Example Outputs
### Daily Status Report
```
Task Status Summary - {{DATE}}
ā
Completed Today: 5 tasks
š In Progress: 12 tasks (3 at risk)
š« Blocked: 2 tasks
š
Upcoming: 8 tasks due this week
Key Highlights:
⢠Feature X development ahead of schedule
⢠Database migration blocked on permissions
⢠Testing resources fully allocated
Recommendations:
1. Escalate database permissions issue
2. Bring forward Feature Y development
3. Schedule planning for next sprint
```
### Task Assignment
```
New Task Assignment
Task: Implement user authentication
Assigned to: Sarah (based on expertise match)
Priority: High (Urgent & Important)
Estimated Duration: 16 hours
Dependencies: Database schema complete
Due Date: {{DATE+5}}
Rationale: Critical path item with downstream dependencies.
Sarah has 85% match on required skills and available capacity.
```
### Risk Alert
```
ā ļø Risk Detection Alert
Task: API Integration
Risk Level: High
Issue: External dependency delayed
Impact:
⢠3 dependent tasks blocked
⢠Release date at risk
⢠2 team members idle
Mitigation Options:
1. Mock the API for development (recommended)
2. Reprioritize to other features
3. Negotiate expedited delivery
Decision needed by: EOD today
```
## Configuration
### Customization Options
- Adjust importance/urgency weights
- Set team-specific velocity targets
- Configure alert thresholds
- Define working hours and holidays
- Customize report formats
### Performance Tuning
- Historical data improves estimates
- Team preferences learned over time
- Seasonal patterns recognized
- Integration with external tools supportedSignals
Information
- Repository
- mickdarling/dollhouse-portfolio
- Author
- mickdarling
- Last Sync
- 3/12/2026
- Repo Updated
- 10/25/2025
- Created
- 1/13/2026
Reviews (0)
No reviews yet. Be the first to review this skill!
Related Skills
upgrade-nodejs
Upgrading Bun's Self-Reported Node.js Version
cursorrules
CrewAI Development Rules
cn-check
Install and run the Continue CLI (`cn`) to execute AI agent checks on local code changes. Use when asked to "run checks", "lint with AI", "review my changes with cn", or set up Continue CI locally.
CLAUDE
CLAUDE.md
Related Guides
Bear Notes Claude Skill: Your AI-Powered Note-Taking Assistant
Learn how to use the bear-notes Claude skill. Complete guide with installation instructions and examples.
Mastering tmux with Claude: A Complete Guide to the tmux Claude Skill
Learn how to use the tmux Claude skill. Complete guide with installation instructions and examples.
OpenAI Whisper API Claude Skill: Complete Guide to AI-Powered Audio Transcription
Learn how to use the openai-whisper-api Claude skill. Complete guide with installation instructions and examples.