| name | doc-create |
| description | Guide for creating documentation. Use this when asked to create documentation for a new policy or modify existing documentation. |
Documentation Creation Guide
Use this skill when the user asks to create new policy documentation or to migrate/update existing documentation so it follows the unified structure defined in DOC_STRUCTURE.md.
Primary Requirements
Folder Structure (Must Match Repo Convention)
For a policy named <policy-name> and version folder v0.1, documentation MUST live under:
docs/<policy-name>/v0.1/metadata.json
docs/<policy-name>/v0.1/docs/<policy-name>.md
Notes:
- Keep the existing folder naming conventions (kebab-case policy names,
v0.1/ version folder).
metadata.json (Must Match Existing Structure)
Create/update metadata.json using this exact shape:
{
"name": "<POLICY_NAME>",
"displayName": "<POLICY_DISPLAY_NAME>",
"version": "<POLICY_VERSION>",
"provider": "<PROVIDER_NAME>",