Skill Authoring
Define skill scope, build concise instructions, and package reusable context.
Workflow
- •Extract user intent and expected artifacts.
- •Ask only the minimum clarifying questions required to avoid rework.
- •Draft frontmatter with explicit trigger conditions.
- •Write procedural body instructions with validation and failure handling.
- •Move domain-heavy detail into
references/. - •Add deterministic utilities in
scripts/when repetition exists.
Output Requirements
- •Include required frontmatter fields.
- •Keep action steps ordered and testable.
- •Include at least one verification section.
- •Avoid redundant reference duplication.
References
Load references/checklist.md before finalizing output.