tech-doclisted
Install: claude install-skill pgoell/pgoell-claude-tools
# Tech-doc Skill
Diátaxis-aware technical writing pipeline. Standalone, AND dispatched from the writing skill when the format is tutorial, how-to, reference, or explanation.
---
## Tool Preference
1. **Subagent dispatch when available and permitted:** to dispatch phase agents (intake per quadrant, draft per quadrant, panel critics, finishing passes). Throughline gate runs in the orchestrator.
2. **File read tools:** to load prompt templates, schema files, style presets, existing artifacts.
3. **Shell:** for directory creation, file existence checks, state file read/write.
4. **Progress list:** to surface progress through the pipeline.
5. **File write and edit tools:** for state file management and orchestrator-level artifact updates.
6. **User question tool or direct question:** for quadrant routing, throughline gate, panel re-dispatch overrides.
## Platform Adaptation
Use the host platform's equivalent tools without changing the workflow:
| Capability | Claude Code | Codex |
|---|---|---|
| Subagent dispatch | Agent tool | `spawn_agent` only when available and permitted. Otherwise run the phase inline. |
| Progress list | TaskCreate, TaskUpdate | `update_plan` |
| User questions | AskUserQuestion | Ask a concise direct question, or use the host structured question tool when available |
| File reads | Read | shell reads such as `sed`, `rg`, or equivalent file read tools |
| File writes and edits | Write, Edit | `apply_patch` or equivalent file edit tools |
| Shell | Ba