# Quick Reference Card - Technical Writing Expansion Pack One-page cheat sheet for most common workflows, agents, and commands. ## Quick Start Command Sequence **For Writing Your First Chapter**: ``` 1. /bmad-tw:instructional-designer → *create-book-outline 2. /bmad-tw:instructional-designer → *create-chapter-outline 3. /bmad-tw:tutorial-architect → *outline-section (repeat for each section) 4. /bmad-tw:code-curator → *create-code-example 5. /bmad-tw:tutorial-architect → *create-tutorial (write section content) 6. /bmad-tw:technical-reviewer → *review-section 7. /bmad-tw:technical-editor → *assemble-chapter 8. /bmad-tw:book-publisher → *run-workflow packtpub-submission ``` --- ## Top 5 Workflows | # | Workflow | Use When | Time | |---|----------|----------|------| | 1 | **book-planning-workflow** | Starting new book, need approved outline | 20-33 hrs | | 2 | **section-development-workflow** | Writing one section (2-5 pages) | 5-10 hrs | | 3 | **chapter-assembly-workflow** | Merging sections into complete chapter | 4-6 hrs | | 4 | **technical-review-workflow** | Validating technical accuracy | 3-6 hrs | | 5 | **packtpub-submission-workflow** | Preparing for PacktPub submission | 6-10 hrs | --- ## Top 5 Agents | # | Agent | Purpose | Key Commands | |---|-------|---------|--------------| | 1 | **Instructional Designer** 🎓 | Plan learning objectives, book structure | `*create-book-outline`
`*create-chapter-outline`
`*design-learning-path` | | 2 | **Tutorial Architect** 📝 | Write tutorials, hands-on content | `*create-tutorial`
`*write-walkthrough`
`*design-exercises` | | 3 | **Code Curator** 💻 | Create, test code examples | `*create-code-example`
`*test-code-examples`
`*setup-code-repository` | | 4 | **Technical Reviewer** 🔍 | Verify technical accuracy, security | `*review-chapter`
`*audit-security`
`*verify-best-practices` | | 5 | **Technical Editor** ✍️ | Polish writing, ensure consistency | `*assemble-chapter`
`*improve-clarity`
`*check-accessibility` | --- ## Top 5 Checklists | # | Checklist | Use When | Purpose | |---|-----------|----------|---------| | 1 | **chapter-completeness-checklist** | After chapter assembly | Ensure all required elements present | | 2 | **code-quality-checklist** | After code development | Verify code standards met | | 3 | **technical-accuracy-checklist** | During technical review | Validate correctness | | 4 | **packtpub-submission-checklist** | Before publisher submission | Ensure PacktPub compliance | | 5 | **final-manuscript-checklist** | Before final submission | Complete manuscript validation | --- ## Common Commands ### Agent Control - `*help` - Show agent's available commands - `*exit` - Exit current agent ### Document Creation - `*create-doc