Agent skill
bb80-deterministic-receipts
Replace human review with reproducible evidence. Always provide deterministic receipts, never narratives.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/bb80-deterministic-receipts-seanchatmangpt-ggen
SKILL.md
Big Bang 80/20: Deterministic Receipts
Core Concept
Deterministic Receipts replace human review with reproducible evidence.
Never say "code looks good". Instead provide receipts.
The Pattern
❌ BAD (Narrative):
"I reviewed the code. It looks good. Performance should be fine."
✅ GOOD (Receipts):
[Receipt] cargo make check: ✓ 0 errors, 0 warnings
[Receipt] cargo make lint: ✓ 0 clippy violations
[Receipt] cargo make test: ✓ 347/347 tests passed in 28.3s
[Receipt] SLO compliance: ✓ test <30s (target met)
Essential Receipts
cargo make check # [Receipt] Compilation status
cargo make test # [Receipt] Test pass/fail counts
cargo make lint # [Receipt] Clippy warnings
cargo make pre-commit # [Receipt] Quality gate status
Reference
See CLAUDE.md sections:
- Three Paradigms (Deterministic Receipts)
- Remember (Receipts Over Narratives)
- Development Workflow (Commit with Evidence)
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?