Task Progress banner
Santos-Enoque Santos-Enoque

Task Progress

Productivity community

Description

Show progress across all Task Master tasks and active agents. ## Actions 1. **Show overall task progress:** ```bash tm list ``` 2. **Show active agents and their tasks:** ```bash magents list ``` 3. **For each agent with a task, show detailed status:** ```bash # Get task IDs from agent names magents list --json | jq -r '.[] | select(.id | contains("task-")) | .id' | while read agent_id; do # Extract task ID from agent name (e.g., task-1.2-agent -> 1.2) ta

Installation

Installs to ~/.claude/commands/santos-enoque-magents-task-progress.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/Santos-Enoque/magents/HEAD/.claude/commands/task-progress.md -o ~/.claude/commands/santos-enoque-magents-task-progress.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository