What problem does it solve? Managing canonical project knowledge as structured, versioned documents is error-prone when agents rebuild whole documents for small edits, publish without guards, or read stale caches. This Skill provides a disciplined playbook for CRUD-first document operations with the AOPS CLI docman domain. ## Core Features & Use Cases - Composable Authoring: Structure documents as sections, pages, and page versions, and make targeted page edits instead of full-document rebuilds. - Guarded Operations: Use baseline-guarded Markdown import, expected-previous-version publish guards, and preview-then-confirm deletion for disposable documents. - Retrieval Gates: After publishing, rebuild index and summary, then verify with search and answer queries before refreshing the local mirror. - Use Case: An agent needs to update one section of an architecture guide: it clones the current version, edits the single page, publishes with version guards, rebuilds the index, verifies a known-fact search reaches the new content, and refreshes the mirror. ## Quick Start Ask the agent to use the aops-cli-docman skill to update one page of a project document and publish it with the AOPS CLI.