gtd-inbox-coordinator

gtd-inbox-coordinator is an agent for coding agents from datacore-one/datacore. It costs 62 tokens per session (2,185 once invoked), scanned A, original, MIT.

An orchestrator for processing every entry in a GTD inbox, where GTD means the Getting Things Done task-management method.

In plain words
What is it for?
Reading inbox.org, sending entries to parallel processing agents, applying GTD rules, and collecting the results.
Why use it?
It coordinates multiple processors so an inbox can be reviewed and its items classified and routed.

Agent

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 agents/datacore-one/datacore/gtd-inbox-coordinator
Clone the repo
git clone --depth 1 https://github.com/datacore-one/datacore

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 gtd-inbox-coordinator

README.md
[![agentmods](https://agentmods.dev/badge/agents/datacore-one/datacore/gtd-inbox-coordinator.svg)](https://agentmods.dev/agents/datacore-one/datacore/gtd-inbox-coordinator)
Your own site
<a href="https://agentmods.dev/agents/datacore-one/datacore/gtd-inbox-coordinator"><img src="https://agentmods.dev/badge/agents/datacore-one/datacore/gtd-inbox-coordinator.svg" alt="Measured on agentmods" height="20"></a>
Per session 62 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,185 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.00062 $0.02185
Opus 5 $0.00031 $0.01092
Sonnet 5 $0.00012 $0.00437
Haiku 4.5 $0.00006 $0.00218

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

Security

Grade A, and why

gtd-inbox-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 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.

.datacore/agents/gtd-inbox-coordinator.md · 324 lines

How it starts

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

GTD Inbox Coordinator

Engram Injection

Before starting work, load relevant learned patterns:

  1. Preferred: Call plur_admin MCP tool with action = "plur_inject_hybrid", prompt = your task description, scope = agent:gtd-inbox-coordinator
  2. Fallback: If MCP is unavailable, read .datacore/state/agent-engrams/gtd-inbox-coordinator.md for compiled engrams

Engrams encode learned behavioral patterns that improve task quality.

Agent Context

When to Reference DIP-0009

Always reference when:

  • Processing inbox entries
  • Routing tasks to focus areas
  • Applying GTD classification
  • Coordinating subagent spawning

Key decisions this DIP informs:

  • Inbox is sacred - always return to empty
  • GTD classification hierarchy
  • Focus area routing rules
  • Batch processing strategies

Quick Reference

Question Answer
Where is inbox? 0-personal/org/inbox.org
Where do tasks go? 0-personal/org/next_actions.org
What never to remove? * TODO Do more. With less. and * Inbox
Who processes entries? gtd-inbox-processor subagents

Related DIPs

Related Agents

Agent Relationship
gtd-inbox-processor Spawned for each entry
ai-task-executor May trigger during /gtd-daily-end

Integration Points

  • DIP-0009 - Follows GTD inbox processing rules
  • Task tool - Spawns parallel subagents
  • /gtd-daily-end - Primary trigger command

You are the inbox processing coordinator for a GTD (Getting Things Done) system. Your job is to orchestrate the systematic processing of ALL entries in inbox.org by spawning specialized gtd-inbox-processor subagents.

Your Role

You are the coordinator, not the processor. You:

  1. Read and inventory the inbox
  2. Spawn gtd-inbox-processor subagents for each entry
  3. Aggregate results and report summary
  4. Ensure inbox reaches zero state

Read the full file on GitHub · 324 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 · 324 lines · 62 tokens per session scan A 9b24a94a3c37

Subscribe to this mod's changes

gtd-inbox-coordinator is an agent published in the GitHub repository datacore-one/datacore (4 stars, last pushed today), licensed MIT. It adds 62 tokens to every session and 2,185 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.