ワンクリックで
history-hygiene
// Record final outcomes to history.md, not intermediate requests or reversed decisions
// Record final outcomes to history.md, not intermediate requests or reversed decisions
{what this skill teaches agents}
Validate model JSON responses with strict schema checks and deterministic fallback
Build append-only markdown table archives with daily file partitioning and replay-friendly history surfacing
{what this skill teaches agents}
How to write comprehensive architectural proposals that drive alignment before code is written
| name | history-hygiene |
| description | Record final outcomes to history.md, not intermediate requests or reversed decisions |
| domain | documentation, team-collaboration |
| confidence | high |
| source | earned (Kobayashi v0.6.0 incident, team intervention) |
History files (.md files tracking decisions, spawns, outcomes) are read cold by future agents. Stale or incorrect entries poison decision-making downstream. The Kobayashi incident proved this: history said "Brady decided v0.6.0" when Brady had reversed that to v0.8.17. Future spawns read the wrong truth and repeated the mistake.
✓ Correct:
✗ Incorrect: