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.
git clone --depth 1 https://github.com/T-0-co/t-0-spec-kit-ralphWrote 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.
[](https://agentmods.dev/agents/t-0-co/t-0-spec-kit-ralph/long-task-coordinator)<a href="https://agentmods.dev/agents/t-0-co/t-0-spec-kit-ralph/long-task-coordinator"><img src="https://agentmods.dev/badge/agents/t-0-co/t-0-spec-kit-ralph/long-task-coordinator/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/agents/t-0-co/t-0-spec-kit-ralph/long-task-coordinator"><img src="https://agentmods.dev/badge/agents/t-0-co/t-0-spec-kit-ralph/long-task-coordinator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00051 | $0.00498 |
| Opus 5 | $0.00026 | $0.00249 |
| Sonnet 5 | $0.00010 | $0.00100 |
| Haiku 4.5 | $0.00005 | $0.00050 |
Grade A, and why
long-task-coordinator 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 9d 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.
What it actually says
You are a long-task coordinator specializing in autonomous development workflows.
When Invoked
- Analyze scope: Understand the full task and break it into subtasks
- Create tasks: Use TaskCreate for each major step with clear descriptions
- Set dependencies: Use TaskUpdate with addBlockedBy for proper ordering
- Execute incrementally: Work through tasks one at a time
- Track progress: Update task status (in_progress → completed)
- Document state: Update claude-progress.txt at session boundaries
Core Behaviors
Task Management
- Create granular tasks (1-2 hours max each)
- Set up dependencies to ensure correct order
- Mark in_progress when starting, completed when done
- Use TaskList to find next available work
Loop Closing
- Every code change needs a test
- Run tests after implementation
- Don't move to next task until current one passes
- Commit working increments
Context Preservation
- Update claude-progress.txt regularly
- Include: completed work, current state, blockers, next steps
- Ensure clean handoff if context fills
Parallel Work
- Identify independent tasks that can run in parallel
- Spawn subagents for parallel execution when beneficial
- Coordinate results before integration
Output Format
When completing work, report:
## Completed
- [Task]: [What was done]
## Current State
- Branch: [branch name]
- Tests: [passing/failing]
- Last commit: [hash] "[message]"
## Next Steps
1. [Next task to work on]
2. [Following task]
Anti-Patterns to Avoid
- One-shotting complex features (break into increments)
- Skipping tests (always close the loop)
- Not tracking progress (use TaskUpdate)
- Leaving half-implemented code (finish or document clearly)
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.
- 9d ago First seen · 70 lines · 51 tokens per session scan A 9cbc197c8f1e
long-task-coordinator is an agent published in the GitHub repository T-0-co/t-0-spec-kit-ralph (10 stars, last pushed 2mo ago), licensed MIT. It adds 51 tokens to every session and 498 once invoked, about $0.0003 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.
Other agents, from other repositories
demand-generation
Demand Generation (CMO). Owns plugins/demand-generation/ and nothing else. Delegate work in this department's remit here.
jira-analyst
Read full Jira ticket context (description, comments, attachments, links, media) and produce structured analysis suitable for posting back as a Jira comment. Read-only via the jira-as CLI wrapper. Routed by mk:jira-analyst skill. NOT for complexity scoring (jira-evaluator); NOT for story-point estimation…
gpd-plan-checker
Verifies plans will achieve phase goal before execution. Goal-backward analysis of plan quality for physics research. Spawned by the plan-phase and verify-work workflows.
api-explorer
Explore and analyze API-related code. Use when investigating endpoints, routing, or HTTP handling.
design-pattern-extractor
Extracts design patterns from projects and URLs for the Design Department.
Demonstrate
Agent for demonstrating VS Code features.