tasks-documentation
Installation
SKILL.md
[IMPORTANT] Use
TaskCreateto break ALL work into small tasks BEFORE starting — including tasks for each file read. This prevents context loss from long files. For simple tasks, AI MUST ask user whether to skip.
Prerequisites: MUST READ .claude/skills/shared/evidence-based-reasoning-protocol.md before executing.
Quick Summary
Goal: Autonomous documentation generation with structured templates for code comments, API docs, and architecture docs (subagent variant of documentation).
Workflow:
- Identify Type — Code comments, API documentation, or architecture documentation
- Apply Pattern — C# XML docs, TypeScript JSDoc, API endpoint docs, README structure, or inline comments
- Follow Guidelines — Document "why" not "what", include examples, keep close to code, update with changes
Key Rules: