history-hygiene

Record final project outcomes in history.md with explicit confirmation.

Updated Apr 16, 2026
One-click install
npx skills add https://github.com/Leep-GH/Lee-s-squad --skill history-hygiene-leep-gh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: history-hygiene
Source: https://github.com/Leep-GH/Lee-s-squad/tree/main/.copilot/skills/history-hygiene
Command: npx skills add https://github.com/Leep-GH/Lee-s-squad --skill history-hygiene-leep-gh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

History files (.md files tracking decisions, spawns, outcomes) can be polluted by intermediate requests or reversed decisions, making future work brittle. This Skill ensures only final outcomes are recorded to history to maintain a reliable source of truth.

Core Features & Use Cases

  • Enforces logging discipline by recording the final decision and outcome to history.md.
  • Updates history when a decision is reversed or corrected, preserving traceability.
  • Provides a simple prompt flow to capture the final result with a single confirmation step.

Quick Start

Describe the final outcome you reached and let this skill append it to history.md.

Frequently Asked Questions about history-hygiene

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I log only final outcomes to a history file without polluting it with intermediate requests?

To log only final outcomes to a history file, you describe the conclusive result and the skill appends it to history.md after explicit confirmation. This prevents intermediate requests from polluting the audit trail.

What is the best way to track decision reversals in an audit trail?

The best way to track decision reversals in an audit trail is to use a logging discipline that updates history.md when a decision is reversed. This preserves traceability by recording the corrected outcome over the initial request.

How does decision-tracking maintain a single source of truth for future agents?

Decision-tracking maintains a single source of truth by ensuring future agents reference the conclusive result in history.md instead of intermediate requests. It records only final outcomes and supports automatic updates when outcomes change.

Do I need to manually edit history.md when a project decision is corrected?

You do not need to manually edit history.md when a project decision is corrected. The skill supports automatic updates to the audit trail when outcomes change, ensuring the file reflects the final result.

Why does my history file make future work brittle despite having an audit trail?

Your history file makes future work brittle because the audit trail is polluted by intermediate requests or reversed decisions. Recording only final outcomes in history.md ensures a reliable source of truth for future reference.

Can I review a final outcome before it gets logged to the audit trail?

You can review a final outcome before it gets logged to the audit trail. The skill requires explicit confirmation before appending any final outcomes to history.md, preventing unwanted or premature entries.