@pilotspace/add 1.14.0 → 1.16.0

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 (312) hide show
  1. package/CHANGELOG.md +195 -1
  2. package/README.md +70 -3
  3. package/THIRD_PARTY_NOTICES.md +41 -0
  4. package/agents/add-advisor.md +31 -0
  5. package/agents/add-build.md +29 -0
  6. package/agents/add-design.md +32 -0
  7. package/agents/add-persona.md +31 -0
  8. package/agents/add-verify.md +34 -0
  9. package/bin/cli.js +615 -54
  10. package/docs/02-the-flow.md +1 -1
  11. package/docs/03-step-1-specify.md +4 -0
  12. package/docs/04-step-2-scenarios.md +4 -0
  13. package/docs/06-step-4-tests.md +4 -0
  14. package/docs/08-step-6-verify.md +7 -0
  15. package/docs/18-personas.md +80 -0
  16. package/docs/add-milestone-task-lifecycle.png +0 -0
  17. package/docs/add-task-growth-wheel.png +0 -0
  18. package/docs/appendix-c-glossary.md +5 -1
  19. package/package.json +4 -1
  20. package/personas-teacher/LICENSE +21 -0
  21. package/personas-teacher/README.md +1067 -0
  22. package/personas-teacher/VENDOR.md +13 -0
  23. package/personas-teacher/academic/academic-anthropologist.md +125 -0
  24. package/personas-teacher/academic/academic-geographer.md +127 -0
  25. package/personas-teacher/academic/academic-historian.md +123 -0
  26. package/personas-teacher/academic/academic-narratologist.md +118 -0
  27. package/personas-teacher/academic/academic-psychologist.md +118 -0
  28. package/personas-teacher/design/design-brand-guardian.md +322 -0
  29. package/personas-teacher/design/design-image-prompt-engineer.md +236 -0
  30. package/personas-teacher/design/design-inclusive-visuals-specialist.md +71 -0
  31. package/personas-teacher/design/design-persona-walkthrough.md +272 -0
  32. package/personas-teacher/design/design-ui-designer.md +383 -0
  33. package/personas-teacher/design/design-ux-architect.md +469 -0
  34. package/personas-teacher/design/design-ux-researcher.md +329 -0
  35. package/personas-teacher/design/design-visual-storyteller.md +149 -0
  36. package/personas-teacher/design/design-whimsy-injector.md +438 -0
  37. package/personas-teacher/divisions.json +21 -0
  38. package/personas-teacher/engineering/engineering-ai-data-remediation-engineer.md +211 -0
  39. package/personas-teacher/engineering/engineering-ai-engineer.md +146 -0
  40. package/personas-teacher/engineering/engineering-autonomous-optimization-architect.md +107 -0
  41. package/personas-teacher/engineering/engineering-backend-architect.md +236 -0
  42. package/personas-teacher/engineering/engineering-cms-developer.md +536 -0
  43. package/personas-teacher/engineering/engineering-code-reviewer.md +76 -0
  44. package/personas-teacher/engineering/engineering-codebase-onboarding-engineer.md +173 -0
  45. package/personas-teacher/engineering/engineering-data-engineer.md +306 -0
  46. package/personas-teacher/engineering/engineering-database-optimizer.md +176 -0
  47. package/personas-teacher/engineering/engineering-devops-automator.md +376 -0
  48. package/personas-teacher/engineering/engineering-drupal-shopping-cart.md +360 -0
  49. package/personas-teacher/engineering/engineering-email-intelligence-engineer.md +353 -0
  50. package/personas-teacher/engineering/engineering-embedded-firmware-engineer.md +173 -0
  51. package/personas-teacher/engineering/engineering-feishu-integration-developer.md +598 -0
  52. package/personas-teacher/engineering/engineering-filament-optimization-specialist.md +283 -0
  53. package/personas-teacher/engineering/engineering-frontend-developer.md +225 -0
  54. package/personas-teacher/engineering/engineering-git-workflow-master.md +84 -0
  55. package/personas-teacher/engineering/engineering-incident-response-commander.md +444 -0
  56. package/personas-teacher/engineering/engineering-it-service-manager.md +561 -0
  57. package/personas-teacher/engineering/engineering-minimal-change-engineer.md +207 -0
  58. package/personas-teacher/engineering/engineering-mobile-app-builder.md +493 -0
  59. package/personas-teacher/engineering/engineering-multi-agent-systems-architect.md +600 -0
  60. package/personas-teacher/engineering/engineering-orgscript-engineer.md +113 -0
  61. package/personas-teacher/engineering/engineering-prompt-engineer.md +202 -0
  62. package/personas-teacher/engineering/engineering-rapid-prototyper.md +462 -0
  63. package/personas-teacher/engineering/engineering-senior-developer.md +176 -0
  64. package/personas-teacher/engineering/engineering-software-architect.md +112 -0
  65. package/personas-teacher/engineering/engineering-solidity-smart-contract-engineer.md +522 -0
  66. package/personas-teacher/engineering/engineering-sre.md +90 -0
  67. package/personas-teacher/engineering/engineering-technical-writer.md +393 -0
  68. package/personas-teacher/engineering/engineering-voice-ai-integration-engineer.md +561 -0
  69. package/personas-teacher/engineering/engineering-wechat-mini-program-developer.md +350 -0
  70. package/personas-teacher/engineering/engineering-wordpress-shopping-cart.md +346 -0
  71. package/personas-teacher/examples/README.md +48 -0
  72. package/personas-teacher/examples/nexus-spatial-discovery.md +852 -0
  73. package/personas-teacher/examples/workflow-book-chapter.md +55 -0
  74. package/personas-teacher/examples/workflow-landing-page.md +119 -0
  75. package/personas-teacher/examples/workflow-startup-mvp.md +155 -0
  76. package/personas-teacher/examples/workflow-with-memory.md +238 -0
  77. package/personas-teacher/finance/finance-bookkeeper-controller.md +260 -0
  78. package/personas-teacher/finance/finance-financial-analyst.md +234 -0
  79. package/personas-teacher/finance/finance-fpa-analyst.md +263 -0
  80. package/personas-teacher/finance/finance-investment-researcher.md +272 -0
  81. package/personas-teacher/finance/finance-tax-strategist.md +239 -0
  82. package/personas-teacher/game-development/blender/blender-addon-engineer.md +234 -0
  83. package/personas-teacher/game-development/game-audio-engineer.md +264 -0
  84. package/personas-teacher/game-development/game-designer.md +167 -0
  85. package/personas-teacher/game-development/godot/godot-gameplay-scripter.md +334 -0
  86. package/personas-teacher/game-development/godot/godot-multiplayer-engineer.md +297 -0
  87. package/personas-teacher/game-development/godot/godot-shader-developer.md +266 -0
  88. package/personas-teacher/game-development/level-designer.md +208 -0
  89. package/personas-teacher/game-development/narrative-designer.md +243 -0
  90. package/personas-teacher/game-development/roblox-studio/roblox-avatar-creator.md +297 -0
  91. package/personas-teacher/game-development/roblox-studio/roblox-experience-designer.md +305 -0
  92. package/personas-teacher/game-development/roblox-studio/roblox-systems-scripter.md +325 -0
  93. package/personas-teacher/game-development/technical-artist.md +229 -0
  94. package/personas-teacher/game-development/unity/unity-architect.md +271 -0
  95. package/personas-teacher/game-development/unity/unity-editor-tool-developer.md +310 -0
  96. package/personas-teacher/game-development/unity/unity-multiplayer-engineer.md +321 -0
  97. package/personas-teacher/game-development/unity/unity-shader-graph-artist.md +269 -0
  98. package/personas-teacher/game-development/unreal-engine/unreal-multiplayer-architect.md +313 -0
  99. package/personas-teacher/game-development/unreal-engine/unreal-systems-engineer.md +310 -0
  100. package/personas-teacher/game-development/unreal-engine/unreal-technical-artist.md +256 -0
  101. package/personas-teacher/game-development/unreal-engine/unreal-world-builder.md +273 -0
  102. package/personas-teacher/gis/gis-3d-scene-developer.md +111 -0
  103. package/personas-teacher/gis/gis-analyst.md +91 -0
  104. package/personas-teacher/gis/gis-bim-specialist.md +108 -0
  105. package/personas-teacher/gis/gis-cartography-designer.md +150 -0
  106. package/personas-teacher/gis/gis-drone-reality-mapping.md +120 -0
  107. package/personas-teacher/gis/gis-geoai-ml-engineer.md +105 -0
  108. package/personas-teacher/gis/gis-geoprocessing-specialist.md +97 -0
  109. package/personas-teacher/gis/gis-qa-engineer.md +133 -0
  110. package/personas-teacher/gis/gis-solution-engineer.md +101 -0
  111. package/personas-teacher/gis/gis-spatial-data-engineer.md +97 -0
  112. package/personas-teacher/gis/gis-spatial-data-scientist.md +111 -0
  113. package/personas-teacher/gis/gis-technical-consultant.md +86 -0
  114. package/personas-teacher/gis/gis-web-gis-developer.md +108 -0
  115. package/personas-teacher/marketing/marketing-aeo-foundations.md +264 -0
  116. package/personas-teacher/marketing/marketing-agentic-search-optimizer.md +311 -0
  117. package/personas-teacher/marketing/marketing-ai-citation-strategist.md +170 -0
  118. package/personas-teacher/marketing/marketing-app-store-optimizer.md +321 -0
  119. package/personas-teacher/marketing/marketing-baidu-seo-specialist.md +226 -0
  120. package/personas-teacher/marketing/marketing-bilibili-content-strategist.md +199 -0
  121. package/personas-teacher/marketing/marketing-book-co-author.md +110 -0
  122. package/personas-teacher/marketing/marketing-carousel-growth-engine.md +199 -0
  123. package/personas-teacher/marketing/marketing-china-ecommerce-operator.md +283 -0
  124. package/personas-teacher/marketing/marketing-china-market-localization-strategist.md +283 -0
  125. package/personas-teacher/marketing/marketing-content-creator.md +54 -0
  126. package/personas-teacher/marketing/marketing-cross-border-ecommerce.md +259 -0
  127. package/personas-teacher/marketing/marketing-douyin-strategist.md +149 -0
  128. package/personas-teacher/marketing/marketing-email-strategist.md +249 -0
  129. package/personas-teacher/marketing/marketing-global-podcast-strategist.md +206 -0
  130. package/personas-teacher/marketing/marketing-growth-hacker.md +54 -0
  131. package/personas-teacher/marketing/marketing-instagram-curator.md +113 -0
  132. package/personas-teacher/marketing/marketing-kuaishou-strategist.md +223 -0
  133. package/personas-teacher/marketing/marketing-linkedin-content-creator.md +214 -0
  134. package/personas-teacher/marketing/marketing-livestream-commerce-coach.md +305 -0
  135. package/personas-teacher/marketing/marketing-multi-platform-publisher.md +217 -0
  136. package/personas-teacher/marketing/marketing-podcast-strategist.md +277 -0
  137. package/personas-teacher/marketing/marketing-pr-communications-manager.md +473 -0
  138. package/personas-teacher/marketing/marketing-private-domain-operator.md +308 -0
  139. package/personas-teacher/marketing/marketing-reddit-community-builder.md +123 -0
  140. package/personas-teacher/marketing/marketing-seo-specialist.md +321 -0
  141. package/personas-teacher/marketing/marketing-short-video-editing-coach.md +412 -0
  142. package/personas-teacher/marketing/marketing-social-media-strategist.md +125 -0
  143. package/personas-teacher/marketing/marketing-tiktok-strategist.md +125 -0
  144. package/personas-teacher/marketing/marketing-twitter-engager.md +126 -0
  145. package/personas-teacher/marketing/marketing-video-optimization-specialist.md +119 -0
  146. package/personas-teacher/marketing/marketing-wechat-official-account.md +145 -0
  147. package/personas-teacher/marketing/marketing-weibo-strategist.md +240 -0
  148. package/personas-teacher/marketing/marketing-x-twitter-intelligence-analyst.md +161 -0
  149. package/personas-teacher/marketing/marketing-xiaohongshu-specialist.md +138 -0
  150. package/personas-teacher/marketing/marketing-zhihu-strategist.md +162 -0
  151. package/personas-teacher/paid-media/paid-media-auditor.md +71 -0
  152. package/personas-teacher/paid-media/paid-media-creative-strategist.md +71 -0
  153. package/personas-teacher/paid-media/paid-media-paid-social-strategist.md +71 -0
  154. package/personas-teacher/paid-media/paid-media-ppc-strategist.md +71 -0
  155. package/personas-teacher/paid-media/paid-media-programmatic-buyer.md +71 -0
  156. package/personas-teacher/paid-media/paid-media-search-query-analyst.md +71 -0
  157. package/personas-teacher/paid-media/paid-media-tracking-specialist.md +71 -0
  158. package/personas-teacher/product/product-behavioral-nudge-engine.md +80 -0
  159. package/personas-teacher/product/product-feedback-synthesizer.md +119 -0
  160. package/personas-teacher/product/product-manager.md +469 -0
  161. package/personas-teacher/product/product-sprint-prioritizer.md +154 -0
  162. package/personas-teacher/product/product-trend-researcher.md +159 -0
  163. package/personas-teacher/project-management/project-management-experiment-tracker.md +198 -0
  164. package/personas-teacher/project-management/project-management-jira-workflow-steward.md +230 -0
  165. package/personas-teacher/project-management/project-management-meeting-notes-specialist.md +95 -0
  166. package/personas-teacher/project-management/project-management-project-shepherd.md +194 -0
  167. package/personas-teacher/project-management/project-management-studio-operations.md +200 -0
  168. package/personas-teacher/project-management/project-management-studio-producer.md +203 -0
  169. package/personas-teacher/project-management/project-manager-senior.md +135 -0
  170. package/personas-teacher/sales/sales-account-strategist.md +227 -0
  171. package/personas-teacher/sales/sales-coach.md +271 -0
  172. package/personas-teacher/sales/sales-deal-strategist.md +180 -0
  173. package/personas-teacher/sales/sales-discovery-coach.md +225 -0
  174. package/personas-teacher/sales/sales-engineer.md +182 -0
  175. package/personas-teacher/sales/sales-offer-lead-gen-strategist.md +257 -0
  176. package/personas-teacher/sales/sales-outbound-strategist.md +201 -0
  177. package/personas-teacher/sales/sales-pipeline-analyst.md +267 -0
  178. package/personas-teacher/sales/sales-proposal-strategist.md +217 -0
  179. package/personas-teacher/security/security-appsec-engineer.md +491 -0
  180. package/personas-teacher/security/security-architect.md +304 -0
  181. package/personas-teacher/security/security-blockchain-security-auditor.md +463 -0
  182. package/personas-teacher/security/security-cloud-security-architect.md +523 -0
  183. package/personas-teacher/security/security-compliance-auditor.md +158 -0
  184. package/personas-teacher/security/security-incident-responder.md +437 -0
  185. package/personas-teacher/security/security-penetration-tester.md +399 -0
  186. package/personas-teacher/security/security-senior-secops.md +750 -0
  187. package/personas-teacher/security/security-threat-detection-engineer.md +534 -0
  188. package/personas-teacher/security/security-threat-intelligence-analyst.md +644 -0
  189. package/personas-teacher/spatial-computing/macos-spatial-metal-engineer.md +337 -0
  190. package/personas-teacher/spatial-computing/terminal-integration-specialist.md +70 -0
  191. package/personas-teacher/spatial-computing/visionos-spatial-engineer.md +54 -0
  192. package/personas-teacher/spatial-computing/xr-cockpit-interaction-specialist.md +32 -0
  193. package/personas-teacher/spatial-computing/xr-immersive-developer.md +32 -0
  194. package/personas-teacher/spatial-computing/xr-interface-architect.md +32 -0
  195. package/personas-teacher/specialized/accounts-payable-agent.md +185 -0
  196. package/personas-teacher/specialized/agentic-identity-trust.md +387 -0
  197. package/personas-teacher/specialized/agents-orchestrator.md +367 -0
  198. package/personas-teacher/specialized/automation-governance-architect.md +216 -0
  199. package/personas-teacher/specialized/business-strategist.md +488 -0
  200. package/personas-teacher/specialized/change-management-consultant.md +497 -0
  201. package/personas-teacher/specialized/chief-financial-officer.md +388 -0
  202. package/personas-teacher/specialized/corporate-training-designer.md +192 -0
  203. package/personas-teacher/specialized/customer-service.md +398 -0
  204. package/personas-teacher/specialized/customer-success-manager.md +460 -0
  205. package/personas-teacher/specialized/data-consolidation-agent.md +60 -0
  206. package/personas-teacher/specialized/data-privacy-officer.md +412 -0
  207. package/personas-teacher/specialized/esg-sustainability-officer.md +396 -0
  208. package/personas-teacher/specialized/government-digital-presales-consultant.md +363 -0
  209. package/personas-teacher/specialized/grant-writer.md +511 -0
  210. package/personas-teacher/specialized/healthcare-customer-service.md +389 -0
  211. package/personas-teacher/specialized/healthcare-marketing-compliance.md +395 -0
  212. package/personas-teacher/specialized/hospitality-guest-services.md +603 -0
  213. package/personas-teacher/specialized/hr-onboarding.md +451 -0
  214. package/personas-teacher/specialized/identity-graph-operator.md +260 -0
  215. package/personas-teacher/specialized/language-translator.md +264 -0
  216. package/personas-teacher/specialized/legal-billing-time-tracking.md +569 -0
  217. package/personas-teacher/specialized/legal-client-intake.md +492 -0
  218. package/personas-teacher/specialized/legal-document-review.md +454 -0
  219. package/personas-teacher/specialized/loan-officer-assistant.md +555 -0
  220. package/personas-teacher/specialized/lsp-index-engineer.md +314 -0
  221. package/personas-teacher/specialized/ma-integration-manager.md +427 -0
  222. package/personas-teacher/specialized/medical-billing-coding-specialist.md +491 -0
  223. package/personas-teacher/specialized/operations-manager.md +399 -0
  224. package/personas-teacher/specialized/organizational-psychologist.md +391 -0
  225. package/personas-teacher/specialized/personal-growth-mentor.md +159 -0
  226. package/personas-teacher/specialized/real-estate-buyer-seller.md +596 -0
  227. package/personas-teacher/specialized/recruitment-specialist.md +509 -0
  228. package/personas-teacher/specialized/report-distribution-agent.md +65 -0
  229. package/personas-teacher/specialized/retail-customer-returns.md +566 -0
  230. package/personas-teacher/specialized/sales-data-extraction-agent.md +67 -0
  231. package/personas-teacher/specialized/sales-outreach.md +425 -0
  232. package/personas-teacher/specialized/specialized-chief-of-staff.md +279 -0
  233. package/personas-teacher/specialized/specialized-civil-engineer.md +356 -0
  234. package/personas-teacher/specialized/specialized-cultural-intelligence-strategist.md +88 -0
  235. package/personas-teacher/specialized/specialized-developer-advocate.md +317 -0
  236. package/personas-teacher/specialized/specialized-document-generator.md +55 -0
  237. package/personas-teacher/specialized/specialized-french-consulting-market.md +192 -0
  238. package/personas-teacher/specialized/specialized-korean-business-navigator.md +216 -0
  239. package/personas-teacher/specialized/specialized-mcp-builder.md +248 -0
  240. package/personas-teacher/specialized/specialized-model-qa.md +488 -0
  241. package/personas-teacher/specialized/specialized-pricing-analyst.md +243 -0
  242. package/personas-teacher/specialized/specialized-salesforce-architect.md +180 -0
  243. package/personas-teacher/specialized/specialized-strategy-duel-agent.md +130 -0
  244. package/personas-teacher/specialized/specialized-workflow-architect.md +597 -0
  245. package/personas-teacher/specialized/study-abroad-advisor.md +282 -0
  246. package/personas-teacher/specialized/supply-chain-strategist.md +582 -0
  247. package/personas-teacher/specialized/zk-steward.md +211 -0
  248. package/personas-teacher/strategy/EXECUTIVE-BRIEF.md +95 -0
  249. package/personas-teacher/strategy/QUICKSTART.md +194 -0
  250. package/personas-teacher/strategy/coordination/agent-activation-prompts.md +401 -0
  251. package/personas-teacher/strategy/coordination/handoff-templates.md +357 -0
  252. package/personas-teacher/strategy/nexus-strategy.md +1110 -0
  253. package/personas-teacher/strategy/playbooks/phase-0-discovery.md +178 -0
  254. package/personas-teacher/strategy/playbooks/phase-1-strategy.md +238 -0
  255. package/personas-teacher/strategy/playbooks/phase-2-foundation.md +278 -0
  256. package/personas-teacher/strategy/playbooks/phase-3-build.md +286 -0
  257. package/personas-teacher/strategy/playbooks/phase-4-hardening.md +332 -0
  258. package/personas-teacher/strategy/playbooks/phase-5-launch.md +277 -0
  259. package/personas-teacher/strategy/playbooks/phase-6-operate.md +318 -0
  260. package/personas-teacher/strategy/runbooks/scenario-enterprise-feature.md +157 -0
  261. package/personas-teacher/strategy/runbooks/scenario-incident-response.md +217 -0
  262. package/personas-teacher/strategy/runbooks/scenario-marketing-campaign.md +187 -0
  263. package/personas-teacher/strategy/runbooks/scenario-startup-mvp.md +154 -0
  264. package/personas-teacher/support/support-analytics-reporter.md +365 -0
  265. package/personas-teacher/support/support-executive-summary-generator.md +212 -0
  266. package/personas-teacher/support/support-finance-tracker.md +442 -0
  267. package/personas-teacher/support/support-infrastructure-maintainer.md +618 -0
  268. package/personas-teacher/support/support-legal-compliance-checker.md +588 -0
  269. package/personas-teacher/support/support-support-responder.md +585 -0
  270. package/personas-teacher/testing/testing-accessibility-auditor.md +316 -0
  271. package/personas-teacher/testing/testing-api-tester.md +306 -0
  272. package/personas-teacher/testing/testing-evidence-collector.md +210 -0
  273. package/personas-teacher/testing/testing-performance-benchmarker.md +268 -0
  274. package/personas-teacher/testing/testing-reality-checker.md +236 -0
  275. package/personas-teacher/testing/testing-test-results-analyzer.md +305 -0
  276. package/personas-teacher/testing/testing-tool-evaluator.md +394 -0
  277. package/personas-teacher/testing/testing-workflow-optimizer.md +450 -0
  278. package/personas-teacher/tools.json +19 -0
  279. package/skill/add/SKILL.md +20 -14
  280. package/skill/add/advisor.md +33 -34
  281. package/skill/add/confidence.md +1 -1
  282. package/skill/add/deltas.md +12 -13
  283. package/skill/add/design.md +52 -49
  284. package/skill/add/fold.md +18 -16
  285. package/skill/add/intake.md +4 -3
  286. package/skill/add/loop.md +3 -4
  287. package/skill/add/phases/0-ground.md +32 -34
  288. package/skill/add/phases/0-setup.md +22 -21
  289. package/skill/add/phases/1-specify.md +8 -6
  290. package/skill/add/phases/3-contract.md +1 -1
  291. package/skill/add/phases/4-tests.md +9 -10
  292. package/skill/add/phases/5-build.md +17 -13
  293. package/skill/add/phases/6-verify.md +9 -4
  294. package/skill/add/phases/7-observe.md +2 -1
  295. package/skill/add/report-template.md +62 -18
  296. package/skill/add/run.md +5 -3
  297. package/skill/add/scope.md +2 -2
  298. package/skill/add/sensitivity.md +51 -0
  299. package/skill/add/streams.md +31 -23
  300. package/tooling/add.py +906 -28
  301. package/tooling/add_engine/autonomy.py +36 -1
  302. package/tooling/add_engine/constants.py +56 -3
  303. package/tooling/add_engine/guidelines.py +22 -20
  304. package/tooling/add_engine/predicates.py +56 -3
  305. package/tooling/add_engine/search.py +165 -0
  306. package/tooling/templates/GLOSSARY.md.tmpl +16 -0
  307. package/tooling/templates/MILESTONE.md.tmpl +9 -0
  308. package/tooling/templates/PROMPT.persona.md.tmpl +44 -0
  309. package/tooling/templates/TASK.fast.md.tmpl +1 -0
  310. package/tooling/templates/TASK.md.tmpl +39 -6
  311. package/tooling/templates/gitignore.tmpl +12 -0
  312. package/tooling/templates/personas/_template.md.tmpl +60 -0
