filesystem-context-discipline
Installation
SKILL.md
Filesystem Context Discipline
Use the filesystem to hold durable state, but keep it structured, discoverable, and reviewable.
Use When
- a task is too long for one prompt or needs resumable state;
- generated output should be retained before apply;
- a plan, checklist, evidence ledger, or handoff must survive compaction;
- multiple agents or sessions need a shared artifact;
- repo-local context should be discoverable without always loading it.