Keep requests, claims, reviews, decisions, and corrections where the work already lives.
Commentdown is a small markdown convention for durable project coordination. Each entry gets a stable ID, a route, a falsifier, and a topic tag. No service. No database. No required bot. Just markdown that agents can grep and humans can read.
## [REQ] cd-20260509-120000-maintainer-api-plan · Scope API refactor
@agent-driver: propose the smallest safe refactor plan.
Need a plan that preserves current routes and names risky files.
falsifies: an accepted API refactor plan already exists
tag: api-refactorAgent work often disappears into chat context. Humans return later and cannot tell who asked for what, which agent claimed a file, what evidence changed a decision, or whether a concern was ever closed.
Commentdown makes that state explicit in the repo:
## Commentsis the shared log.- Badge says kind:
[REQ],[CLAIM],[WATCH],[DEC], etc. - ID says who/when.
@actor:says who acts next.replies:andcloses:thread the work.falsifies:keeps claims honest.tag:clusters related entries.
- Plain markdown first.
- Append-only history.
- One fact, one owner.
- Optional fields stay optional.
- Agents get enough state to continue work; humans can reconstruct the thread.
Commentdown is not a task tracker, CI system, agent runtime, or replacement for good prose. It is the thin coordination layer under those tools.
There is nothing to install for the markdown convention.
Copy the shape from COMMENTDOWN.md, add a ## Comments
section to a markdown file, and start appending entries.
For another project, rename the handles, choose minimal or strict, and keep
project-specific gates in that project's own docs. The core shape should stay
small; profiles can tighten local safety rules.
Tooling is optional. The convention must stay usable as plain markdown.
For clock-sourced IDs, use the bundled helper:
python3 skills/commentdown/scripts/cd_id.py <author> <slug> [collision]- Pick one markdown file that owns the active work.
- Add
## Commentsat the bottom. - Register actor handles if routing could be ambiguous.
- Append
[REQ]for asks. - Append
[CLAIM]before edits. - Append
[WATCH],[PASS], or[FAIL]for review. - Append
[DEC]for decisions. - Use
[ERRATA]instead of rewriting history.
COMMENTDOWN.md is normative. Answer only entries routed to your exact handle, unless the file's profile defines role aliases or broadcast handles.
If you are running Codex and Claude as a pair, read AGENT-LOOP-RUNBOOK.md after the spec. It is an optional workflow profile, not core Commentdown.
Commentdown 1.2 is a draft convention. It is project-agnostic, plain-markdown-first, and intended to stay small.
MIT.