teds-status

teds-status is a command for coding agents from legacybridge-tech/claude-plugins. It costs 6 tokens per session (1,008 once invoked), scanned A, original, MIT.

A command for viewing the status of TEDS tasks. It can show a summary of active and recently completed work or details for one task.

In plain words
What is it for?
Use it to list current tasks or inspect one task by its ID, including its progress and execution status.
Why use it?
It gives you a single view of task progress, phase, status, completion time, and related details instead of searching through task files.

Command

Part of the teds-plugin plugin — 6 commands, 5 agents shipped together

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/legacybridge-tech/claude-plugins/teds-status
Clone the repo
git clone --depth 1 https://github.com/legacybridge-tech/claude-plugins

Or install teds-plugin, the plugin that ships this one along with the rest of its 6 commands, 5 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for teds-status

README.md
[![agentmods](https://agentmods.dev/badge/commands/legacybridge-tech/claude-plugins/teds-status.svg)](https://agentmods.dev/commands/legacybridge-tech/claude-plugins/teds-status)
Your own site
<a href="https://agentmods.dev/commands/legacybridge-tech/claude-plugins/teds-status"><img src="https://agentmods.dev/badge/commands/legacybridge-tech/claude-plugins/teds-status.svg" alt="Measured on agentmods" height="20"></a>
Per session 6 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,008 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.00006 $0.01008
Opus 5 $0.00003 $0.00504
Sonnet 5 $0.00001 $0.00202
Haiku 4.5 $0.00001 $0.00101

Measured 4d ago against content hash 2bb0e1a9d003, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

teds-status 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 4d ago.

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.

teds/commands/teds-status.md · 169 lines

How it starts

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

View TEDS Task Status

Launch the teds-status agent to display comprehensive status of your TEDS tasks.

Usage

# View all tasks
/teds-status

# View specific task details
/teds-status task-id

Examples

# List all active tasks
/teds-status

# Detailed status for one task
/teds-status 20250116-1430-refactor-auth

All Tasks View

When called without arguments, shows summary of all tasks:

# TEDS Tasks Status

## Active Tasks (2)

ID                          | Name              | Phase          | Progress | Status
----------------------------|-------------------|----------------|----------|--------
20250116-1430-refactor-auth | refactor-auth     | Implementation | 45%      | active
20250115-0920-migrate-db    | migrate-database  | Testing        | 78%      | active

## Recently Completed (1)

ID                          | Name              | Completed       | Duration
----------------------------|-------------------|-----------------|----------
20250114-1100-update-deps   | update-deps       | 2 hours ago     | 3.5 hours

Run `/teds-status [task-id]` for detailed information.

Single Task View

When called with a task ID, shows detailed status:

# Task Status: refactor-auth

**ID**: 20250116-1430-refactor-auth
**Status**: Active (not blocked)
**Phase**: Phase 2 - Implementation
**Progress**: 45%
**Created**: 2025-01-16 14:30
**Last Updated**: 2 minutes ago
**Last Checkpoint**: 45 minutes ago

## Next Action

Implement OAuth flow integration with Google provider

## Recent Activity (Last 5 actions)

### 16:45 - File Edit
- Tool: Edit
- Target: src/auth/AuthService.ts
- Result: Added OAuth configuration interface
- Status: success

### 16:42 - File Creation
- Tool: Write
- Target: src/auth/OAuthProvider.ts
- Result: Created OAuth provider abstract class
- Status: success

### 16:38 - Read Documentation
- Tool: Read
- Target: docs/oauth-spec.md
- Result: Reviewed OAuth 2.0 specification
- Status: success

[... 2 more recent actions ...]

## Key Learnings

- Google OAuth requires web credentials, not service account
- Need to handle refresh token expiration gracefully
- PKCE extension recommended for enhanced security

## Issues

None - task is progressing normally

---

Continue: `/teds-continue 20250116-1430-refactor-auth`
Checkpoint: `/teds-checkpoint 20250116-1430-refactor-auth`
Complete: `/teds-complete 20250116-1430-refactor-auth`

Read the full file on GitHub · 169 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. 4d ago First seen · 169 lines · 6 tokens per session scan A 2bb0e1a9d003

Subscribe to this mod's changes

teds-status is a command published in the GitHub repository legacybridge-tech/claude-plugins (6 stars, last pushed 3mo ago), licensed MIT. It adds 6 tokens to every session and 1,008 once invoked, about $0.0000 per session on Opus 5. 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-31.