What problem does it solve? AI agents tend to skip clarification and produce poorly structured skills with vague descriptions, bloated instructions, and missing edge-case handling. This Skill enforces a disciplined four-phase process for authoring skills that agents actually follow. ## Core Features & Use Cases - Mandatory Clarification Phase: Requires identifying assumptions and asking scope, constraint, and success-criteria questions before writing any skill content. - Structured Authoring Workflow: Covers structure design (progressive disclosure, degrees of freedom), persuasive writing techniques, and bias-resistant instruction patterns. - Validation Checklist: Provides a self-review checklist and red-flags table to test skills against real agent behavior before shipping. - Use Case: When asked to create a new skill for processing invoices, the agent first asks clarifying questions about scope and constraints, then drafts a SKILL.md under 500 lines with linked reference files, and finally validates it against the checklist. ## Quick Start Use the writing-skills skill to help me create a new agent skill for reviewing pull requests.