DevTeam List Command
Description
**Command:** `/devteam:list` List all development plans and their status.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
Repository README
This is the README for michael-harris/devteam, shared by 20 entries
in this directory. It describes the repository, not this entry specifically.
DevTeam List Command
**Command:** `/devteam:list`
List all development plans and their status.
Usage
/devteam:list # Show all plans
/devteam:list --all # Include archived plans
/devteam:list --type feature # Filter by type
Your Process
Step 1: Read Plan Index
# Load plan index
cat .devteam/plans/index.json
If no index exists:
π No plans found.
Create a new plan with:
/devteam:plan "Project description"
Or create a feature plan:
/devteam:plan --feature "Feature description"
Step 2: Display Plan List
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β π DEVELOPMENT PLANS β
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Active: feature-notifications
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β # β Name β Type β Status β Progress β
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β 1 β Task Manager App β project β β
complete β 5/5 β
β 2 β Push Notifications β feature β π active β 1/2 β β ACTIVE
β 3 β Dark Mode Support β feature β π planned β 0/1 β
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Commands:
/devteam:select <#> Select a plan to work on
/devteam:implement Execute the active plan
/devteam:plan --feature Create new feature plan
/devteam:archive <#> Archive a completed plan (planned, not yet implemented)
Status Icons
| Icon | Status | Meaning |
|---|---|---|
| π | planned |
Plan created, not started |
| π | in_progress |
Currently being executed |
| β | complete |
All sprints finished |
| βΈοΈ | paused |
Execution paused |
| β | failed |
Circuit breaker triggered |
| π¦ | archived |
Moved to archive |
With `--all` Flag
Include archived plans:
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β π DEVELOPMENT PLANS (including archived) β
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Active Plans:
β # β Name β Type β Status β Progress β
β 1 β Task Manager App β project β β
complete β 5/5 β
β 2 β Push Notifications β feature β π active β 1/2 β
β 3 β Dark Mode Support β feature β π planned β 0/1 β
Archived Plans:
β 4 β Old Dashboard β feature β π¦ archived β 2/2 β
β 5 β Cancelled Auth β feature β π¦ archived β 0/3 β
Plan Details
When a plan is selected, show details:
Plan: Push Notifications (feature-notifications)
Type: feature
Parent: project-taskmanager
Created: 2025-01-25
Status: in_progress
Progress: Sprint 1/2 complete
Current Sprint: SPRINT-002 (FCM Integration)
Current Task: TASK-003 (Implement push service)
Tasks:
β
TASK-001: Create notification schema
β
TASK-002: Add notification API endpoints
π TASK-003: Implement pu
Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Development Openai Codex CLI
(55.8k β) - Lightweight coding agent that runs in your terminal.
Development src/agents/ β 11 Agent Definitions
**Generated:** 2026-04-11
Development Cavecrew Builder
>
Development Cavecrew Investigator
>
Development Cavecrew Reviewer
>
Development Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.