Context engineering memory design
Skill jukrap/ai-agent-playbook/skills/ai-harness/context-engineering-memory-design
Reusable AI agent skills, project templates, and guardrails for safer software maintenance and delivery.
npx -y skills add jukrap/ai-agent-playbook --skill context-engineering-memory-designAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Use when designing or reviewing agent instructions, context surfaces, prompt/cache budget, project memory, compaction behavior, durable memory promotion, or stale fact handling.
SKILL.md
1.2 KB, as published. Nobody here has run it
Context Engineering Memory Design
Use this as the primary AI harness skill for context surfaces and durable project memory.
Workflow
- Classify each item as always-on instruction, project-local context, selected skill reference, generated runtime evidence, durable memory, handoff, or archive.
- Keep default context small, stable, and free of raw source lists, secrets, personal paths, branch names, PR numbers, and large excerpts.
- Treat runtime reports, indexes, dry-run output, and generated graphs as evidence candidates until reviewed and promoted.
- Verify context freshness with project docs, canon checks, worklogs, and explicit owner decisions when facts conflict.
Reference
Read references/context-surface-and-cache-budget.md for prompt/cache budget and context surface placement.
Read references/memory-promotion-and-staleness.md for generated evidence, durable memory, stale fact, and promotion checks.