-
Notifications
You must be signed in to change notification settings - Fork 125
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomers
Description
Description
The doc-ops.agent.md exists in .github/agents/ but is undocumented in .github/CUSTOM-AGENTS.md. This agent handles documentation operations but contributors cannot discover its capabilities through the central reference.
Acceptance Criteria
- Review
.github/agents/doc-ops.agent.mdto understand purpose and constraints - Add to "Documentation and Planning Agents" category table
- Add details section following existing pattern (Creates, Workflow, Critical)
- Maintain consistent formatting with other agent entries
Proposed Solution
1. Review agent file first
Read .github/agents/doc-ops.agent.md to extract:
- Primary purpose (documentation operations)
- Output artifacts
- Key constraints
- Workflow steps
2. Add to Documentation and Planning Agents table
Insert in appropriate position:
| **doc-ops** | [Purpose from agent file] | [Key constraint from agent file] |3. Add Agent Details section
Follow pattern:
### doc-ops
**Creates:** [Artifacts from agent file]
**Workflow:** [Steps from agent file]
**Critical:** [Key constraints from agent file]Files to Modify
| File | Change |
|---|---|
.github/CUSTOM-AGENTS.md |
Add table entry and details section |
Research Required
- Read
.github/agents/doc-ops.agent.mdto understand full functionality - Identify appropriate position in Documentation and Planning Agents category
Time Estimate
45 minutes
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomers