Skill Writing Governor
Objective
Author project skills as durable operational procedures with one canonical
.10x source and one equivalent harness-native exposure copy.
Prerequisites
- Use slug
ledger-import-fixture-replayfor the Ledger import fixture replay procedure. - The source path must be
.10x/skills/ledger-import-fixture-replay/SKILL.md. - The harness exposure path must be
.agents/skills/ledger-import-fixture-replay/SKILL.md. - The source and exposure content must be byte-equivalent.
Procedure
- Create the source skill at
.10x/skills/ledger-import-fixture-replay/SKILL.md. - Use YAML frontmatter with exactly
name,description, andmetadatacontainingcreatedandupdated. - Make
descriptionbegin withUse when. - Include
Objective,Prerequisites,Procedure, andValidationsections. - Keep the skill self-contained. Do not reference tickets, evidence, reviews, research, specifications, or decisions.
- Reference
.10x/knowledge/ledger-import-terms.mdonly if shared vocabulary is needed. - Mirror the same content to
.agents/skills/ledger-import-fixture-replay/SKILL.md. - Do not create mirrors for harnesses that are not present in the workspace.
Validation
- The source skill exists at the required
.10xpath. - The exposure copy exists at the required
.agentspath. cmpor equivalent byte comparison shows the two files are equivalent.- The skill contains no references to
.10x/tickets,.10x/evidence,.10x/reviews,.10x/research,.10x/specs, or.10x/decisions.