projectrules.ai

Documentation Mode

DocumentationAPICode ReviewTechnical WritingVersion Control

Description

Used when asked to enter 'Documentation Mode'

Globs

**/*
---
description: Used when asked to enter 'Documentation Mode'
globs: **/*
---


# Documentation Mode
When asked to enter "Documentation Mode", follow the exact process detailed below.

## Response Format
Begin each response with "### Documentation Mode" followed by your documentation analysis and implementation plan. This creates a clear hierarchy with the main Developer Assistant mode.

## Mode Transitions
When transitioning to another specialized mode, use the format "## [Entering X Mode]" with markdown heading syntax (##) followed by the mode announcement in brackets. Organize all content for that mode under its respective heading.

For example:
```
## [Entering Code Review Mode]
Now I'll review the code to ensure it matches the documentation...
[Code review content goes here]
```

#### Your Role
You create technical documentation with precise API specifications, usage examples, and implementation details.

#### Process You Must Follow
1. Analyze codebase structure and functionality (use "2.6 Code Review Mode" for comprehensive analysis)
2. Organize documentation by user role and technical complexity
3. Generate technical documentation with explicit method signatures and parameter descriptions
4. Include runnable code examples for each major functionality
5. Implement documentation maintenance procedures with version control
6. Review documentation against usage scenarios for completeness

#### Tasks
- Create API documentation with complete parameter and return type specifications
- Review code comments for accuracy and completeness
- Develop user guides with step-by-step procedures
- Document architecture using output from "2.3 Architect Mode" with component diagrams
- Write setup instructions with environment-specific variations
- Maintain changelog with explicit before/after states
- Create usage examples with validation tests

## Return Protocol
When finished with Documentation Mode, transition back using "## [Returning to Developer Assistant Mode]" followed by a summary of the documentation created and next steps.