From amazon-doc-writer
Use this skill when authoring a short Amazon-style technical design — a 1–2 page "mini design" or design brief for a scoped change, small feature, or focused decision. Provides the trimmed section template and length budget. Load alongside the `amazon-writing-style` skill.
How this skill is triggered — by the user, by Claude, or both
Slash command
/amazon-doc-writer:writing-mini-technical-designThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
A mini design is the short form of the technical design doc. It is used when
A mini design is the short form of the technical design doc. It is used when the change is real enough to need written alignment, but small enough that a full 6-pager would be overkill.
If the change touches multiple teams, introduces a new service, or has
material rollback/scale risk, use writing-technical-design (6-pager)
instead.
# Mini Design: <Change Name>
**Author(s):** <names>
**Reviewers:** <names>
**Date:** <YYYY-MM-DD>
**Status:** Draft | In Review | Approved
## Summary
<2–4 sentences. What is changing, why, and what the outcome is. A reader who
stops here should understand the proposal.>
## Context
<1–2 short paragraphs. Current state, what hurts, what triggered this.>
## Goals and Non-Goals
**Goals**
- <2–4 measurable goals>
**Non-Goals**
- <explicit out-of-scope items>
## Proposed Change
<Narrative description of the change. Include the key interfaces, data, or
flow that change. One diagram max, only if it adds clarity. Call out:
- behavior change (user-visible or API-visible)
- data / schema change
- deployment / rollback plan
- observability change (new metrics, alarms)>
## Alternatives Considered
- **<Alt 1>** — <one sentence on what it is and why rejected.>
- **<Alt 2>** — <one sentence.>
## Risks
- **<Risk>** — <mitigation, owner>
## Rollout Plan
<3–6 sentences. Flag, stages, success signal, rollback trigger.>
## FAQ (optional)
**Q: <question>**
A: <prose>
## Open Questions
- <unresolved items>
## Sources
- `<relative path>` — <what it provided>
writing-technical-design template.amazon-writing-style self-review checklist.amazon-writing-style self-review checklist passes.Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub louleowk/awesome-plugins --plugin amazon-doc-writer