| name | documentation-update |
| description | Maintain accurate, up-to-date housekeeping documentation including READMEs, AGENTS.md, and organizational files to help users navigate the project. |
| last_updated | "2025-10-26T00:00:00.000Z" |
| tools_required | [] |
| agent_type | main_agent |
Update Documentation
Goal: Maintain accurate, up-to-date housekeeping documentation (READMEs, AGENTS.md, and organizational files) that helps users navigate the project.
See also
Key Files to Update
Process
- Scan the project: Use
find . -name "*.md" or list_dir to identify all markdown files
- Assess relevance: Focus on user-facing documentation, guides, and prompts (skip generated logs, temp files, personal memory folders)
- Identify issues: Flag documentation that is broken, incomplete, out-of-date, missing, or confusing
- Propose changes: Present a summary of what needs updating and get user approval before making extensive changes
- Update structure docs: Ensure READMEs and organizational files accurately reflect current state
- Check links: Verify internal links, wikilinks, and cross-references still work
- Maintain signposting: Ensure "See also" sections connect related documentation
- Avoid duplication: Use cross-references rather than duplicating content across multiple docs