Skip to content

Commit 15f7185

Browse files
docs: add doc-ops agent to CUSTOM-AGENTS reference (#358)
### Summary Adds the missing **doc-ops** agent to the central CUSTOM-AGENTS documentation so contributors can discover and understand its purpose. ### Changes - Added **doc-ops** to the *Documentation and Planning Agents* table - Added a full **Agent Details** section following the existing pattern (Creates, Workflow, Critical) - Maintained formatting and alphabetical order for consistency ### Context The `doc-ops.agent.md` file already existed in `.github/agents`, but the agent was undocumented in `CUSTOM-AGENTS.md`, making it difficult for contributors to discover its capabilities. ### Related Issue Fixes #312 --------- Co-authored-by: Bill Berry <[email protected]> Co-authored-by: Bill Berry <[email protected]>
1 parent 881a567 commit 15f7185

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/CUSTOM-AGENTS.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ The Research-Plan-Implement (RPI) workflow provides a structured approach to com
5454
| **brd-builder** | Creates Business Requirements Documents with reference integration | Solution-agnostic requirements focus |
5555
| **adr-creation** | Interactive ADR coaching with guided discovery | Socratic coaching approach |
5656
| **security-plan-creator** | Creates comprehensive cloud security plans from blueprints | Blueprint-driven threat modeling |
57+
| **doc-ops** | Documentation operations and maintenance | Does not modify source code |
5758

5859
### Code and Review Agents
5960

@@ -197,6 +198,18 @@ The Research-Plan-Implement (RPI) workflow provides a structured approach to com
197198

198199
**Critical:** Uses Socratic coaching methods. Guides users through decision-making process. Adapts coaching style to experience level.
199200

201+
### doc-ops
202+
203+
**Creates:** Documentation updates and maintenance artifacts
204+
205+
**Workflow:**
206+
207+
* Review existing documentation for accuracy and completeness
208+
* Identify gaps, inconsistencies, or outdated content
209+
* Apply structured documentation updates aligned with repository standards
210+
211+
**Critical:** Operates strictly on documentation files and does not modify application or source code
212+
200213
### security-plan-creator
201214

202215
**Creates:** Security plans and implementation artifacts:

0 commit comments

Comments
 (0)