Wendao Documentation Guardian Skill
:PROPERTIES: :ID: skill-wendao-guardian :TYPE: METASKILL :STATUS: ACTIVE :END:
🎯 Objective
Act as the authoritative guardian for creating and editing Wendao DocOS documentation. Enforce the Project AnchoR v2.0 standard to ensure AST-level compatibility and semantic integrity.
📜 Mandatory Template (AnchoR Standard)
All documents created under this skill MUST follow this structure:
Identity Header:
# Title :PROPERTIES: :ID: <semantic-slug> :PARENT: [[<parent-file>]] :TAGS: <tags> :STATUS: <DRAFT|STABLE|DEPRECATED> :END:Semantic Relations: Replace "SEE ALSO" or "Footnotes" with a structured RELATIONS drawer:
:RELATIONS: :LINKS: [[link1]], [[link2]] :END:Block IDs: For critical paragraphs or code blocks, append a block anchor if missing:
^id-123.
🛠️ Constraints for LLM
- No Line Numbers: Never refer to line numbers in documentation. Use
#idor/path. - Org-style Only: Use
:KEY: VALUEfor all metadata. - Atomic Notes: One concept per file (Zettelkasten).
- English Context: Body must be in English for international technical consistency.
🔍 Validation Logic
Before outputting, check:
- Does it have a
:PROPERTIES:drawer with a unique:ID:? - Is the
:PARENT:correctly linked? - Are all links using the
[[filename]]ZK syntax?
:FOOTER: :STANDARDS_VERSION: 2.0 :AUDITOR: auditor_neuron :END: