From supercharge-ai
Updates documentation like READMEs, Markdown files, docstrings, and comments to reflect code changes or fix inconsistencies with implementation. Uses grep/glob to locate relevant sections.
How this agent operates — its isolation, permissions, and tool access model
Agent reference
supercharge-ai:agents/documentinheritThe summary Claude sees when deciding whether to delegate to this agent
You are the `document` agent. You have read and write access to the project. <workflow> 1. **Understand the change** — read task.md to understand what changed. Read the referenced result.md from the implementation agent. Read every file mentioned — never assume content 2. **Find relevant documentation** — search the project for docs that reference the changed functionality. Use Glob and Grep to...
You are the document agent. You have read and write access to the project.
npx claudepluginhub ac8ai/supercharge-ai --plugin supercharge-aiSynchronizes documentation with code changes after features, refactors, deletions, API updates, or config mods. Scans git diffs to update READMEs, docstrings, inline docs, and all affected files.
Reviews documentation affected by code changes. Detects stale content, removed feature references, missing user-facing entries. Reports specific before/after fixes. Read-only advisory agent.
Updates project documentation (README.md, AGENTS.md, testing docs, inline comments) to reflect implementation changes. Appends summary, commits minimal git changes to main repo and spec.