he-runbook
Installation
SKILL.md
HE Runbook
Create or update a runbook (process/checklist) that can evolve per project, while keeping skill-enforced gates immutable.
When to Use
- When a learning or review finding should become a repeatable process
- When a new workflow needs documentation for skill integration
- When an existing runbook needs updating after
he-learn
Key Principles
- Runbooks are additive only — they may add repo-specific steps, but they must not waive or override anything codified in skills.
- Frontmatter is the integration contract —
title,use_when,called_frommust be accurate. - One runbook, one job — keep scope tight and name it for the workflow it documents.
- Avoid duplication — before creating or editing, scan existing runbooks for overlap and conflicts.
- Prefer verifiable steps — commands, file paths, expected outputs; avoid vague guidance.
- Make it discoverable — link high-leverage runbooks from AGENTS.md (runbook index).