Render a phase's run record as a receipts narrative - what each dispatch cost, what the gates caught, what got refuted - straight from trace.jsonl and the phase artifacts
Scanned 9/3/2026
Install to Claude Code
npx -y skills add crenshawdev/cadence --skill cad-report --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Cad Report?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/crenshawdev-cad-report)More formats (shields.io, HTML) on the badges page.
---
name: cad-report
description: "Render a phase's run record as a receipts narrative - what each dispatch cost, what the gates caught, what got refuted - straight from trace.jsonl and the phase artifacts"
argument-hint: "[phase] [--all]"
allowed-tools:
- Read
- Bash
- Grep
- Glob
---
<objective>
Turn `.planning/trace.jsonl` and a phase's artifacts into the story of what
your tokens bought: every dispatch priced, every gate's outcome named, every
refuted assumption cited. Read-only - it renders the record, it never writes
it. `--all` spans the whole record for a milestone-shaped view.
</objective>
<execution_context>
@${CLAUDE_PLUGIN_ROOT}/cadence-core/workflows/report.md
</execution_context>
<process>
Execute end-to-end.
</process>
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!