claude-code-orchestrator-kit 1.4.1 → 1.4.15

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.
Files changed (218) hide show
  1. package/.claude/agents/business/workers/lead-research-assistant.md +199 -0
  2. package/.claude/agents/database/workers/database-architect.md +3 -3
  3. package/.claude/agents/database/workers/supabase-auditor.md +7 -7
  4. package/.claude/agents/development/workers/code-reviewer.md +17 -2
  5. package/.claude/agents/frontend/workers/nextjs-ui-designer.md +30 -0
  6. package/.claude/agents/health/workers/bug-fixer.md +31 -2
  7. package/.claude/agents/health/workers/bug-hunter.md +0 -1
  8. package/.claude/agents/health/workers/dead-code-hunter.md +167 -75
  9. package/.claude/agents/health/workers/dead-code-remover.md +217 -66
  10. package/.claude/agents/health/workers/dependency-auditor.md +83 -24
  11. package/.claude/agents/health/workers/dependency-updater.md +0 -1
  12. package/.claude/agents/health/workers/security-scanner.md +0 -1
  13. package/.claude/agents/infrastructure/workers/deployment-engineer.md +446 -0
  14. package/.claude/agents/infrastructure/workers/infrastructure-specialist.md +2 -2
  15. package/.claude/agents/meta/workers/meta-agent-v3.md +22 -0
  16. package/.claude/agents/testing/workers/integration-tester.md +1 -1
  17. package/.claude/agents/testing/workers/test-writer.md +16 -0
  18. package/.claude/commands/health-bugs.md +14 -281
  19. package/.claude/commands/health-cleanup.md +14 -281
  20. package/.claude/commands/health-deps.md +14 -281
  21. package/.claude/commands/health-metrics.md +51 -709
  22. package/.claude/commands/health-reuse.md +14 -311
  23. package/.claude/commands/health-security.md +14 -281
  24. package/.claude/commands/push.md +17 -3
  25. package/.claude/commands/speckit.implement.md +0 -11
  26. package/.claude/commands/worktree.md +150 -0
  27. package/.claude/scripts/gates/check-bundle-size.sh +0 -0
  28. package/.claude/scripts/gates/check-coverage.sh +0 -0
  29. package/.claude/scripts/gates/check-security.sh +0 -0
  30. package/.claude/scripts/release.sh +469 -94
  31. package/.claude/skills/algorithmic-art/LICENSE.txt +202 -0
  32. package/.claude/skills/algorithmic-art/SKILL.md +405 -0
  33. package/.claude/skills/algorithmic-art/templates/generator_template.js +223 -0
  34. package/.claude/skills/algorithmic-art/templates/viewer.html +599 -0
  35. package/.claude/skills/artifacts-builder/LICENSE.txt +202 -0
  36. package/.claude/skills/artifacts-builder/SKILL.md +74 -0
  37. package/.claude/skills/artifacts-builder/scripts/bundle-artifact.sh +54 -0
  38. package/.claude/skills/artifacts-builder/scripts/init-artifact.sh +322 -0
  39. package/.claude/skills/artifacts-builder/scripts/shadcn-components.tar.gz +0 -0
  40. package/.claude/skills/bug-health-inline/SKILL.md +221 -0
  41. package/.claude/skills/bug-health-inline/references/worker-prompts.md +182 -0
  42. package/.claude/skills/canvas-design/LICENSE.txt +202 -0
  43. package/.claude/skills/canvas-design/SKILL.md +130 -0
  44. package/.claude/skills/canvas-design/canvas-fonts/ArsenalSC-OFL.txt +93 -0
  45. package/.claude/skills/canvas-design/canvas-fonts/ArsenalSC-Regular.ttf +0 -0
  46. package/.claude/skills/canvas-design/canvas-fonts/BigShoulders-Bold.ttf +0 -0
  47. package/.claude/skills/canvas-design/canvas-fonts/BigShoulders-OFL.txt +93 -0
  48. package/.claude/skills/canvas-design/canvas-fonts/BigShoulders-Regular.ttf +0 -0
  49. package/.claude/skills/canvas-design/canvas-fonts/Boldonse-OFL.txt +93 -0
  50. package/.claude/skills/canvas-design/canvas-fonts/Boldonse-Regular.ttf +0 -0
  51. package/.claude/skills/canvas-design/canvas-fonts/BricolageGrotesque-Bold.ttf +0 -0
  52. package/.claude/skills/canvas-design/canvas-fonts/BricolageGrotesque-OFL.txt +93 -0
  53. package/.claude/skills/canvas-design/canvas-fonts/BricolageGrotesque-Regular.ttf +0 -0
  54. package/.claude/skills/canvas-design/canvas-fonts/CrimsonPro-Bold.ttf +0 -0
  55. package/.claude/skills/canvas-design/canvas-fonts/CrimsonPro-Italic.ttf +0 -0
  56. package/.claude/skills/canvas-design/canvas-fonts/CrimsonPro-OFL.txt +93 -0
  57. package/.claude/skills/canvas-design/canvas-fonts/CrimsonPro-Regular.ttf +0 -0
  58. package/.claude/skills/canvas-design/canvas-fonts/DMMono-OFL.txt +93 -0
  59. package/.claude/skills/canvas-design/canvas-fonts/DMMono-Regular.ttf +0 -0
  60. package/.claude/skills/canvas-design/canvas-fonts/EricaOne-OFL.txt +94 -0
  61. package/.claude/skills/canvas-design/canvas-fonts/EricaOne-Regular.ttf +0 -0
  62. package/.claude/skills/canvas-design/canvas-fonts/GeistMono-Bold.ttf +0 -0
  63. package/.claude/skills/canvas-design/canvas-fonts/GeistMono-OFL.txt +93 -0
  64. package/.claude/skills/canvas-design/canvas-fonts/GeistMono-Regular.ttf +0 -0
  65. package/.claude/skills/canvas-design/canvas-fonts/Gloock-OFL.txt +93 -0
  66. package/.claude/skills/canvas-design/canvas-fonts/Gloock-Regular.ttf +0 -0
  67. package/.claude/skills/canvas-design/canvas-fonts/IBMPlexMono-Bold.ttf +0 -0
  68. package/.claude/skills/canvas-design/canvas-fonts/IBMPlexMono-OFL.txt +93 -0
  69. package/.claude/skills/canvas-design/canvas-fonts/IBMPlexMono-Regular.ttf +0 -0
  70. package/.claude/skills/canvas-design/canvas-fonts/IBMPlexSerif-Bold.ttf +0 -0
  71. package/.claude/skills/canvas-design/canvas-fonts/IBMPlexSerif-BoldItalic.ttf +0 -0
  72. package/.claude/skills/canvas-design/canvas-fonts/IBMPlexSerif-Italic.ttf +0 -0
  73. package/.claude/skills/canvas-design/canvas-fonts/IBMPlexSerif-Regular.ttf +0 -0
  74. package/.claude/skills/canvas-design/canvas-fonts/InstrumentSans-Bold.ttf +0 -0
  75. package/.claude/skills/canvas-design/canvas-fonts/InstrumentSans-BoldItalic.ttf +0 -0
  76. package/.claude/skills/canvas-design/canvas-fonts/InstrumentSans-Italic.ttf +0 -0
  77. package/.claude/skills/canvas-design/canvas-fonts/InstrumentSans-OFL.txt +93 -0
  78. package/.claude/skills/canvas-design/canvas-fonts/InstrumentSans-Regular.ttf +0 -0
  79. package/.claude/skills/canvas-design/canvas-fonts/InstrumentSerif-Italic.ttf +0 -0
  80. package/.claude/skills/canvas-design/canvas-fonts/InstrumentSerif-Regular.ttf +0 -0
  81. package/.claude/skills/canvas-design/canvas-fonts/Italiana-OFL.txt +93 -0
  82. package/.claude/skills/canvas-design/canvas-fonts/Italiana-Regular.ttf +0 -0
  83. package/.claude/skills/canvas-design/canvas-fonts/JetBrainsMono-Bold.ttf +0 -0
  84. package/.claude/skills/canvas-design/canvas-fonts/JetBrainsMono-OFL.txt +93 -0
  85. package/.claude/skills/canvas-design/canvas-fonts/JetBrainsMono-Regular.ttf +0 -0
  86. package/.claude/skills/canvas-design/canvas-fonts/Jura-Light.ttf +0 -0
  87. package/.claude/skills/canvas-design/canvas-fonts/Jura-Medium.ttf +0 -0
  88. package/.claude/skills/canvas-design/canvas-fonts/Jura-OFL.txt +93 -0
  89. package/.claude/skills/canvas-design/canvas-fonts/LibreBaskerville-OFL.txt +93 -0
  90. package/.claude/skills/canvas-design/canvas-fonts/LibreBaskerville-Regular.ttf +0 -0
  91. package/.claude/skills/canvas-design/canvas-fonts/Lora-Bold.ttf +0 -0
  92. package/.claude/skills/canvas-design/canvas-fonts/Lora-BoldItalic.ttf +0 -0
  93. package/.claude/skills/canvas-design/canvas-fonts/Lora-Italic.ttf +0 -0
  94. package/.claude/skills/canvas-design/canvas-fonts/Lora-OFL.txt +93 -0
  95. package/.claude/skills/canvas-design/canvas-fonts/Lora-Regular.ttf +0 -0
  96. package/.claude/skills/canvas-design/canvas-fonts/NationalPark-Bold.ttf +0 -0
  97. package/.claude/skills/canvas-design/canvas-fonts/NationalPark-OFL.txt +93 -0
  98. package/.claude/skills/canvas-design/canvas-fonts/NationalPark-Regular.ttf +0 -0
  99. package/.claude/skills/canvas-design/canvas-fonts/NothingYouCouldDo-OFL.txt +93 -0
  100. package/.claude/skills/canvas-design/canvas-fonts/NothingYouCouldDo-Regular.ttf +0 -0
  101. package/.claude/skills/canvas-design/canvas-fonts/Outfit-Bold.ttf +0 -0
  102. package/.claude/skills/canvas-design/canvas-fonts/Outfit-OFL.txt +93 -0
  103. package/.claude/skills/canvas-design/canvas-fonts/Outfit-Regular.ttf +0 -0
  104. package/.claude/skills/canvas-design/canvas-fonts/PixelifySans-Medium.ttf +0 -0
  105. package/.claude/skills/canvas-design/canvas-fonts/PixelifySans-OFL.txt +93 -0
  106. package/.claude/skills/canvas-design/canvas-fonts/PoiretOne-OFL.txt +93 -0
  107. package/.claude/skills/canvas-design/canvas-fonts/PoiretOne-Regular.ttf +0 -0
  108. package/.claude/skills/canvas-design/canvas-fonts/RedHatMono-Bold.ttf +0 -0
  109. package/.claude/skills/canvas-design/canvas-fonts/RedHatMono-OFL.txt +93 -0
  110. package/.claude/skills/canvas-design/canvas-fonts/RedHatMono-Regular.ttf +0 -0
  111. package/.claude/skills/canvas-design/canvas-fonts/Silkscreen-OFL.txt +93 -0
  112. package/.claude/skills/canvas-design/canvas-fonts/Silkscreen-Regular.ttf +0 -0
  113. package/.claude/skills/canvas-design/canvas-fonts/SmoochSans-Medium.ttf +0 -0
  114. package/.claude/skills/canvas-design/canvas-fonts/SmoochSans-OFL.txt +93 -0
  115. package/.claude/skills/canvas-design/canvas-fonts/Tektur-Medium.ttf +0 -0
  116. package/.claude/skills/canvas-design/canvas-fonts/Tektur-OFL.txt +93 -0
  117. package/.claude/skills/canvas-design/canvas-fonts/Tektur-Regular.ttf +0 -0
  118. package/.claude/skills/canvas-design/canvas-fonts/WorkSans-Bold.ttf +0 -0
  119. package/.claude/skills/canvas-design/canvas-fonts/WorkSans-BoldItalic.ttf +0 -0
  120. package/.claude/skills/canvas-design/canvas-fonts/WorkSans-Italic.ttf +0 -0
  121. package/.claude/skills/canvas-design/canvas-fonts/WorkSans-OFL.txt +93 -0
  122. package/.claude/skills/canvas-design/canvas-fonts/WorkSans-Regular.ttf +0 -0
  123. package/.claude/skills/canvas-design/canvas-fonts/YoungSerif-OFL.txt +93 -0
  124. package/.claude/skills/canvas-design/canvas-fonts/YoungSerif-Regular.ttf +0 -0
  125. package/.claude/skills/changelog-generator/SKILL.md +104 -0
  126. package/.claude/skills/cleanup-health-inline/SKILL.md +224 -0
  127. package/.claude/skills/code-reviewer/SKILL.md +209 -0
  128. package/.claude/skills/code-reviewer/references/code_review_checklist.md +103 -0
  129. package/.claude/skills/code-reviewer/references/coding_standards.md +103 -0
  130. package/.claude/skills/code-reviewer/references/common_antipatterns.md +103 -0
  131. package/.claude/skills/code-reviewer/scripts/code_quality_checker.py +114 -0
  132. package/.claude/skills/code-reviewer/scripts/pr_analyzer.py +114 -0
  133. package/.claude/skills/code-reviewer/scripts/review_report_generator.py +114 -0
  134. package/.claude/skills/content-research-writer/SKILL.md +538 -0
  135. package/.claude/skills/deps-health-inline/SKILL.md +227 -0
  136. package/.claude/skills/frontend-aesthetics/SKILL.md +51 -396
  137. package/.claude/skills/git-commit-helper/SKILL.md +203 -0
  138. package/.claude/skills/lead-research-assistant/SKILL.md +199 -0
  139. package/.claude/skills/reuse-health-inline/SKILL.md +248 -0
  140. package/.claude/skills/rollback-changes/SKILL.md +50 -524
  141. package/.claude/skills/run-quality-gate/SKILL.md +36 -346
  142. package/.claude/skills/security-health-inline/SKILL.md +224 -0
  143. package/.claude/skills/senior-devops/SKILL.md +209 -0
  144. package/.claude/skills/senior-devops/references/cicd_pipeline_guide.md +103 -0
  145. package/.claude/skills/senior-devops/references/deployment_strategies.md +103 -0
  146. package/.claude/skills/senior-devops/references/infrastructure_as_code.md +103 -0
  147. package/.claude/skills/senior-devops/scripts/deployment_manager.py +114 -0
  148. package/.claude/skills/senior-devops/scripts/pipeline_generator.py +114 -0
  149. package/.claude/skills/senior-devops/scripts/terraform_scaffolder.py +114 -0
  150. package/.claude/skills/senior-prompt-engineer/SKILL.md +226 -0
  151. package/.claude/skills/senior-prompt-engineer/references/agentic_system_design.md +80 -0
  152. package/.claude/skills/senior-prompt-engineer/references/llm_evaluation_frameworks.md +80 -0
  153. package/.claude/skills/senior-prompt-engineer/references/prompt_engineering_patterns.md +80 -0
  154. package/.claude/skills/senior-prompt-engineer/scripts/agent_orchestrator.py +100 -0
  155. package/.claude/skills/senior-prompt-engineer/scripts/prompt_optimizer.py +100 -0
  156. package/.claude/skills/senior-prompt-engineer/scripts/rag_evaluator.py +100 -0
  157. package/.claude/skills/setup-knip/SKILL.md +372 -0
  158. package/.claude/skills/systematic-debugging/CREATION-LOG.md +119 -0
  159. package/.claude/skills/systematic-debugging/SKILL.md +296 -0
  160. package/.claude/skills/systematic-debugging/condition-based-waiting-example.ts +158 -0
  161. package/.claude/skills/systematic-debugging/condition-based-waiting.md +115 -0
  162. package/.claude/skills/systematic-debugging/defense-in-depth.md +122 -0
  163. package/.claude/skills/systematic-debugging/find-polluter.sh +63 -0
  164. package/.claude/skills/systematic-debugging/root-cause-tracing.md +169 -0
  165. package/.claude/skills/systematic-debugging/test-academic.md +14 -0
  166. package/.claude/skills/systematic-debugging/test-pressure-1.md +58 -0
  167. package/.claude/skills/systematic-debugging/test-pressure-2.md +68 -0
  168. package/.claude/skills/systematic-debugging/test-pressure-3.md +69 -0
  169. package/.claude/skills/theme-factory/LICENSE.txt +202 -0
  170. package/.claude/skills/theme-factory/SKILL.md +59 -0
  171. package/.claude/skills/theme-factory/theme-showcase.pdf +0 -0
  172. package/.claude/skills/theme-factory/themes/arctic-frost.md +19 -0
  173. package/.claude/skills/theme-factory/themes/botanical-garden.md +19 -0
  174. package/.claude/skills/theme-factory/themes/desert-rose.md +19 -0
  175. package/.claude/skills/theme-factory/themes/forest-canopy.md +19 -0
  176. package/.claude/skills/theme-factory/themes/golden-hour.md +19 -0
  177. package/.claude/skills/theme-factory/themes/midnight-galaxy.md +19 -0
  178. package/.claude/skills/theme-factory/themes/modern-minimalist.md +19 -0
  179. package/.claude/skills/theme-factory/themes/ocean-depths.md +19 -0
  180. package/.claude/skills/theme-factory/themes/sunset-boulevard.md +19 -0
  181. package/.claude/skills/theme-factory/themes/tech-innovation.md +19 -0
  182. package/.claude/skills/ui-design-system/SKILL.md +32 -0
  183. package/.claude/skills/ui-design-system/scripts/design_token_generator.py +529 -0
  184. package/.claude/skills/ux-researcher-designer/SKILL.md +30 -0
  185. package/.claude/skills/ux-researcher-designer/scripts/persona_generator.py +508 -0
  186. package/.claude/skills/webapp-testing/LICENSE.txt +202 -0
  187. package/.claude/skills/webapp-testing/SKILL.md +96 -0
  188. package/.claude/skills/webapp-testing/examples/console_logging.py +35 -0
  189. package/.claude/skills/webapp-testing/examples/element_discovery.py +40 -0
  190. package/.claude/skills/webapp-testing/examples/static_html_automation.py +33 -0
  191. package/.claude/skills/webapp-testing/scripts/with_server.py +106 -0
  192. package/.gitignore +4 -0
  193. package/README.md +492 -1093
  194. package/README.ru.md +719 -0
  195. package/docs/Agents Ecosystem/AGENT-ORCHESTRATION.md +2 -2
  196. package/docs/COMMANDS-GUIDE.md +0 -15
  197. package/docs/reports/skills/new-skills-analysis-2025-12.md +331 -0
  198. package/package.json +11 -3
  199. package/.claude/agents/health/orchestrators/bug-orchestrator.md +0 -1084
  200. package/.claude/agents/health/orchestrators/dead-code-orchestrator.md +0 -1064
  201. package/.claude/agents/health/orchestrators/dependency-orchestrator.md +0 -1064
  202. package/.claude/agents/health/orchestrators/reuse-orchestrator.md +0 -1112
  203. package/.claude/agents/health/orchestrators/security-orchestrator.md +0 -1064
  204. package/.claude/commands/worktree-cleanup.md +0 -382
  205. package/.claude/commands/worktree-create.md +0 -287
  206. package/.claude/commands/worktree-list.md +0 -239
  207. package/.claude/commands/worktree-remove.md +0 -339
  208. package/.claude/project-index.md +0 -75
  209. package/.claude/skills/load-project-context/SKILL.md +0 -89
  210. package/.claude/skills/resume-session/SKILL.md +0 -164
  211. package/.claude/skills/save-session-context/SKILL.md +0 -123
  212. package/.claude/templates/project-index.template.md +0 -67
  213. package/.claude/templates/session/context.template.md +0 -40
  214. package/.claude/templates/session/log.template.md +0 -72
  215. package/.github/BRANCH_PROTECTION.md +0 -137
  216. package/.github/workflows/build.yml +0 -70
  217. package/.github/workflows/deploy-staging.yml +0 -90
  218. package/.github/workflows/test.yml +0 -104
@@ -0,0 +1,538 @@
1
+ ---
2
+ name: content-research-writer
3
+ description: Assists in writing high-quality content by conducting research, adding citations, improving hooks, iterating on outlines, and providing real-time feedback on each section. Transforms your writing process from solo effort to collaborative partnership.
4
+ ---
5
+
6
+ # Content Research Writer
7
+
8
+ This skill acts as your writing partner, helping you research, outline, draft, and refine content while maintaining your unique voice and style.
9
+
10
+ ## When to Use This Skill
11
+
12
+ - Writing blog posts, articles, or newsletters
13
+ - Creating educational content or tutorials
14
+ - Drafting thought leadership pieces
15
+ - Researching and writing case studies
16
+ - Producing technical documentation with sources
17
+ - Writing with proper citations and references
18
+ - Improving hooks and introductions
19
+ - Getting section-by-section feedback while writing
20
+
21
+ ## What This Skill Does
22
+
23
+ 1. **Collaborative Outlining**: Helps you structure ideas into coherent outlines
24
+ 2. **Research Assistance**: Finds relevant information and adds citations
25
+ 3. **Hook Improvement**: Strengthens your opening to capture attention
26
+ 4. **Section Feedback**: Reviews each section as you write
27
+ 5. **Voice Preservation**: Maintains your writing style and tone
28
+ 6. **Citation Management**: Adds and formats references properly
29
+ 7. **Iterative Refinement**: Helps you improve through multiple drafts
30
+
31
+ ## How to Use
32
+
33
+ ### Setup Your Writing Environment
34
+
35
+ Create a dedicated folder for your article:
36
+ ```
37
+ mkdir ~/writing/my-article-title
38
+ cd ~/writing/my-article-title
39
+ ```
40
+
41
+ Create your draft file:
42
+ ```
43
+ touch article-draft.md
44
+ ```
45
+
46
+ Open Claude Code from this directory and start writing.
47
+
48
+ ### Basic Workflow
49
+
50
+ 1. **Start with an outline**:
51
+ ```
52
+ Help me create an outline for an article about [topic]
53
+ ```
54
+
55
+ 2. **Research and add citations**:
56
+ ```
57
+ Research [specific topic] and add citations to my outline
58
+ ```
59
+
60
+ 3. **Improve the hook**:
61
+ ```
62
+ Here's my introduction. Help me make the hook more compelling.
63
+ ```
64
+
65
+ 4. **Get section feedback**:
66
+ ```
67
+ I just finished the "Why This Matters" section. Review it and give feedback.
68
+ ```
69
+
70
+ 5. **Refine and polish**:
71
+ ```
72
+ Review the full draft for flow, clarity, and consistency.
73
+ ```
74
+
75
+ ## Instructions
76
+
77
+ When a user requests writing assistance:
78
+
79
+ 1. **Understand the Writing Project**
80
+
81
+ Ask clarifying questions:
82
+ - What's the topic and main argument?
83
+ - Who's the target audience?
84
+ - What's the desired length/format?
85
+ - What's your goal? (educate, persuade, entertain, explain)
86
+ - Any existing research or sources to include?
87
+ - What's your writing style? (formal, conversational, technical)
88
+
89
+ 2. **Collaborative Outlining**
90
+
91
+ Help structure the content:
92
+
93
+ ```markdown
94
+ # Article Outline: [Title]
95
+
96
+ ## Hook
97
+ - [Opening line/story/statistic]
98
+ - [Why reader should care]
99
+
100
+ ## Introduction
101
+ - Context and background
102
+ - Problem statement
103
+ - What this article covers
104
+
105
+ ## Main Sections
106
+
107
+ ### Section 1: [Title]
108
+ - Key point A
109
+ - Key point B
110
+ - Example/evidence
111
+ - [Research needed: specific topic]
112
+
113
+ ### Section 2: [Title]
114
+ - Key point C
115
+ - Key point D
116
+ - Data/citation needed
117
+
118
+ ### Section 3: [Title]
119
+ - Key point E
120
+ - Counter-arguments
121
+ - Resolution
122
+
123
+ ## Conclusion
124
+ - Summary of main points
125
+ - Call to action
126
+ - Final thought
127
+
128
+ ## Research To-Do
129
+ - [ ] Find data on [topic]
130
+ - [ ] Get examples of [concept]
131
+ - [ ] Source citation for [claim]
132
+ ```
133
+
134
+ **Iterate on outline**:
135
+ - Adjust based on feedback
136
+ - Ensure logical flow
137
+ - Identify research gaps
138
+ - Mark sections for deep dives
139
+
140
+ 3. **Conduct Research**
141
+
142
+ When user requests research on a topic:
143
+
144
+ - Search for relevant information
145
+ - Find credible sources
146
+ - Extract key facts, quotes, and data
147
+ - Add citations in requested format
148
+
149
+ Example output:
150
+ ```markdown
151
+ ## Research: AI Impact on Productivity
152
+
153
+ Key Findings:
154
+
155
+ 1. **Productivity Gains**: Studies show 40% time savings for
156
+ content creation tasks [1]
157
+
158
+ 2. **Adoption Rates**: 67% of knowledge workers use AI tools
159
+ weekly [2]
160
+
161
+ 3. **Expert Quote**: "AI augments rather than replaces human
162
+ creativity" - Dr. Jane Smith, MIT [3]
163
+
164
+ Citations:
165
+ [1] McKinsey Global Institute. (2024). "The Economic Potential
166
+ of Generative AI"
167
+ [2] Stack Overflow Developer Survey (2024)
168
+ [3] Smith, J. (2024). MIT Technology Review interview
169
+
170
+ Added to outline under Section 2.
171
+ ```
172
+
173
+ 4. **Improve Hooks**
174
+
175
+ When user shares an introduction, analyze and strengthen:
176
+
177
+ **Current Hook Analysis**:
178
+ - What works: [positive elements]
179
+ - What could be stronger: [areas for improvement]
180
+ - Emotional impact: [current vs. potential]
181
+
182
+ **Suggested Alternatives**:
183
+
184
+ Option 1: [Bold statement]
185
+ > [Example]
186
+ *Why it works: [explanation]*
187
+
188
+ Option 2: [Personal story]
189
+ > [Example]
190
+ *Why it works: [explanation]*
191
+
192
+ Option 3: [Surprising data]
193
+ > [Example]
194
+ *Why it works: [explanation]*
195
+
196
+ **Questions to hook**:
197
+ - Does it create curiosity?
198
+ - Does it promise value?
199
+ - Is it specific enough?
200
+ - Does it match the audience?
201
+
202
+ 5. **Provide Section-by-Section Feedback**
203
+
204
+ As user writes each section, review for:
205
+
206
+ ```markdown
207
+ # Feedback: [Section Name]
208
+
209
+ ## What Works Well ✓
210
+ - [Strength 1]
211
+ - [Strength 2]
212
+ - [Strength 3]
213
+
214
+ ## Suggestions for Improvement
215
+
216
+ ### Clarity
217
+ - [Specific issue] → [Suggested fix]
218
+ - [Complex sentence] → [Simpler alternative]
219
+
220
+ ### Flow
221
+ - [Transition issue] → [Better connection]
222
+ - [Paragraph order] → [Suggested reordering]
223
+
224
+ ### Evidence
225
+ - [Claim needing support] → [Add citation or example]
226
+ - [Generic statement] → [Make more specific]
227
+
228
+ ### Style
229
+ - [Tone inconsistency] → [Match your voice better]
230
+ - [Word choice] → [Stronger alternative]
231
+
232
+ ## Specific Line Edits
233
+
234
+ Original:
235
+ > [Exact quote from draft]
236
+
237
+ Suggested:
238
+ > [Improved version]
239
+
240
+ Why: [Explanation]
241
+
242
+ ## Questions to Consider
243
+ - [Thought-provoking question 1]
244
+ - [Thought-provoking question 2]
245
+
246
+ Ready to move to next section!
247
+ ```
248
+
249
+ 6. **Preserve Writer's Voice**
250
+
251
+ Important principles:
252
+
253
+ - **Learn their style**: Read existing writing samples
254
+ - **Suggest, don't replace**: Offer options, not directives
255
+ - **Match tone**: Formal, casual, technical, friendly
256
+ - **Respect choices**: If they prefer their version, support it
257
+ - **Enhance, don't override**: Make their writing better, not different
258
+
259
+ Ask periodically:
260
+ - "Does this sound like you?"
261
+ - "Is this the right tone?"
262
+ - "Should I be more/less [formal/casual/technical]?"
263
+
264
+ 7. **Citation Management**
265
+
266
+ Handle references based on user preference:
267
+
268
+ **Inline Citations**:
269
+ ```markdown
270
+ Studies show 40% productivity improvement (McKinsey, 2024).
271
+ ```
272
+
273
+ **Numbered References**:
274
+ ```markdown
275
+ Studies show 40% productivity improvement [1].
276
+
277
+ [1] McKinsey Global Institute. (2024)...
278
+ ```
279
+
280
+ **Footnote Style**:
281
+ ```markdown
282
+ Studies show 40% productivity improvement^1
283
+
284
+ ^1: McKinsey Global Institute. (2024)...
285
+ ```
286
+
287
+ Maintain a running citations list:
288
+ ```markdown
289
+ ## References
290
+
291
+ 1. Author. (Year). "Title". Publication.
292
+ 2. Author. (Year). "Title". Publication.
293
+ ...
294
+ ```
295
+
296
+ 8. **Final Review and Polish**
297
+
298
+ When draft is complete, provide comprehensive feedback:
299
+
300
+ ```markdown
301
+ # Full Draft Review
302
+
303
+ ## Overall Assessment
304
+
305
+ **Strengths**:
306
+ - [Major strength 1]
307
+ - [Major strength 2]
308
+ - [Major strength 3]
309
+
310
+ **Impact**: [Overall effectiveness assessment]
311
+
312
+ ## Structure & Flow
313
+ - [Comments on organization]
314
+ - [Transition quality]
315
+ - [Pacing assessment]
316
+
317
+ ## Content Quality
318
+ - [Argument strength]
319
+ - [Evidence sufficiency]
320
+ - [Example effectiveness]
321
+
322
+ ## Technical Quality
323
+ - Grammar and mechanics: [assessment]
324
+ - Consistency: [assessment]
325
+ - Citations: [completeness check]
326
+
327
+ ## Readability
328
+ - Clarity score: [evaluation]
329
+ - Sentence variety: [evaluation]
330
+ - Paragraph length: [evaluation]
331
+
332
+ ## Final Polish Suggestions
333
+
334
+ 1. **Introduction**: [Specific improvements]
335
+ 2. **Body**: [Specific improvements]
336
+ 3. **Conclusion**: [Specific improvements]
337
+ 4. **Title**: [Options if needed]
338
+
339
+ ## Pre-Publish Checklist
340
+ - [ ] All claims sourced
341
+ - [ ] Citations formatted
342
+ - [ ] Examples clear
343
+ - [ ] Transitions smooth
344
+ - [ ] Call to action present
345
+ - [ ] Proofread for typos
346
+
347
+ Ready to publish! 🚀
348
+ ```
349
+
350
+ ## Examples
351
+
352
+ ### Example 1: Teresa Torres's Workflow
353
+
354
+ **User**: "I'm writing an article about continuous discovery. Help me create an outline."
355
+
356
+ **Process**:
357
+ 1. Collaborates on outline structure
358
+ 2. Identifies research needs
359
+ 3. User starts writing introduction
360
+ 4. Reviews and improves the hook
361
+ 5. User writes each section
362
+ 6. Provides feedback after each section
363
+ 7. Conducts research and adds citations
364
+ 8. Final review of complete draft
365
+ 9. Polish and prep for publishing
366
+
367
+ **Result**: Well-researched, properly cited article written in Teresa's voice with strong structure and flow.
368
+
369
+ ### Example 2: Research-Heavy Article
370
+
371
+ **User**: "I'm writing about AI's impact on product management. Help me find current data and examples."
372
+
373
+ **Output**:
374
+ ```markdown
375
+ ## Research Compiled
376
+
377
+ ### Recent Data
378
+ - Gartner: 80% of PMs will use AI tools by 2025 [1]
379
+ - Survey: 45% report faster feature shipping [2]
380
+ - Case study: Airbnb's AI-assisted prioritization [3]
381
+
382
+ ### Expert Quotes
383
+ - "AI amplifies PM judgment, not replaces it" - Marty Cagan
384
+ - [Additional quotes with citations]
385
+
386
+ ### Real Examples
387
+ 1. **Company A**: Used AI for user research synthesis
388
+ - Result: 60% time savings
389
+ - Source: [citation]
390
+
391
+ 2. **Company B**: AI-powered roadmap analysis
392
+ - Result: Better stakeholder alignment
393
+ - Source: [citation]
394
+
395
+ All added to your outline with proper citations.
396
+ ```
397
+
398
+ ### Example 3: Hook Improvement
399
+
400
+ **User's Original Hook**:
401
+ > "Product management is changing because of AI. In this article, I'll discuss some ways AI affects product managers."
402
+
403
+ **Improved Options**:
404
+
405
+ **Option 1 (Data-driven)**:
406
+ > "Last month, I asked AI to analyze 500 customer interviews. It took 30 minutes instead of 3 weeks. Product management will never be the same."
407
+
408
+ **Option 2 (Question)**:
409
+ > "What if you could talk to every customer, read every review, and analyze every support ticket—all before your morning coffee?"
410
+
411
+ **Option 3 (Story)**:
412
+ > "Sarah spent two weeks building the wrong feature. Not because she didn't understand her users, but because she couldn't process the hundreds of interviews fast enough to spot the pattern."
413
+
414
+ ### Example 4: Section Feedback
415
+
416
+ **User**: "Just finished my 'Common Mistakes' section. Thoughts?"
417
+
418
+ **Response**:
419
+ ```markdown
420
+ # Feedback: Common Mistakes Section
421
+
422
+ ## What Works Well ✓
423
+ - Strong examples (the Slack notification story)
424
+ - Clear structure (3 mistakes, clean layout)
425
+ - Practical advice for each mistake
426
+
427
+ ## Suggestions
428
+
429
+ ### Make It More Specific
430
+ Your second point says "Bad prioritization" but could be stronger:
431
+
432
+ Current:
433
+ > "Many teams prioritize badly by focusing on features instead of outcomes."
434
+
435
+ Suggested:
436
+ > "I've watched teams ship 14 features in a quarter yet move none of their key metrics. They prioritized activity over progress."
437
+
438
+ ### Add Data
439
+ The third mistake would benefit from evidence:
440
+ > "[Add citation]: Studies show teams without regular user contact are 3x more likely to build unused features [needs source]"
441
+
442
+ ### Flow Improvement
443
+ Consider reordering: Mistake 3 → Mistake 2 → Mistake 1
444
+ This builds from small to big impact.
445
+
446
+ Ready for the next section!
447
+ ```
448
+
449
+ ## Writing Workflows
450
+
451
+ ### Blog Post Workflow
452
+ 1. Outline together
453
+ 2. Research key points
454
+ 3. Write introduction → get feedback
455
+ 4. Write body sections → feedback each
456
+ 5. Write conclusion → final review
457
+ 6. Polish and edit
458
+
459
+ ### Newsletter Workflow
460
+ 1. Discuss hook ideas
461
+ 2. Quick outline (shorter format)
462
+ 3. Draft in one session
463
+ 4. Review for clarity and links
464
+ 5. Quick polish
465
+
466
+ ### Technical Tutorial Workflow
467
+ 1. Outline steps
468
+ 2. Write code examples
469
+ 3. Add explanations
470
+ 4. Test instructions
471
+ 5. Add troubleshooting section
472
+ 6. Final review for accuracy
473
+
474
+ ### Thought Leadership Workflow
475
+ 1. Brainstorm unique angle
476
+ 2. Research existing perspectives
477
+ 3. Develop your thesis
478
+ 4. Write with strong POV
479
+ 5. Add supporting evidence
480
+ 6. Craft compelling conclusion
481
+
482
+ ## Pro Tips
483
+
484
+ 1. **Work in VS Code**: Better than web Claude for long-form writing
485
+ 2. **One section at a time**: Get feedback incrementally
486
+ 3. **Save research separately**: Keep a research.md file
487
+ 4. **Version your drafts**: article-v1.md, article-v2.md, etc.
488
+ 5. **Read aloud**: Use feedback to identify clunky sentences
489
+ 6. **Set deadlines**: "I want to finish the draft today"
490
+ 7. **Take breaks**: Write, get feedback, pause, revise
491
+
492
+ ## File Organization
493
+
494
+ Recommended structure for writing projects:
495
+
496
+ ```
497
+ ~/writing/article-name/
498
+ ├── outline.md # Your outline
499
+ ├── research.md # All research and citations
500
+ ├── draft-v1.md # First draft
501
+ ├── draft-v2.md # Revised draft
502
+ ├── final.md # Publication-ready
503
+ ├── feedback.md # Collected feedback
504
+ └── sources/ # Reference materials
505
+ ├── study1.pdf
506
+ └── article2.md
507
+ ```
508
+
509
+ ## Best Practices
510
+
511
+ ### For Research
512
+ - Verify sources before citing
513
+ - Use recent data when possible
514
+ - Balance different perspectives
515
+ - Link to original sources
516
+
517
+ ### For Feedback
518
+ - Be specific about what you want: "Is this too technical?"
519
+ - Share your concerns: "I'm worried this section drags"
520
+ - Ask questions: "Does this flow logically?"
521
+ - Request alternatives: "What's another way to explain this?"
522
+
523
+ ### For Voice
524
+ - Share examples of your writing
525
+ - Specify tone preferences
526
+ - Point out good matches: "That sounds like me!"
527
+ - Flag mismatches: "Too formal for my style"
528
+
529
+ ## Related Use Cases
530
+
531
+ - Creating social media posts from articles
532
+ - Adapting content for different audiences
533
+ - Writing email newsletters
534
+ - Drafting technical documentation
535
+ - Creating presentation content
536
+ - Writing case studies
537
+ - Developing course outlines
538
+