From ring-tw-team
Orchestrates three documentation specialists: guide-writer (concepts/tutorials), api-writer (REST API reference), and docs-reviewer (quality review). Use when creating or reviewing documentation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ring-tw-team:using-tw-teamThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Need to write functional documentation (guides, conceptual docs, tutorials)
ring:reviewing-code with dev-team reviewer agentsSimilar: ring:using-ring, ring:using-dev-team
The ring-tw-team plugin provides specialized agents for technical documentation. Use them via Task tool with subagent_type:.
Remember: Follow the ORCHESTRATOR principle from ring:using-ring. Dispatch agents to handle documentation tasks; don't write complex documentation directly.
| Agent | Specialization | Use When |
|---|---|---|
ring:guide-writer | Conceptual docs, guides, tutorials, best practices, workflows | Writing product guides, tutorials, "how to" content |
ring:api-writer | REST API reference, endpoints, schemas, errors, field descriptions | Documenting API endpoints, request/response examples |
ring:docs-reviewer | Voice/tone, structure, completeness, clarity, accuracy | Reviewing drafts, pre-publication quality check |
--- dividersParallel dispatch for comprehensive documentation (single turn, multiple Tasks):
Task #1: guide-writer (write the guide)
Task #2: api-writer (write API reference)
(Both run in parallel)
Then:
Task #3: docs-reviewer (review both)
Tasks #1 and #2 leave in the SAME TURN, before reading either's output. Forbidden: dispatch #1 → read result → dispatch #2. If you find yourself about to dispatch #2 in a turn AFTER #1 has already returned → STOP, report the violation, and re-dispatch both together. Task #3 runs only after both #1 and #2 complete — that sequencing is intentional; the trickle inside the parallel pair is not.
Emit both Task calls in a SINGLE TURN as one atomic batch. If your runtime exposes a multi_tool_use.parallel wrapper, use it. The anti-trickle guard above remains binding.
Agents: guide-writer, api-writer, docs-reviewer
Skills:
Commands:
| Plugin | Use For |
|---|---|
| ring:using-ring (default) | ORCHESTRATOR principle |
| ring:using-dev-team | Developer agents for technical accuracy |
| ring:using-pm-team | Pre-dev planning before documentation |
✅ "I need documentation for the new feature. Let me dispatch guide-writer."
❌ "I'll manually write all the documentation myself."
npx claudepluginhub p/lerianstudio-ring-tw-team-tw-teamCreates documentation that developers actually read. Covers README craft, API docs, tutorials, and internal docs. Treats docs as a product requiring UX, marketing, and user empathy.
Enforces a technical-writing style guide: second person, present tense, active voice, short sentences, sentence-case headings, and contractions. Use for writing or reviewing docs.
Guides technical documentation with principles for second-person voice, active voice, conciseness, clear headings, self-contained pages, and LLM-friendly patterns. Use when writing or reviewing docs.