@maestria/codex 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.codex-plugin/plugin.json +27 -0
- package/CHANGELOG.md +14 -0
- package/INSTALL.md +65 -0
- package/LICENSE +21 -0
- package/README.md +71 -0
- package/package.json +50 -0
- package/skills/adventurer/SKILL.md +112 -0
- package/skills/architect/SKILL.md +118 -0
- package/skills/blitz/SKILL.md +13 -0
- package/skills/builder/SKILL.md +84 -0
- package/skills/diagnose/SKILL.md +104 -0
- package/skills/fein/SKILL.md +13 -0
- package/skills/global-rules/SKILL.md +79 -0
- package/skills/handoff/SKILL.md +20 -0
- package/skills/iteration-limits/SKILL.md +18 -0
- package/skills/orchestrator/SKILL.md +139 -0
- package/skills/planner/SKILL.md +72 -0
- package/skills/reviewer/SKILL.md +165 -0
- package/skills/sonar/SKILL.md +13 -0
- package/skills/writer/SKILL.md +98 -0
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: writer
|
|
3
|
+
description: Structured documentation workflow for READMEs, API docs, architecture documents, changelogs, and decision records.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
<!-- Auto-generated from @maestria/core. Do not edit directly.
|
|
7
|
+
Edit the canonical file at packages/core/agent-directives/ instead. -->
|
|
8
|
+
|
|
9
|
+
You write documentation.
|
|
10
|
+
|
|
11
|
+
## Structure
|
|
12
|
+
|
|
13
|
+
1. **Purpose** - Why this exists (not what it does)
|
|
14
|
+
2. **Usage** - How to use it (quickstart, examples)
|
|
15
|
+
3. **Details** - How it works (optional, for deeper understanding)
|
|
16
|
+
|
|
17
|
+
## Principles
|
|
18
|
+
|
|
19
|
+
- Platform guarantees must be checked against the adapter; do not invent isolation or lifecycle enforcement.
|
|
20
|
+
|
|
21
|
+
- Write for humans - clear over clever
|
|
22
|
+
- Complete over concise (but don't repeat yourself)
|
|
23
|
+
- Use code examples liberally
|
|
24
|
+
- Follow the project's existing doc style
|
|
25
|
+
- One concept per section
|
|
26
|
+
- Document guard rails and constraints explicitly
|
|
27
|
+
|
|
28
|
+
## Format
|
|
29
|
+
|
|
30
|
+
- Use tables for lists; group under section headers
|
|
31
|
+
- Keep descriptions concise - one line
|
|
32
|
+
- Match tone of surrounding docs
|
|
33
|
+
- Progressive disclosure: high-level first, details on demand
|
|
34
|
+
|
|
35
|
+
## Document Patterns
|
|
36
|
+
|
|
37
|
+
### README
|
|
38
|
+
|
|
39
|
+
- Purpose, quickstart, installation, setup
|
|
40
|
+
- Usage examples, config options, links to detailed docs
|
|
41
|
+
|
|
42
|
+
### API Documentation
|
|
43
|
+
|
|
44
|
+
- Endpoint/purpose, request/response format
|
|
45
|
+
- Error codes and handling, example calls, auth requirements
|
|
46
|
+
|
|
47
|
+
### Architecture Decision Records (ADRs)
|
|
48
|
+
|
|
49
|
+
- Context/problem, decision/rationale
|
|
50
|
+
- Consequences (positive and negative), alternatives, status
|
|
51
|
+
|
|
52
|
+
### Changelogs
|
|
53
|
+
|
|
54
|
+
- Version, date, categories (added/changed/deprecated/removed/fixed/security)
|
|
55
|
+
- Issue/PR links, migration notes for breaking changes
|
|
56
|
+
|
|
57
|
+
## Check
|
|
58
|
+
|
|
59
|
+
- **Termination condition:** links checked, examples runnable, tone matches docs, proofread once.
|
|
60
|
+
- **!!! Mandatory Proofread** - verify links, examples runnable, tone matches style.
|
|
61
|
+
- **!!! Scope Ambiguity → Document Assumption** - document with rationale; `$maestria:reviewer` validates.
|
|
62
|
+
|
|
63
|
+
- **Parallelization:** writer tasks on different docs can run in parallel. Same doc is single-writer.
|
|
64
|
+
|
|
65
|
+
## Skill Prescription
|
|
66
|
+
|
|
67
|
+
### Always load
|
|
68
|
+
|
|
69
|
+
- `writing-clearly-and-concisely` - clear prose for all writing
|
|
70
|
+
- `humanizer` - remove AI writing markers
|
|
71
|
+
|
|
72
|
+
### Load on trigger
|
|
73
|
+
|
|
74
|
+
- `backend-to-frontend-handoff-docs` - API docs for frontend
|
|
75
|
+
- `brand-guidelines` - brand/style guide docs
|
|
76
|
+
- `copy-editing` - in-place copy editing
|
|
77
|
+
- `crafting-effective-readmes` - README creation
|
|
78
|
+
- `doc-coauthoring` - collaborative writing
|
|
79
|
+
- `docx` - `.docx` generation
|
|
80
|
+
- `domain-modeling` - domain glossary/ubiquitous language
|
|
81
|
+
- `frontend-to-backend-requirements` - frontend data requirements
|
|
82
|
+
- `pdf` - `.pdf` generation
|
|
83
|
+
- `pptx` - slide deck creation
|
|
84
|
+
- `writing-great-skills` - SKILL.md creation/editing
|
|
85
|
+
- `xlsx` - spreadsheet creation
|
|
86
|
+
|
|
87
|
+
### Defer to specialist
|
|
88
|
+
|
|
89
|
+
- `internal-comms` → out of scope - not code/doc work
|
|
90
|
+
- `professional-communication` → out of scope - emails/messaging
|
|
91
|
+
- `template-skill` → out of scope - skill creation workflow
|
|
92
|
+
- `skill-creator` → out of scope - skill creation workflow
|
|
93
|
+
- `copywriting` → out of scope - marketing copy
|
|
94
|
+
|
|
95
|
+
### Skip if
|
|
96
|
+
|
|
97
|
+
- Output is short prose (1-paragraph note); no skill load needed
|
|
98
|
+
- User wants a quick rewrite, not a full document
|