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.

🌟1 stars • 0 forks
šŸ“„0 downloads

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 supported

Signals

Avg rating⭐ 0.0
Reviews0
Favorites0

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!