Tasks banner
devsforge devsforge

Tasks

Development community

Description

--- description: List all tasks with their status, agents, and dependencies allowed-tools: Read, Glob --- # Orchestrator: Tasks Display all tasks from the orchestrator task list. ## Instructions 1. Read state from `.claude/orchestrator/state/project.json` 2. Display tasks grouped by status and epic 3. Show dependencies and assigned agents ## Task List Format ```markdown # Task List **Total:** 40 tasks | **Completed:** 24 | **Remaining:** 16 ## By Status ### ✓ Completed (24) | ID | Title | Agent

Installation

Installs to ~/.claude/skills/devsforge-orchestrator-tasks/SKILL.md

Terminal
mkdir -p ~/.claude/skills/devsforge-orchestrator-tasks && curl -fsSL https://raw.githubusercontent.com/devsforge/orchestrator/HEAD/commands/tasks.md -o ~/.claude/skills/devsforge-orchestrator-tasks/SKILL.md

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

Full documentation available on GitHub

View Source Repository