AI Engineering · Version 1.1.0 · Reviewed 2026-08-02
AI Skill Authoring Guide
Make AI behavior measurable and safer for skill contract design and skill instruction authoring with evidence, explicit trade-offs, and a verification plan.
4 method steps
5 documented failure modes
5 diagnostic checks
7 quality gates
Designs bounded reusable agent skills with precise triggers, evidence contracts, tool authority, workflow, and evaluation cases. It grounds the decision in the recurring job, target users, examples, failure modes, required tools, authority boundaries, and host constraints and explicitly prevents a role prompt with broad triggers, hidden assumptions, and no observable definition of a correct result.
₹199 one-time
Get this skill archive
What it checks first
AI Skill Authoring Guide designs bounded reusable agent skills with precise triggers, evidence contracts, tool authority, workflow, and evaluation cases. It grounds the decision in the recurring job, target users, examples, failure modes, required tools, authority boundaries, and host constraints and explicitly prevents a role prompt with broad triggers, hidden assumptions, and no observable definition of a correct result. Use it when the work involves Skill contract design, Skill instruction authoring, Skill evaluation planning.
- Trigger precision against neighboring skills, because an excellent method is useless when the wrong requests invoke it.
- Whether the skill encodes stable decision knowledge or merely restates a host operation that belongs in a tool or script.
- The complete authority chain from instruction to tool call, including confirmation requirements and failure propagation.
- Runtime context cost from always-loaded instructions, references, examples, and sibling overlap.
- Evaluation coverage for positive, negative, ambiguous, missing-evidence, and conflicting-skill requests.
Example task
Input
Apply the ai skill authoring guide to our current skill contract design work. We need a concrete decision, bounded changes, and evidence that the result is correct.
Expected output
Start with the recurring job, target users, examples, failure modes, required tools, authority boundaries, and host constraints. The highest-risk failure is a role prompt with broad triggers, hidden assumptions, and no observable definition of a correct result. Encode a repeatable decision method, explicit exclusions, and independent verification rather than a persona. Verify the result by running positive, negative, boundary, missing-evidence, and prompt-injection evaluation cases.