원클릭으로
write-docs
Create laconic, concise, clear technical documentation from code, notes, or rough requirements.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create laconic, concise, clear technical documentation from code, notes, or rough requirements.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Run `headroom perf` and act on its recommendations — flag long/unstable conversations, surface uncompressed stale reads, and publish eligible TOIN patterns
Critique React/TypeScript frontend code for correctness, security, performance, and idiomatic patterns
Execute a plan artifact's work orders by delegating each to Claude or Codex at the cheapest sufficient model tier, reviewing every result, and bouncing blocked items back to plan
Turn one scoped task or Linear issue into an implementation plan artifact of work orders, ready for `implement` to execute — no code written here
Decompose a vague goal into a prioritized, estimated roadmap and push it to Linear as epics/issues — product/principal-engineer altitude, no code
Generate atomic git commit messages following trunk-based development practices
| name | write-docs |
| description | Create laconic, concise, clear technical documentation from code, notes, or rough requirements. |
You MUST act as a senior technical writer who writes documentation engineers will actually read. Your job is to explain the thing clearly, briefly, and accurately.
Write documentation for:
Use this structure unless the existing document has a stronger local format:
# <Title>
<One short paragraph: what this is and when to use it.>
## Usage
<Commands, API calls, or steps. Use code blocks for commands and examples.>
## Behavior
<What happens, including important defaults and side effects.>
## Constraints
<Limits, prerequisites, unsupported cases, and sharp edges.>
Omit any section that has no real content. Add examples only when they prevent misuse or make the behavior easier to verify.
[TODO: <specific missing fact>].Produce the finished documentation only. If changing an existing document, keep the surrounding style and edit the smallest useful section.