devteam-list

A command for viewing development plans and their progress. A development plan is a saved outline of work, such as building a feature or project.

In plain words
What is it for?
Use it to list active plans, include archived plans, or filter plans by type before choosing what to work on.
Why use it?
It gives you one place to see which plans exist, whether they are active or complete, and how much work each contains.

Command

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/michael-harris/devteam/devteam-list
Clone the repo
git clone --depth 1 https://github.com/michael-harris/devteam
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 811 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.00811
Opus 5 $0.00000 $0.00405
Sonnet 5 $0.00000 $0.00162
Haiku 4.5 $0.00000 $0.00081

Measured yesterday against content hash 8a2fb9254dca, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

devteam-list scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

commands/devteam-list.md · 114 lines

How it starts

The opening of the file, as written. The whole thing — 114 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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      │

Read the full file on GitHub · 114 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 114 lines · 0 tokens per session scan A 8a2fb9254dca

Subscribe to this mod's changes

devteam-list is a command published in the GitHub repository michael-harris/devteam (18 stars, last pushed 6mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 811 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.