doc-coauthoring
Installation
SKILL.md
Doc Co-Authoring Workflow
A structured workflow for guiding users through collaborative document creation. Act as an active guide through three stages: Context Gathering, Refinement & Structure, and Reader Testing.
CRITICAL: Check Existing First
Before creating ANY documentation, verify:
- Check for existing docs:
ls -la docs/ README.md CONTRIBUTING.md *.md 2>/dev/null
ls -la .github/*.md .github/ISSUE_TEMPLATE/ 2>/dev/null
- Check for doc templates:
ls -la docs/templates/ .github/PULL_REQUEST_TEMPLATE.md 2>/dev/null
rg "## Template" docs/ 2>/dev/null