What problem does it solve?
This Skill helps you package AI-coding context so an agent can act correctly on a bounded task using only source-grounded, freshness-dated, evidence-backed information—without drifting into stale assumptions or inventing contracts.
Core Features & Use Cases
- Smallest sufficient context packages: Produces minimal, scoped context tailored to a specific task rather than dumping whole repositories.
- Source-grounded evidence: Enforces citeable facts (path + line ranges, ADRs, spec sections, or test names) and separates FACT from INFERENCE/ASSUMPTION/OPEN QUESTION.
- Contract-accurate handoff: Includes API/data/UI contracts as exact references or excerpts, not paraphrases, and defines objective completion criteria.
- Drift control: Adds freshness markers and explicit drift triggers so the package can be revalidated when sources change.
Quick Start
Use the context-packaging skill to generate a minimal, task-scoped context package for your change request, including named completion criteria and a clear list of non-goals that the agent must not touch.