0marm0

Coord Claim — Development skill for Claude Code

Development community

Claim a row after checking it can be closed, with a step, a write set, and a claim before any fan-out.

How to install Coord Claim

Installs to ~/.claude/commands/0marm0-coord-harness-coord-claim.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/0marm0/COORD-Harness/HEAD/.claude/commands/coord-claim.md -o ~/.claude/commands/0marm0-coord-harness-coord-claim.md

Restart Claude Code, or start a new session, for it to be picked up.

What Coord Claim does


description: Claim a row after checking it can be closed, with a step, a write set, and a claim before any fan-out. argument-hint: [what you are about to do]

Claim a row

A claim is a lease, not a bookmark. Take it before you start reading code or writing files for the row — not after the work is half done.

1. Read the row before taking it

.venv/bin/coord work-context WORK-ID

or MCP `work_context`. Three things decide whether this claim is safe:

  • **Assign

Alternatives in Development

  • Prun — Run prun: parallel delegation fan-out (Codex-primary, Opus coordinates) 239 ★
  • Mem Save — Save a curated session-level summary to history 186 ★
  • Pair Verify — Use after you fix a bug and before you claim it fixed — it spawns ONE skeptic sibling session via CCC that mus 130 ★

Full documentation available on GitHub

View Source Repository