Documentation synchronization and updates
/plugin marketplace add akaszubski/autonomous-dev/plugin install autonomous-dev@autonomous-devOptional - specific documentation area to updateInvoke the doc-master agent to synchronize and update documentation.
Invoke the doc-master agent with optional focus area from user.
ARGUMENTS: {{ARGUMENTS}}
Use the Task tool to invoke the doc-master agent with subagent_type="doc-master" and provide any specific focus from ARGUMENTS (or update all docs if no argument provided).
The doc-master agent will:
Time: 1-2 minutes (vs 20-30 min full pipeline)
/update-docs
/update-docs API documentation for new auth endpoints
/update-docs README usage examples
The doc-master provides:
Use /update-docs when you need:
The doc-master updates:
After documentation update, you can:
/auto-implement <feature> for complete workflow with docs| Command | Time | What It Does |
|---|---|---|
/implement | 5-10 min | Code implementation |
/review | 2-3 min | Code quality review |
/security-scan | 1-2 min | Security vulnerability scan |
/update-docs | 1-2 min | Documentation sync (this command) |
/auto-implement | 20-30 min | Full pipeline (research → plan → test → implement → review → security → docs) |
This command invokes the doc-master agent with:
Part of: Individual agent commands (GitHub #44)
Related: /review, /security-scan, /auto-implement
/update-docsUpdate and maintain project documentation for local code changes using multi-agent workflow with tech-writer agents. Covers docs/, READMEs, JSDoc, and API documentation.