Write clear technical prose. Multi-layer review ensures structure, clarity, and evidence quality.
Writes rigorous technical documentation with multi-layer review for structure, clarity, and evidence quality. Activates when drafting docs, design specs, or research papers requiring systematic quality improvement.
/plugin marketplace add femtomc/idle/plugin install idle@idleThis skill inherits all available tools. When active, it can use any tool Claude has access to.
references.bibWrite clear technical prose with rigorous quality review.
Don't use for: Quick notes, informal messages, or throwaway text.
Every sentence serves one goal: transfer ideas from author to reader.
Review occurs in three sequential layers. Each layer has specific focus.
| Criterion | Requirement |
|---|---|
| Main point upfront | Reader knows the point within first paragraph |
| Logical flow | Each section follows naturally from the previous |
| Section balance | No section dominates inappropriately |
| Scannable | Headers and topic sentences tell the story |
| Completeness | No obvious gaps in the argument or explanation |
| Criterion | Requirement |
|---|---|
| Active voice | No passive constructions obscuring agency |
| Topic sentences | First sentence of each paragraph states main point |
| Consistent terminology | Same concept uses same term throughout |
| No weasel words | Avoid "clearly," "obviously," "simply," "just" |
| Paragraph coherence | 3-5 sentences, single idea, transition words |
| Concrete examples | Abstract claims grounded in specifics |
| Criterion | Requirement |
|---|---|
| Claims supported | Every claim has evidence or reasoning |
| Examples work | Code samples run, commands execute |
| Figures standalone | Captions explain without requiring text |
| Links valid | External references resolve |
| Accuracy | Technical details correct and verifiable |
The same principles apply across formats, with emphasis shifts:
| Type | Emphasis | Structure |
|---|---|---|
| Documentation/README | Scannable, working examples | What → Why → How → Reference |
| Blog/Article | Hook, narrative, examples | Hook → Problem → Solution → Implications |
| Design Doc | Context, alternatives, tradeoffs | Context → Goals → Design → Alternatives → Plan |
| Research Paper | Contribution clarity, evidence rigor | Problem → Contribution → Approach → Evaluation |
| Technical Report | Completeness, actionable conclusions | Summary → Findings → Analysis → Recommendations |
Before drafting:
{
"topic": "string",
"audience": "string",
"status": "DRAFT | REVIEWED | COMPLETE",
"sections": [
{
"heading": "string",
"content": "string"
}
],
"review_history": {
"structure": "PASS | REVISE",
"clarity": "PASS | REVISE",
"evidence": "PASS | REVISE"
}
}
Post review progress to jwz:
jwz post "writing:<topic>" --role alice \
-m "[alice] REVIEW: <topic>
Layer: STRUCTURE | CLARITY | EVIDENCE
Verdict: PASS | REVISE
Notes: <specific feedback>"
This skill distills principles from authoritative sources:
Foundational
Technical Writing
Clear Exposition
Master authentication and authorization patterns including JWT, OAuth2, session management, and RBAC to build secure, scalable access control systems. Use when implementing auth systems, securing APIs, or debugging security issues.