Documentor
The Documentor skill provides context injection for documentation tasks, orchestrating specialized skills for lookup, writing, and review.Overview
| Property | Value |
|---|---|
| Skill ID | ct-documentor |
| Tier | 3 (Support) |
| Protocol | implementation |
| Tags | documentation, orchestration |
Skill Coordination
| Skill | Purpose | Invoke When |
|---|---|---|
ct-docs-lookup | Query existing docs, find references | Discovery phase |
ct-docs-write | Create/edit docs with CLEO style | Writing content |
ct-docs-review | Check compliance with style guide | Quality validation |
Core Principle
MAINTAIN, DON’T DUPLICATEBefore creating ANY new file:
- Search for existing documentation on the topic
- Identify the canonical location for this information
- UPDATE the existing file instead of creating a new one
- Only create new files when NO suitable location exists
Workflow Phases
Phase 1: Discovery (MANDATORY)
Before writing anything, discover what exists:Phase 2: Assess
| Question | Action |
|---|---|
| Does a doc file for this topic exist? | UPDATE that file |
| Is the info scattered across files? | CONSOLIDATE |
| Is there a related doc that should include this? | ADD section |
| Is this truly new with no home? | CREATE minimal new file |
Phase 3: Write/Update
For EXISTING files:- Read the current content
- Identify the correct section
- Add/update content IN PLACE
- Preserve existing structure
- Update any version numbers or dates
- Identify all files with related content
- Choose the canonical location
- Move content to canonical file
- Add deprecation notices to old locations
- Confirm no existing location is suitable
- Follow project’s doc structure conventions
- Keep minimal - single topic focus
Phase 4: Review
Checklist:- No formal language (“utilize”, “offerings”)
- “People/companies” not “users”
- No excessive exclamation points
- Important information leads
- No verbose text without value
- Headings state the point
- Descriptive link text (never “here”)
- No “easy” or “simple”
- Code examples work
Anti-Duplication Checklist
Before completing, verify:- Searched for existing docs on this topic
- Did NOT create duplicate content
- Updated existing file if one existed
- Added deprecation notice if consolidating
- Cross-references are updated
- No orphaned documentation created
Output Format
Related Skills
- Docs Lookup - Find existing documentation
- Docs Write - Write documentation content
- Docs Review - Review documentation quality
