DevTeam List Command banner
michael-harris michael-harris

DevTeam List Command

Development community intermediate

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