What problem does it solve? Teams lose durable project knowledge when decisions and architecture facts live only in chat logs or issue threads. This Skill keeps a canonical docs/wiki as the source of truth, letting agents look up verified context and propose controlled wiki updates without inventing facts. ## Core Features & Use Cases - Wiki Context Lookup: Selects relevant wiki pages with reasons and freshness, verifying Basic Memory search results against the canonical docs/wiki before use. - Controlled Update Plans: Produces a wiki.update_plan before any edit, ensuring only the Wiki Curator mutates canonical pages and that lint checks run after mutation. - Contradiction and Secret Handling: Flags conflicts between wiki and evidence for owner review, and blocks potential secrets pending Security Reviewer approval. - Use Case: During a multi-stage workflow, an agent needs architecture context. The Skill returns typed context.wiki evidence with used_evidence, assumptions, blockers, and confidence instead of broad prose. ## Quick Start Ask the agent to look up the relevant wiki context for the current task and prepare a wiki update plan if any durable knowledge is missing.