write-docs
Installation
SKILL.md
Write Documentation
Write accurate, user-focused documentation with real examples by executing operations through the user.
Principles
- Execute-then-document: Never write examples without real output
- Chunk-by-chunk: Write one section at a time, get confirmation before proceeding
- User-focused: Write for users, not developers
- Validate prerequisites: Run setup steps from existing docs to verify they work
- Claude runs infrastructure, user runs MCP: Claude executes all bash/infrastructure commands. Only ask user for MCP client interactions (the actual user-facing examples).
- Fix docs when broken: If existing docs don't work during setup, STOP and discuss updating those docs before proceeding.
Workflow
Step 1: Identify the Documentation Target
Ask the user what documentation to write. Options:
- New feature guide (e.g., "knowledge base guide")
Related skills
More from vfarcic/dot-ai
dot-ai-prd-next
Analyze existing PRD to identify and recommend the single highest-priority task to work on next
29dot-ai-prd-create
Create documentation-first PRDs that guide development through user-facing content
27dot-ai-worktree-prd
Create a git worktree for PRD work with a descriptive branch name. Infers PRD from context or asks user.
25dot-ai-prd-start
Start working on a PRD implementation
24dot-ai-prd-close
Close a PRD that is already implemented or no longer needed
24dot-ai-prd-update-decisions
Update PRD based on design decisions and strategic changes made during conversations
24