Phase 9 of 12 · Context Operator
Knowledge & Context Layer
Phase 9 is the work of maintaining the context agents rely on, where humans own freshness, permissions, citations, and retrieval quality across the lifecycle.
Maintain the context agents rely on: fresh, grounded, permission-aware, and traceable.
Decision rules
Each rule connects a real situation to the skill or playbook that fits it. Linked terms open canonical sources.
| Situation | Missing skill | Recommended playbook | Alternatives | Why |
|---|---|---|---|---|
| A coding agent keeps wasting tokens or missing context the team already has somewhere. | Context engineering | context-engineering-collection | Manual prompt tuning | The context-engineering collection is the default playbook; bespoke prompt tuning is the right move only when the standard collection has been tried and a specific gap remains. |
| The team keeps re-learning the same lessons from work that's already been finished. | Learning extraction | Glean | Manual post-mortem doc | Glean surfaces accumulated learnings where they can be cited by agents and people; a manual post-mortem doc captures one lesson well but doesn't compound. |
| Knowledge in the org is fresh but uncited, scattered, and unfindable by agents. | Compound context maintenance | ce:compound | Dust.tt | Ce:compound builds a graph the agent can cite and refreshes on a schedule; Dust.tt is the hosted equivalent when you'd rather buy than build. |
| New teammates — human or agent — take weeks to become productive in the codebase. | Onboarding documentation | Mintlify | CONTEXT.md + ADRs | Mintlify gives you human-readable docs that double as agent context; CONTEXT.md + ADRs is the lower-overhead path when the audience is mainly engineering. |
Watch
Reality
Knowledge graphs, docs, examples, and retrieval systems are prerequisites for useful agents across the lifecycle, not a post-launch afterthought.
Required skills
- Context engineering
- Documentation quality review
- Retrieval evaluation
- Knowledge freshness management
- Permission-aware information design
Viable tools
Failure modes
- Stale context
- Permission leaks
- Uncited answers
- Doc drift
Next operating step
Audit context readiness with freshness, permissions, citations, examples, retrieval logs, doc drift, and clear ownership for maintaining knowledge.
Working through Knowledge & Context Layer?
I advise teams on this part of the lifecycle. Get in touch → if you want a direct, vendor-free conversation about what's worth doing next.