playbook/antigravity-awesome-skills/skills/wiki-builder/templates/wiki.config.md

54 lines
1.4 KiB
Markdown

# {{TITLE}} Wiki Config
Slug: `{{SLUG}}`
Flavor: `{{FLAVOR}}`
Created: `{{DATE}}`
Root: `{{ROOT}}`
## Purpose
Describe what this wiki is for and what decisions, research, or creative work it should support.
## Audience
Describe who the wiki is written for.
## Scope
In scope:
- Add the main topics, source types, or questions this wiki should cover.
Out of scope:
- Add exclusions so future agents do not over-expand the wiki.
## Source Policy
- Keep raw source material in `raw/`.
- Record every major source in `sources.md`.
- Distinguish sourced claims from interpretation.
- Mark uncertainty directly when sources conflict or evidence is thin.
## Page Types
- `wiki/index.md` for the main entry point.
- `wiki/concepts/<concept>.md` for durable concepts.
- `wiki/sources/<source>.md` for important source writeups.
- `wiki/questions/<question>.md` for open questions.
- `derived/` for briefs, outlines, and temporary synthesis.
## Style Rules
- Lead with the useful takeaway.
- Use clear section headings.
- Link related wiki pages.
- Keep pages source-grounded and skimmable.
- Avoid filler summaries that do not add navigation, synthesis, or decision value.
## Maintenance Rules
- Update `wiki/index.md` after adding important pages.
- Update `sources.md` after adding sources.
- Update `logs/maintenance-log.md` after meaningful structure or content changes.