Documentation
README
Strategic Compact
Smart context compaction that preserves what matters and discards what doesn't.
Overview
Running /compact blindly can lose critical context — architecture decisions, debugging hypotheses, partial progress. This skill teaches when and how to compact strategically.
When to Compact
| Context Usage | Action |
|---|---|
| < 50% | Continue working. No action needed. |
| 50-60% | Finish current task, then compact. |
| 60-70% | Run /compact now — recovers ~70% of usable context. |
| 70-80% | Save state first, then /compact. |
| > 80% | Save session immediately. Consider starting fresh. |
Pre-Compact Checklist
Before running /compact, ensure these survive:
This is the opening of the README. Read the full README on GitHub.