retospect

46 mods across 7 repositories, 4 stars between them.

whatneedsdoing

25

retospect/precis-mcp

Command Claude Code

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…

3 2d ago A 95 tokens GPL-3.0

workspace-cleanup

26

retospect/precis-mcp

Command Claude Code

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.

3 2d ago A 53 tokens GPL-3.0

SessionStart

27

retospect/precis-mcp

Hook Claude Code

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.

3 2d ago A tokens not measured GPL-3.0

SessionEnd

28

retospect/precis-mcp

Hook Claude Code

Runs when a session ends, executing session-end-reap.sh. From retospect/precis-mcp.

3 2d ago A tokens not measured GPL-3.0

PreToolUse

29

retospect/precis-mcp

Hook Claude Code

Runs before the agent uses a tool for Edit, Write, MultiEdit, NotebookEdit, Read, Bash, Grep, mcp__precis__put, mcp__precis__edit, mcp__precis__delete and mcp__precis__tag tool calls, executing guard-worktree-path.py, guard-sealed-migration.py, rca-triage-nudge.py, guard-secret-read.py, guard-commit-on-main.py…

3 2d ago A tokens not measured GPL-3.0

PostToolUse

30

retospect/precis-mcp

Hook Claude Code

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.

3 2d ago A tokens not measured GPL-3.0

PreCompact

31

retospect/precis-mcp

Hook Claude Code

Runs before the context is compacted, executing precompact-persist.sh via bash. From retospect/precis-mcp.

3 2d ago A tokens not measured GPL-3.0

precis-mcp

32

retospect/precis-mcp

Settings file Claude Code

Agent settings declaring 5 hook events (SessionStart, SessionEnd, PreToolUse, PostToolUse) and 24 allowed tools.

3 2d ago A tokens not measured GPL-3.0

bug

33

retospect/precis-mcp

Skill Claude CodeCodex

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…

3 2d ago A 97 tokens GPL-3.0

coder-chain

34

retospect/precis-mcp

Skill Claude CodeCodex

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…

3 2d ago A 101 tokens GPL-3.0

docs-triage

35

retospect/precis-mcp

Skill Claude CodeCodex

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…

3 2d ago A 95 tokens GPL-3.0

flow

36

retospect/precis-mcp

Skill Claude CodeCodex

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…

3 2d ago A 103 tokens GPL-3.0

quiet-output

37

retospect/precis-mcp

Skill Claude CodeCodex

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…

3 2d ago A 87 tokens GPL-3.0

claude-context

38

retospect/precis-mcp

MCP server Claude CodeCodexCursor +2

Model Context Protocol integration for Claude Context. Runs locally from the @zilliz/claude-context-mcp npm package. Needs 7 environment variables to run.

3 2d ago A tokens not measured GPL-3.0

retospect/precis-mcp

Instructions file CodexOpenCode

AGENTS.md instructions for retospect/precis-mcp, covering precis-mcp — agent context, identity, stack / toolkit, repository shape and workflow — plan first, always.

3 2d ago A 3,832 tokens GPL-3.0

retospect/precis-mcp

Instructions file

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.

3 2d ago A 1,407 tokens GPL-3.0

tome-mcp

41

retospect/tome-mcp

MCP server Claude CodeCodexCursor

DEPRECATED — use precis-mcp instead. Final release. Runs locally from the tome-mcp Python package.

1 5mo ago A tokens not measured AGPL-3.0 archived

patentorney-mcp

42

retospect/patentorney-mcp

MCP server Claude CodeCodexCursor

MCP server for managing patent application drafts. Runs locally from the patentorney-mcp Python package.

0 1mo ago A tokens not measured original MIT

acatome-quest-mcp

43

retospect/acatome-quest-mcp

MCP server Claude CodeCodexCursor

Paper-request MCP: track, resolve, fetch (OA-only), and flag misconceptions for scientific papers. Runs locally from the acatome-quest-mcp Python package.

0 2mo ago A tokens not measured

sortie-mcp

44

retospect/sortie-mcp

MCP server Claude CodeCodexCursor

Campaign orchestration MCP server for AI agents — dependency DAGs, parallel fan-out, failure policies. Runs locally from the sortie-mcp Python package.

0 2mo ago A tokens not measured

tubescribe-mcp

45

retospect/tubescribe-mcp

MCP server Claude CodeCodexCursor

MCP server for fetching YouTube video transcripts. Runs locally from the tubescribe-mcp Python package.

0 1mo ago A tokens not measured

gripe-mcp

46

retospect/gripe-mcp

MCP server Claude CodeCodexCursor

Agent complaint box — one-tool MCP for logging bugs and improvement requests. Runs locally from the gripe-mcp Python package.

0 1mo ago A tokens not measured