extraforthesystem-beep

Failure Log — Development skill for Claude Code

Development community

Append a FAIL-XXX entry to .memory/failures/log.md when a hypothesis fails verification.

How to install Failure Log

Installs to ~/.claude/commands/extraforthesystem-beep-knowledge-harness-failure-log.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/extraforthesystem-beep/knowledge-harness/HEAD/.claude/commands/failure-log.md -o ~/.claude/commands/extraforthesystem-beep-knowledge-harness-failure-log.md

Restart Claude Code, or start a new session, for it to be picked up.

What Failure Log does


description: Append a FAIL-XXX entry to .memory/failures/log.md when a hypothesis fails verification.

When a fix or hypothesis fails SRE verification (after rollback attempt 3), **or** when the shell hook reports the same command failed 3×:

  1. Read .memory/failures/log.md
  2. Append a new entry:
## FAIL-XXX: Title
- **Date:** YYYY-MM-DD
- **Hypothesis:** ...
- **Result:** Failed — ...
- **Lesson:** ...
  1. Run python scripts/harness-sync.py

Confirm FAIL id assigned

Alternatives in Development

  • Ideation — Ideation — Literature Search & Hypothesis Generation 613 ★
  • Verify Theme — Run the full Graphite quality gate (drift, tokens, contrast, YAML) and report pass/fail 452 ★
  • MCP Edit — tilth_write replaces the host Edit and Write tools 349 ★

Full documentation available on GitHub

View Source Repository