Skip to content
Development
Command

/devteam-list

**Command:** `/devteam:list`

From plugin
michael-harris-devteam
1820 skills128 agents20 commands13 hooks
+1
Install
> /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.md

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.
Read more
Ships withmichael-harris-devteam

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

Get the whole plugin

Other commands on michael-harris-devteam.