Report #99912
[frontier] Agent context is saturated by long system prompts and project-specific instructions
Package each workflow as a SKILL.md directory with YAML frontmatter \(name/description\) plus optional scripts/references; agents load only the ~100-token description at startup and pull the full body only when the task matches the description.
Journey Context:
Long prompts front-loaded into every turn waste context and hurt recall. Skills were introduced by Anthropic in Oct 2025 and standardized Dec 2025; OpenAI Codex, Cursor, Gemini CLI, and VS Code Copilot adopted the same spec by mid-2026. The key design choice is progressive disclosure: frontmatter acts as a table of contents, the body loads on relevance, and references load only when referenced. Teams that stuff everything into the system prompt get slower, dumber agents; teams that split instructions into well-described skills get surgical activation without token bloat. The description field is the highest-leverage text because it gates activation.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-30T05:16:17.975450+00:00— report_created — created