One honest "what needs doing" across the two work substrates — repo dev work (docs/backlog/ + open gripes + open GitHub PRs + Dependabot alerts) and the prod factory queue (open/doable todos) — plus a repo-hygiene scan (migration-number collisions · backlog lint · memory-index lint), a prod system-health read…
Review every worktree/branch in flight on this machine and clean up what's safe. Deterministic data collection (scripts/inflight --json) + a Sonnet agent to confirm-and-remove the clear-cut cases; ambiguous dirty worktrees come back here for judgment.
Runs when a session starts, executing session-start-lock.sh, heal-primary-branch.sh, code-search-up.sh and memory-nudge.sh via bash with --for-hook (9 commands). From retospect/precis-mcp.
Runs after a tool call finishes for Write tool calls, executing map-staleness-reminder.py and session-size-nudge.py via python3 (2 commands). From retospect/precis-mcp.
A map of this repo's bug-intake triage — three buckets a defect falls into, and which one is worth a read-only root-cause investigation before any patch gets written. Not a new pipeline; a reminder to classify before coding, and a guard against a symptom-patch that hides a live defect. Reach for it when a bug report…
Chain small stateless coder rounds via compact handoffs, so a long build never grows one huge coder transcript — for a build too large for a single coder call to finish cleanly (many files, many test-fix cycles). Each round gets a fresh coder seeded only by the prior round's handoff, not its full history. Runs on…
Triage docs/backlog/ — decide when an item file gets deleted (shipped / stale / snoozed), how far to compact one, and where surviving truth goes (the owning package docstring). Reach for it when scripts/backlog-lint flags done-marked items, when a ship leaves its backlog item behind, or when the backlog needs a…
A map of this repo's request → spec → spec-review → coding → ship stages and which existing tool owns each one — not a new pipeline, a reminder of the order and a guard against duplicating what /land//go already do (code review, issue-closing). Reach for it when a request is substantial enough to need a spec before…
Before running a verbose dev command whose output would flood the session — a deploy (scripts/deploy), an image build, an ingest run, a migration, a git/gh/psql/grep/find with a large result — run it through rtk so only the signal reaches context instead of a 1000-line firehose. Repo-dev tool for developing…
Model Context Protocol integration for Claude Context. Runs locally from the @zilliz/claude-context-mcp npm package. Needs 7 environment variables to run.
Claude Code instructions for retospect/precis-mcp, covering claude code — project brief, ship workflow, orientation, conventions that bite (irreversible, or reddens the ship) and hook/gate-enforced — one-liners, detail on demand.
Paper-request MCP: track, resolve, fetch (OA-only), and flag misconceptions for scientific papers. Runs locally from the acatome-quest-mcp Python package.
Campaign orchestration MCP server for AI agents — dependency DAGs, parallel fan-out, failure policies. Runs locally from the sortie-mcp Python package.