What problem does it solve? Documents written for AI agents often trigger unreliably, bury key steps, or bloat the context window. This Skill provides a reference framework for writing any agent-consumed document so the agent follows the same process every run. ## Core Features & Use Cases - Context pointer design: Write descriptions and pointer lines with front-loaded trigger words and one trigger per branch so agents reach material reliably. - Information hierarchy: Apply progressive disclosure, co-location, and splitting rules to keep documents legible and steps visible. - Completion criteria and pruning: Define checkable, exhaustive step completion criteria and remove duplication, no-ops, and stale content. - Use Case: When creating a new skill or editing an AGENTS.md file, use this Skill to decide what stays inline, what moves behind a pointer, and how to word the description for reliable invocation. ## Quick Start Ask the agent to review your draft skill or AGENTS.md file using the writing-for-agents guidelines and suggest improvements to its description and structure.