Rewrite a markdown document following Amazon's narrative writing standards
Rewrites markdown documents into Amazon-style narrative memos (press releases, 6-pagers, 1-pagers, or PRFAQs) using data-driven communication standards. Use this to transform technical content into executive-friendly formats that follow Amazon's working-backwards methodology.
/plugin marketplace add pproenca/dot-claude-old/plugin install doc@dot-claude[document-type]Rewrite content following Amazon's internal writing standards, transforming documents into narrative memos with data-driven communication.
If the user provided a file path in their message or as an argument:
If no file was provided, use AskUserQuestion:
If document type was provided as argument (e.g., /memo-writer:rewrite press-release):
If no document type specified, use AskUserQuestion:
Use the Skill tool to load the amazon-writing skill for core writing rules.
Then read the appropriate reference file for detailed document-specific guidelines:
${CLAUDE_PLUGIN_ROOT}/skills/amazon-writing/references/press-release.md${CLAUDE_PLUGIN_ROOT}/skills/amazon-writing/references/six-pager.md${CLAUDE_PLUGIN_ROOT}/skills/amazon-writing/references/one-pager.md${CLAUDE_PLUGIN_ROOT}/skills/amazon-writing/references/prfaq.mdBefore rewriting, analyze the content in a scratchpad:
<scratchpad>
1. Main message/purpose: [identify]
2. Vague qualifiers to replace with data: [list them]
3. Passive voice to convert: [list constructions]
4. Jargon/acronyms to clarify: [list them]
5. Logical narrative flow: [outline beginning, middle, end]
6. Document-specific sections: [which are present/missing]
</scratchpad>
Transform the content following:
Output the rewritten content in a clear format:
<rewritten_content>
[Complete rewritten document in Amazon style]
</rewritten_content>
After presenting the rewritten content, use AskUserQuestion:
original-name-amazon.md)If user chooses new file or overwrite, use the Write tool to save.
User: /memo-writer:rewrite press-release
User: "Here's my product announcement: [content]"
User: /memo-writer:rewrite
User: "Rewrite /path/to/document.md as a 6-pager"
User: /memo-writer:rewrite 1-pager /path/to/notes.md