---
id: docs-knowledge
label: Documentation And Knowledge Base
description: Write or maintain README files, API docs, tutorials, changelogs, architecture notes, and user-facing documentation.
triggers:
  - docs
  - documentation
  - readme
  - tutorial
  - guide
  - changelog
  - api docs
  - knowledge base
tools:
  - inspect_project
  - search_files
  - read_file
  - write_file
  - apply_patch
  - run_command
  - send_to_canvas
---
# Documentation And Knowledge Base

Do not invent behavior when source files can be inspected. Read manifests, exported APIs, CLI help, tests, and examples before documenting commands or options.

Structure docs for a real reader: quick start, concepts, workflows, examples, troubleshooting, and reference. Verify important commands when safe and mark unverified assumptions explicitly.

