โ† All skills 2389 Research ยท Agent Skills
Testing & Review

trace

v0.2.0

Verify a repository against its authoritative spec with a canonical behavior matrix and executable evidence

Install โ€” npx skills ยท recommended
npx skills add 2389-research/trace
Prefer Claude Code? Install via /plugin
/plugin install trace@2389-research

TRACE skill

Animated diagram of how trace works
How trace works

TRACE stands for Test Requirements Against Code & Execution.

This package contains:

Install

Copy the trace directory into the skills directory used by your agent runtime, preserving SKILL.md at the skill root:

The helper script needs Python 3.9+ (standard library only).

Start a run

From the target repository:

python3 /path/to/trace/scripts/trace_csv.py init --repo .

Then invoke the trace skill with the repository and authoritative spec in context.

Validate at any point

python3 /path/to/trace/scripts/trace_csv.py validate --repo .

Get the next stable row ID

python3 /path/to/trace/scripts/trace_csv.py next-id --repo .

License

MIT โ€” see LICENSE.