Skip to content

TraceworkReport and replay agent work.

Generate useful work reports first, then capture key session evidence so later agents can query, recall, review, and roadmap the work.

bash
codex plugin marketplace add KKenny0/Tracework
codex plugin add tracework@tracework

Public namespace: tracework. Config lives under .tracework; records stay in your own vault.

Work Trace Loop

text
report or query current work -> capture key sessions -> improve future reports and decisions

Tracework is built for agent work that needs a durable trace: choices made, paths rejected, evidence cited, risks carried, and next steps preserved. Coding sessions are the strongest fit, but the same record shape also fits research, writing, and product narrative work when the session has decisions and evidence. Daily and weekly reports can start from git-only fallback coverage, but those claims stay limited until raw entries explain the why.

Proof Chain

LayerQuestionTracework surface
Report fallbackWhat can be reported now?/tracework:daily, /tracework:weekly, /tracework:monthly
Raw recordWhat happened in a key session?/tracework:capture
Decision evidenceWhy this path, not another?/tracework:query
Work contextWhat should the next session carry forward?/tracework:recall
Brief or reviewWhat changed, what is risky, what is next?/tracework:weekly, /tracework:monthly
HistoryHow did the decisions evolve?/tracework:roadmap

Boundary

Tracework is not a meeting-notes tool, approval workflow, generic office suite, performance packaging layer, or employee-monitoring surface. It does not turn activity counts into outcomes. It preserves evidence so a later reader can check the work.

Released under the MIT License.