What problem does it solve? Documents written for AI agents often fail unpredictably: agents skip instructions, rush steps, or miss reference material. This Skill provides a systematic reference for writing agent-facing documents — skills, AGENTS.md, CLAUDE.md — so the agent follows the same process reliably on every run. ## Core Features & Use Cases - Context pointer design: Rules for writing descriptions and pointers that trigger reliably, with front-loaded leading words and one trigger per branch. - Information hierarchy guidance: A ladder model (in-file steps, in-file reference, disclosed reference) for deciding what to inline versus push behind a pointer via progressive disclosure. - Completion criteria and splitting: Techniques for writing checkable, exhaustive step completion criteria and deciding when to split documents by sequence or invocation. - Use Case: When authoring a new skill or editing an AGENTS.md file, consult this reference to prune no-op instructions, eliminate duplication, choose leading words, and decide between model-invoked and user-invoked skill mechanics. ## Quick Start Ask the agent to review your draft skill or AGENTS.md file using the writing-for-agents reference to sharpen its pointers and structure.