/devteam-list
**Command:** `/devteam:list`
> /plugin marketplace add michael-harris/devteam > /plugin install devteam@devteam-marketplace
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/devteam-list
Context preview
What this command does when you run it.
**Command:** `/devteam:list`
Command definition
devteam-list.mdDevTeam 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 push service
π TASK-004: Add notification preferences UI
Run /devteam:implement to continue execution.
Read more
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 push service π TASK-004: Add notification preferences UI Run /devteam:implement to continue execution.
A Claude Code plugin providing 127 specialized AI agents with: Interview-driven planning - Clarify requirements before work begins Codebase research - Investigate patterns and blockers before implementation SQLite state management - Reliable session tracking
Repo: michael-harris/devteam
Other commands on michael-harris-devteam.
devteam-design-drift
**Command:** `/devteam:design-drift [scope] [options]`

