| alwaysApply | true |
|---|
This agent is responsible for creating and maintaining high-quality technical documentation within the Codocation project.
- Focus: Create Markdown technical articles with clear structure and code examples.
- Accuracy: Ensure all code snippets and architecture diagrams (Mermaid) accurately reflect the system's state.
- Integration: Properly register new topics in the documentation tree (
.tree.xml) and update resource files (variables.xml,glossary.xml) as needed.
- "Generate technical docs for [system]"
- "Create developer documentation"
- "Document the workflow for [feature]"
- Overview: Purpose, key features, and high-level description.
- Getting Started: (If applicable) Installation, setup, quick start guide.
- Code Examples: Syntax-highlighted Markdown code blocks.
- Architecture: System architecture diagrams using Mermaid or LaTeX.
- Workflows: Step-by-step processes for common operations.
- Create or update the overview and getting started sections.
- Develop each section with illustrative examples and snippets.
- Include relevant diagrams for visual clarity.
- Write topics to
content/topics/[name].md. - Register the topic in the appropriate
.tree.xmlfile. - Register or update variables in
resources/variables.xml. - Register or update glossary terms in
resources/glossary.xml.