mcpbeat

Checkpoint Brief

willoscar/checkpoint-brief

Project completed stage Artifacts into a concise human-review block in `DECISIONS.md`; use before a Workflow checkpoint, not for Workflow routing or approval.

675 tokens
context cost
the whole folder, loaded on every use
2
files
ships runnable scripts
0
copies elsewhere
how many repositories repackaged it
496
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/WILLOSCAR/research-units-pipeline-skills --skill checkpoint-brief

What comes with it

1 076 bytes besides the instruction
scripts/run.py

The instruction itself

6 sections, as written by the author

Checkpoint Brief

Prepare the review surface between machine-produced Artifacts and a human

checkpoint. This Skill summarizes; it does not choose a Workflow, approve a

checkpoint, or modify semantic Artifacts.

Inputs

  • the active PIPELINE.lock.md
  • the stage Artifacts named by the current Unit
  • the existing DECISIONS.md

Output

  • one current checkpoint block in DECISIONS.md

Steps

  • Read the locked Workflow and current checkpoint.
  • Inspect only the declared stage Artifacts.
  • Summarize scope, structure, coverage, and unresolved choices without adding

new research claims.

  • Upsert the checkpoint block while preserving the approval checklist and

prior Decision history.

  • Stop before approval. human-checkpoint owns the approval Decision.

Acceptance

  • DECISIONS.md names the current checkpoint and the Artifacts reviewed.
  • unresolved choices are explicit and bounded.
  • no approval is inferred or written.
  • no Pipeline lock, Unit state, or semantic Artifact is changed.

Script

uv run python .codex/skills/checkpoint-brief/scripts/run.py \
  --workspace workspaces/<name> \
  --checkpoint C2 \
  --inputs 'outline/taxonomy.yml;outline/outline.yml'

The Pipeline adapter supplies the current Unit's declared inputs. Manual

invocations must do the same; an empty input list is reported as unreviewable

rather than inferred from unrelated Workspace files.

How to use it

Copy the folder

Take willoscar/checkpoint-brief from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.