@@ -0,0 +1,55 @@
1
+ # Workflow Example: Book Chapter Development
2
+
3
+ > A focused single-agent workflow for turning rough source material into a strategic first-person chapter draft with explicit revision loops.
4
+
5
+ ## When to Use This
6
+
7
+ Use this workflow when an author has voice notes, fragments, or strategic notes, but not yet a clean chapter draft. The goal is not generic ghostwriting. The goal is to produce a chapter that strengthens category positioning, preserves the author's voice, and exposes open editorial decisions clearly.
8
+
9
+ ## Agent Used
10
+
11
+ | Agent | Role |
12
+ |-------|------|
13
+ | Book Co-Author | Converts source material into a versioned chapter draft with editorial notes and next-step questions |
14
+
15
+ ## Example Activation
16
+
17
+ ```text
18
+ Activate Book Co-Author.
19
+
20
+ Book goal: Build authority around practical AI adoption for Mittelstand companies.
21
+ Target audience: Owners and operational leaders of 20-200 person businesses.
22
+ Chapter topic: Why most AI projects fail before implementation starts.
23
+ Desired draft maturity: First substantial draft.
24
+
25
+ Raw material:
26
+ - Voice memo: "The real failure happens in expectation setting, not tooling."
27
+ - Notes: Leaders buy software before defining the operational bottleneck.
28
+ - Story fragment: We nearly rolled out the wrong automation in a cabinetmaking workflow because the actual problem was quoting delays, not production throughput.
29
+ - Positioning angle: Practical realism over hype.
30
+
31
+ Produce:
32
+ 1. Chapter objective and strategic role in the book
33
+ 2. Any clarification questions you need
34
+ 3. Chapter 2 - Version 1 - ready for review
35
+ 4. Editorial notes on assumptions and proof gaps
36
+ 5. Specific next-step revision requests
37
+ ```
38
+
39
+ ## Expected Output Shape
40
+
41
+ The Book Co-Author should respond in five parts:
42
+
43
+ 1. `Target Outcome`
44
+ 2. `Chapter Draft`
45
+ 3. `Editorial Notes`
46
+ 4. `Feedback Loop`
47
+ 5. `Next Step`
48
+
49
+ ## Quality Bar
50
+
51
+ - The draft stays in first-person voice
52
+ - The chapter has one clear promise and internal logic
53
+ - Claims are tied to source material or flagged as assumptions
54
+ - Generic motivational language is removed
55
+ - The output ends with explicit revision questions, not a vague handoff
@@ -0,0 +1,119 @@
1
+ # Multi-Agent Workflow: Landing Page Sprint
2
+
3
+ > Ship a conversion-optimized landing page in one day using 4 agents.
4
+
5
+ ## The Scenario
6
+
7
+ You need a landing page for a new product launch. It needs to look great, convert visitors, and be live by end of day.
8
+
9
+ ## Agent Team
10
+
11
+ | Agent | Role in this workflow |
12
+ |-------|---------------------|
13
+ | Content Creator | Write the copy |
14
+ | UI Designer | Design the layout and component specs |
15
+ | Frontend Developer | Build it |
16
+ | Growth Hacker | Optimize for conversion |
17
+
18
+ ## The Workflow
19
+
20
+ ### Morning: Copy + Design (parallel)
21
+
22
+ **Step 1a — Activate Content Creator**
23
+
24
+ ```
25
+ Activate Content Creator.
26
+
27
+ Write landing page copy for "FlowSync" — an API integration platform
28
+ that connects any two SaaS tools in under 5 minutes.
29
+
30
+ Target audience: developers and technical PMs at mid-size companies.
31
+ Tone: confident, concise, slightly playful.
32
+
33
+ Sections needed:
34
+ 1. Hero (headline + subheadline + CTA)
35
+ 2. Problem statement (3 pain points)
36
+ 3. How it works (3 steps)
37
+ 4. Social proof (placeholder testimonial format)
38
+ 5. Pricing (3 tiers: Free, Pro, Enterprise)
39
+ 6. Final CTA
40
+
41
+ Keep it scannable. No fluff.
42
+ ```
43
+
44
+ **Step 1b — Activate UI Designer (in parallel)**
45
+
46
+ ```
47
+ Activate UI Designer.
48
+
49
+ Design specs for a SaaS landing page. Product: FlowSync (API integration platform).
50
+ Style: clean, modern, dark mode option. Think Linear or Vercel aesthetic.
51
+
52
+ Deliver:
53
+ 1. Layout wireframe (section order + spacing)
54
+ 2. Color palette (primary, secondary, accent, background)
55
+ 3. Typography (font pairing, heading sizes, body size)
56
+ 4. Component specs: hero section, feature cards, pricing table, CTA buttons
57
+ 5. Responsive breakpoints (mobile, tablet, desktop)
58
+ ```
59
+
60
+ ### Midday: Build
61
+
62
+ **Step 2 — Activate Frontend Developer**
63
+
64
+ ```
65
+ Activate Frontend Developer.
66
+
67
+ Build a landing page from these specs:
68
+
69
+ Copy: [paste Content Creator output]
70
+ Design: [paste UI Designer output]
71
+
72
+ Stack: HTML, Tailwind CSS, minimal vanilla JS (no framework needed).
73
+ Requirements:
74
+ - Responsive (mobile-first)
75
+ - Fast (no heavy assets, system fonts OK)
76
+ - Accessible (proper headings, alt text, focus states)
77
+ - Include a working email signup form (action URL: /api/subscribe)
78
+
79
+ Deliver a single index.html file ready to deploy.
80
+ ```
81
+
82
+ ### Afternoon: Optimize
83
+
84
+ **Step 3 — Activate Growth Hacker**
85
+
86
+ ```
87
+ Activate Growth Hacker.
88
+
89
+ Review this landing page for conversion optimization:
90
+
91
+ [paste the HTML or describe the current page]
92
+
93
+ Evaluate:
94
+ 1. Is the CTA above the fold?
95
+ 2. Is the value proposition clear in under 5 seconds?
96
+ 3. Any friction in the signup flow?
97
+ 4. What A/B tests would you run first?
98
+ 5. SEO basics: meta tags, OG tags, structured data
99
+
100
+ Give me specific changes, not general advice.
101
+ ```
102
+
103
+ ## Timeline
104
+
105
+ | Time | Activity | Agent |
106
+ |------|----------|-------|
107
+ | 9:00 | Copy + design kick off (parallel) | Content Creator + UI Designer |
108
+ | 11:00 | Build starts | Frontend Developer |
109
+ | 14:00 | First version ready | — |
110
+ | 14:30 | Conversion review | Growth Hacker |
111
+ | 15:30 | Apply feedback | Frontend Developer |
112
+ | 16:30 | Ship | Deploy to Vercel/Netlify |
113
+
114
+ ## Key Patterns
115
+
116
+ 1. **Parallel kickoff**: Copy and design happen at the same time since they're independent
117
+ 2. **Merge point**: Frontend Developer needs both outputs before starting
118
+ 3. **Feedback loop**: Growth Hacker reviews, then Frontend Developer applies changes
119
+ 4. **Time-boxed**: Each step has a clear timebox to prevent scope creep
@@ -0,0 +1,155 @@
1
+ # Multi-Agent Workflow: Startup MVP
2
+
3
+ > A step-by-step example of how to coordinate multiple agents to go from idea to shipped MVP.
4
+
5
+ ## The Scenario
6
+
7
+ You're building a SaaS MVP — a team retrospective tool for remote teams. You have 4 weeks to ship a working product with user signups, a core feature, and a landing page.
8
+
9
+ ## Agent Team
10
+
11
+ | Agent | Role in this workflow |
12
+ |-------|---------------------|
13
+ | Sprint Prioritizer | Break the project into weekly sprints |
14
+ | UX Researcher | Validate the idea with quick user interviews |
15
+ | Backend Architect | Design the API and data model |
16
+ | Frontend Developer | Build the React app |
17
+ | Rapid Prototyper | Get the first version running fast |
18
+ | Growth Hacker | Plan launch strategy while building |
19
+ | Reality Checker | Gate each milestone before moving on |
20
+
21
+ ## The Workflow
22
+
23
+ ### Week 1: Discovery + Architecture
24
+
25
+ **Step 1 — Activate Sprint Prioritizer**
26
+
27
+ ```
28
+ Activate Sprint Prioritizer.
29
+
30
+ Project: RetroBoard — a real-time team retrospective tool for remote teams.
31
+ Timeline: 4 weeks to MVP launch.
32
+ Core features: user auth, create retro boards, add cards, vote, action items.
33
+ Constraints: solo developer, React + Node.js stack, deploy to Vercel + Railway.
34
+
35
+ Break this into 4 weekly sprints with clear deliverables and acceptance criteria.
36
+ ```
37
+
38
+ **Step 2 — Activate UX Researcher (in parallel)**
39
+
40
+ ```
41
+ Activate UX Researcher.
42
+
43
+ I'm building a team retrospective tool for remote teams (5-20 people).
44
+ Competitors: EasyRetro, Retrium, Parabol.
45
+
46
+ Run a quick competitive analysis and identify:
47
+ 1. What features are table stakes
48
+ 2. Where competitors fall short
49
+ 3. One differentiator we could own
50
+
51
+ Output a 1-page research brief.
52
+ ```
53
+
54
+ **Step 3 — Hand off to Backend Architect**
55
+
56
+ ```
57
+ Activate Backend Architect.
58
+
59
+ Here's our sprint plan: [paste Sprint Prioritizer output]
60
+ Here's our research brief: [paste UX Researcher output]
61
+
62
+ Design the API and database schema for RetroBoard.
63
+ Stack: Node.js, Express, PostgreSQL, Socket.io for real-time.
64
+
65
+ Deliver:
66
+ 1. Database schema (SQL)
67
+ 2. REST API endpoints list
68
+ 3. WebSocket events for real-time board updates
69
+ 4. Auth strategy recommendation
70
+ ```
71
+
72
+ ### Week 2: Build Core Features
73
+
74
+ **Step 4 — Activate Frontend Developer + Rapid Prototyper**
75
+
76
+ ```
77
+ Activate Frontend Developer.
78
+
79
+ Here's the API spec: [paste Backend Architect output]
80
+
81
+ Build the RetroBoard React app:
82
+ - Stack: React, TypeScript, Tailwind, Socket.io-client
83
+ - Pages: Login, Dashboard, Board view
84
+ - Components: RetroCard, VoteButton, ActionItem, BoardColumn
85
+
86
+ Start with the Board view — it's the core experience.
87
+ Focus on real-time: when one user adds a card, everyone sees it.
88
+ ```
89
+
90
+ **Step 5 — Reality Check at midpoint**
91
+
92
+ ```
93
+ Activate Reality Checker.
94
+
95
+ We're at week 2 of a 4-week MVP build for RetroBoard.
96
+
97
+ Here's what we have so far:
98
+ - Database schema: [paste]
99
+ - API endpoints: [paste]
100
+ - Frontend components: [paste]
101
+
102
+ Evaluate:
103
+ 1. Can we realistically ship in 2 more weeks?
104
+ 2. What should we cut to make the deadline?
105
+ 3. Any technical debt that will bite us at launch?
106
+ ```
107
+
108
+ ### Week 3: Polish + Landing Page
109
+
110
+ **Step 6 — Frontend Developer continues, Growth Hacker starts**
111
+
112
+ ```
113
+ Activate Growth Hacker.
114
+
115
+ Product: RetroBoard — team retrospective tool, launching in 1 week.
116
+ Target: Engineering managers and scrum masters at remote-first companies.
117
+ Budget: $0 (organic launch only).
118
+
119
+ Create a launch plan:
120
+ 1. Landing page copy (hero, features, CTA)
121
+ 2. Launch channels (Product Hunt, Reddit, Hacker News, Twitter)
122
+ 3. Day-by-day launch sequence
123
+ 4. Metrics to track in week 1
124
+ ```
125
+
126
+ ### Week 4: Launch
127
+
128
+ **Step 7 — Final Reality Check**
129
+
130
+ ```
131
+ Activate Reality Checker.
132
+
133
+ RetroBoard is ready to launch. Evaluate production readiness:
134
+
135
+ - Live URL: [url]
136
+ - Test accounts created: yes
137
+ - Error monitoring: Sentry configured
138
+ - Database backups: daily automated
139
+
140
+ Run through the launch checklist and give a GO / NO-GO decision.
141
+ Require evidence for each criterion.
142
+ ```
143
+
144
+ ## Key Patterns
145
+
146
+ 1. **Sequential handoffs**: Each agent's output becomes the next agent's input
147
+ 2. **Parallel work**: UX Researcher and Sprint Prioritizer can run simultaneously in Week 1
148
+ 3. **Quality gates**: Reality Checker at midpoint and before launch prevents shipping broken code
149
+ 4. **Context passing**: Always paste previous agent outputs into the next prompt — agents don't share memory
150
+
151
+ ## Tips
152
+
153
+ - Copy-paste agent outputs between steps — don't summarize, use the full output
154
+ - If a Reality Checker flags an issue, loop back to the relevant specialist to fix it
155
+ - Keep the Orchestrator agent in mind for automating this flow once you're comfortable with the manual version
@@ -0,0 +1,238 @@
1
+ # Multi-Agent Workflow: Startup MVP with Persistent Memory
2
+
3
+ > The same startup MVP workflow from [workflow-startup-mvp.md](workflow-startup-mvp.md), but with an MCP memory server handling state between agents. No more copy-paste handoffs.
4
+
5
+ ## The Problem with Manual Handoffs
6
+
7
+ In the standard workflow, every agent-to-agent transition looks like this:
8
+
9
+ ```
10
+ Activate Backend Architect.
11
+
12
+ Here's our sprint plan: [paste Sprint Prioritizer output]
13
+ Here's our research brief: [paste UX Researcher output]
14
+
15
+ Design the API and database schema for RetroBoard.
16
+ ...
17
+ ```
18
+
19
+ You are the glue. You copy-paste outputs between agents, keep track of what's been done, and hope you don't lose context along the way. It works for small projects, but it falls apart when:
20
+
21
+ - Sessions time out and you lose the output
22
+ - Multiple agents need the same context
23
+ - QA fails and you need to rewind to a previous state
24
+ - The project spans days or weeks across many sessions
25
+
26
+ ## The Fix
27
+
28
+ With an MCP memory server installed, agents store their deliverables in memory and retrieve what they need automatically. Handoffs become:
29
+
30
+ ```
31
+ Activate Backend Architect.
32
+
33
+ Project: RetroBoard. Recall previous context for this project
34
+ and design the API and database schema.
35
+ ```
36
+
37
+ The agent searches memory for RetroBoard context, finds the sprint plan and research brief stored by previous agents, and picks up from there.
38
+
39
+ ## Setup
40
+
41
+ Install any MCP-compatible memory server that supports `remember`, `recall`, and `rollback` operations. See [integrations/mcp-memory/README.md](../integrations/mcp-memory/README.md) for setup.
42
+
43
+ ## The Scenario
44
+
45
+ Same as the standard workflow: a SaaS team retrospective tool (RetroBoard), 4 weeks to MVP, solo developer.
46
+
47
+ ## Agent Team
48
+
49
+ | Agent | Role in this workflow |
50
+ |-------|---------------------|
51
+ | Sprint Prioritizer | Break the project into weekly sprints |
52
+ | UX Researcher | Validate the idea with quick user interviews |
53
+ | Backend Architect | Design the API and data model |
54
+ | Frontend Developer | Build the React app |
55
+ | Rapid Prototyper | Get the first version running fast |
56
+ | Growth Hacker | Plan launch strategy while building |
57
+ | Reality Checker | Gate each milestone before moving on |
58
+
59
+ Each agent has a Memory Integration section in their prompt (see [integrations/mcp-memory/README.md](../integrations/mcp-memory/README.md) for how to add it).
60
+
61
+ ## The Workflow
62
+
63
+ ### Week 1: Discovery + Architecture
64
+
65
+ **Step 1 — Activate Sprint Prioritizer**
66
+
67
+ ```
68
+ Activate Sprint Prioritizer.
69
+
70
+ Project: RetroBoard — a real-time team retrospective tool for remote teams.
71
+ Timeline: 4 weeks to MVP launch.
72
+ Core features: user auth, create retro boards, add cards, vote, action items.
73
+ Constraints: solo developer, React + Node.js stack, deploy to Vercel + Railway.
74
+
75
+ Break this into 4 weekly sprints with clear deliverables and acceptance criteria.
76
+ Remember your sprint plan tagged for this project when done.
77
+ ```
78
+
79
+ The Sprint Prioritizer produces the sprint plan and stores it in memory tagged with `sprint-prioritizer`, `retroboard`, and `sprint-plan`.
80
+
81
+ **Step 2 — Activate UX Researcher (in parallel)**
82
+
83
+ ```
84
+ Activate UX Researcher.
85
+
86
+ I'm building a team retrospective tool for remote teams (5-20 people).
87
+ Competitors: EasyRetro, Retrium, Parabol.
88
+
89
+ Run a quick competitive analysis and identify:
90
+ 1. What features are table stakes
91
+ 2. Where competitors fall short
92
+ 3. One differentiator we could own
93
+
94
+ Output a 1-page research brief. Remember it tagged for this project when done.
95
+ ```
96
+
97
+ The UX Researcher stores the research brief tagged with `ux-researcher`, `retroboard`, and `research-brief`.
98
+
99
+ **Step 3 — Hand off to Backend Architect**
100
+
101
+ ```
102
+ Activate Backend Architect.
103
+
104
+ Project: RetroBoard. Recall the sprint plan and research brief from previous agents.
105
+ Stack: Node.js, Express, PostgreSQL, Socket.io for real-time.
106
+
107
+ Design:
108
+ 1. Database schema (SQL)
109
+ 2. REST API endpoints list
110
+ 3. WebSocket events for real-time board updates
111
+ 4. Auth strategy recommendation
112
+
113
+ Remember each deliverable tagged for this project and for the frontend-developer.
114
+ ```
115
+
116
+ The Backend Architect recalls the sprint plan and research brief from memory automatically. No copy-paste. It stores its schema and API spec tagged with `backend-architect`, `retroboard`, `api-spec`, and `frontend-developer`.
117
+
118
+ ### Week 2: Build Core Features
119
+
120
+ **Step 4 — Activate Frontend Developer + Rapid Prototyper**
121
+
122
+ ```
123
+ Activate Frontend Developer.
124
+
125
+ Project: RetroBoard. Recall the API spec and schema from the Backend Architect.
126
+
127
+ Build the RetroBoard React app:
128
+ - Stack: React, TypeScript, Tailwind, Socket.io-client
129
+ - Pages: Login, Dashboard, Board view
130
+ - Components: RetroCard, VoteButton, ActionItem, BoardColumn
131
+
132
+ Start with the Board view — it's the core experience.
133
+ Focus on real-time: when one user adds a card, everyone sees it.
134
+ Remember your progress tagged for this project.
135
+ ```
136
+
137
+ The Frontend Developer pulls the API spec from memory and builds against it.
138
+
139
+ **Step 5 — Reality Check at midpoint**
140
+
141
+ ```
142
+ Activate Reality Checker.
143
+
144
+ Project: RetroBoard. We're at week 2 of a 4-week MVP build.
145
+
146
+ Recall all deliverables from previous agents for this project.
147
+
148
+ Evaluate:
149
+ 1. Can we realistically ship in 2 more weeks?
150
+ 2. What should we cut to make the deadline?
151
+ 3. Any technical debt that will bite us at launch?
152
+
153
+ Remember your verdict tagged for this project.
154
+ ```
155
+
156
+ The Reality Checker has full visibility into everything produced so far — the sprint plan, research brief, schema, API spec, and frontend progress — without you having to collect and paste it all.
157
+
158
+ ### Week 3: Polish + Landing Page
159
+
160
+ **Step 6 — Frontend Developer continues, Growth Hacker starts**
161
+
162
+ ```
163
+ Activate Growth Hacker.
164
+
165
+ Product: RetroBoard — team retrospective tool, launching in 1 week.
166
+ Target: Engineering managers and scrum masters at remote-first companies.
167
+ Budget: $0 (organic launch only).
168
+
169
+ Recall the project context and Reality Checker's verdict.
170
+
171
+ Create a launch plan:
172
+ 1. Landing page copy (hero, features, CTA)
173
+ 2. Launch channels (Product Hunt, Reddit, Hacker News, Twitter)
174
+ 3. Day-by-day launch sequence
175
+ 4. Metrics to track in week 1
176
+
177
+ Remember the launch plan tagged for this project.
178
+ ```
179
+
180
+ ### Week 4: Launch
181
+
182
+ **Step 7 — Final Reality Check**
183
+
184
+ ```
185
+ Activate Reality Checker.
186
+
187
+ Project: RetroBoard, ready to launch.
188
+
189
+ Recall all project context, previous verdicts, and the launch plan.
190
+
191
+ Evaluate production readiness:
192
+ - Live URL: [url]
193
+ - Test accounts created: yes
194
+ - Error monitoring: Sentry configured
195
+ - Database backups: daily automated
196
+
197
+ Run through the launch checklist and give a GO / NO-GO decision.
198
+ Require evidence for each criterion.
199
+ ```
200
+
201
+ ### When QA Fails: Rollback
202
+
203
+ In the standard workflow, when the Reality Checker rejects a deliverable, you go back to the responsible agent and try to explain what went wrong. With memory, the recovery loop is tighter:
204
+
205
+ ```
206
+ Activate Backend Architect.
207
+
208
+ Project: RetroBoard. The Reality Checker flagged issues with the API design.
209
+ Recall the Reality Checker's feedback and your previous API spec.
210
+ Roll back to your last known-good schema and address the specific issues raised.
211
+ Remember the updated deliverables when done.
212
+ ```
213
+
214
+ The Backend Architect can see exactly what the Reality Checker flagged, recall its own previous work, roll back to a checkpoint, and produce a fix — all without you manually tracking versions.
215
+
216
+ ## Before and After
217
+
218
+ | Aspect | Standard Workflow | With Memory |
219
+ |--------|------------------|-------------|
220
+ | **Handoffs** | Copy-paste full output between agents | Agents recall what they need automatically |
221
+ | **Context loss** | Session timeouts lose everything | Memories persist across sessions |
222
+ | **Multi-agent context** | Manually compile context from N agents | Agent searches memory for project tag |
223
+ | **QA failure recovery** | Manually describe what went wrong | Agent recalls feedback + rolls back |
224
+ | **Multi-day projects** | Re-establish context every session | Agent picks up where it left off |
225
+ | **Setup required** | None | Install an MCP memory server |
226
+
227
+ ## Key Patterns
228
+
229
+ 1. **Tag everything with the project name**: This is what makes recall work. Every memory gets tagged with `retroboard` (or whatever your project is).
230
+ 2. **Tag deliverables for the receiving agent**: When the Backend Architect finishes an API spec, it tags the memory with `frontend-developer` so the Frontend Developer finds it on recall.
231
+ 3. **Reality Checker gets full visibility**: Because all agents store their work in memory, the Reality Checker can recall everything for the project without you compiling it.
232
+ 4. **Rollback replaces manual undo**: When something fails, roll back to the last checkpoint instead of trying to figure out what changed.
233
+
234
+ ## Tips
235
+
236
+ - You don't need to modify every agent at once. Start by adding Memory Integration to the agents you use most and expand from there.
237
+ - The memory instructions are prompts, not code. The LLM interprets them and calls the MCP tools as needed. You can adjust the wording to match your style.
238
+ - Any MCP-compatible memory server that supports `remember`, `recall`, `rollback`, and `search` tools will work with this workflow.