ai-collab-open-system 0.1.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 (259) hide show
  1. package/.aict/START_HERE.md +127 -0
  2. package/.aict/WORKSPACE_MANIFEST.json +91 -0
  3. package/.aict/acceptance/EXAMPLE.synthetic.md +49 -0
  4. package/.aict/acceptance/FAILURE_MODES.md +40 -0
  5. package/.aict/acceptance/PROMPT.md +47 -0
  6. package/.aict/acceptance/README.md +44 -0
  7. package/.aict/acceptance/TEMPLATE.md +57 -0
  8. package/.aict/adapters/SHARED_CORE_CONTRACT.md +106 -0
  9. package/.aict/adapters/claude-code/ADAPTER.md +28 -0
  10. package/.aict/adapters/cline/ADAPTER.md +28 -0
  11. package/.aict/adapters/codex/ADAPTER.md +28 -0
  12. package/.aict/adapters/copilot/ADAPTER.md +28 -0
  13. package/.aict/adapters/cursor/ADAPTER.md +28 -0
  14. package/.aict/adapters/windsurf/ADAPTER.md +28 -0
  15. package/.aict/context/EXAMPLE.synthetic.md +53 -0
  16. package/.aict/context/FAILURE_MODES.md +40 -0
  17. package/.aict/context/PROMPT.md +47 -0
  18. package/.aict/context/README.md +44 -0
  19. package/.aict/context/TEMPLATE.md +63 -0
  20. package/.aict/cookbook/README.md +8 -0
  21. package/.aict/cookbook/bridge-to-a-second-family.md +103 -0
  22. package/.aict/cookbook/connect-a-tool.md +67 -0
  23. package/.aict/cookbook/review-a-half-product.md +79 -0
  24. package/.aict/cookbook/run-a-first-loop.md +81 -0
  25. package/.aict/examples/README.md +21 -0
  26. package/.aict/examples/ai-coding-long-task/CASE.md +161 -0
  27. package/.aict/examples/ai-coding-long-task/artifacts/acceptance-card.md +36 -0
  28. package/.aict/examples/ai-coding-long-task/artifacts/context-package.md +30 -0
  29. package/.aict/examples/ai-coding-long-task/artifacts/execution-prompt.md +30 -0
  30. package/.aict/examples/ai-coding-long-task/artifacts/first-ai-output.md +109 -0
  31. package/.aict/examples/ai-coding-long-task/artifacts/guard-review.md +40 -0
  32. package/.aict/examples/ai-coding-long-task/artifacts/handoff-note.md +28 -0
  33. package/.aict/examples/ai-coding-long-task/artifacts/harvest-seed.md +28 -0
  34. package/.aict/examples/ai-coding-long-task/artifacts/revised-output.md +62 -0
  35. package/.aict/examples/content-production-harvest/CASE.md +87 -0
  36. package/.aict/examples/content-production-harvest/artifacts/acceptance-card.md +28 -0
  37. package/.aict/examples/content-production-harvest/artifacts/context-package.md +28 -0
  38. package/.aict/examples/content-production-harvest/artifacts/execution-prompt.md +30 -0
  39. package/.aict/examples/content-production-harvest/artifacts/guard-review.md +28 -0
  40. package/.aict/examples/content-production-harvest/artifacts/handoff-note.md +28 -0
  41. package/.aict/examples/content-production-harvest/artifacts/harvest-seed.md +28 -0
  42. package/.aict/examples/multi-tool-collaboration/CASE.md +87 -0
  43. package/.aict/examples/multi-tool-collaboration/artifacts/acceptance-card.md +28 -0
  44. package/.aict/examples/multi-tool-collaboration/artifacts/context-package.md +28 -0
  45. package/.aict/examples/multi-tool-collaboration/artifacts/execution-prompt.md +30 -0
  46. package/.aict/examples/multi-tool-collaboration/artifacts/guard-review.md +28 -0
  47. package/.aict/examples/multi-tool-collaboration/artifacts/handoff-note.md +28 -0
  48. package/.aict/examples/multi-tool-collaboration/artifacts/harvest-seed.md +28 -0
  49. package/.aict/examples/personal-judgment-growth-assistant/CASE.md +87 -0
  50. package/.aict/examples/personal-judgment-growth-assistant/artifacts/acceptance-card.md +28 -0
  51. package/.aict/examples/personal-judgment-growth-assistant/artifacts/context-package.md +28 -0
  52. package/.aict/examples/personal-judgment-growth-assistant/artifacts/execution-prompt.md +30 -0
  53. package/.aict/examples/personal-judgment-growth-assistant/artifacts/guard-review.md +28 -0
  54. package/.aict/examples/personal-judgment-growth-assistant/artifacts/handoff-note.md +28 -0
  55. package/.aict/examples/personal-judgment-growth-assistant/artifacts/harvest-seed.md +28 -0
  56. package/.aict/examples/research-knowledge-synthesis/CASE.md +87 -0
  57. package/.aict/examples/research-knowledge-synthesis/artifacts/acceptance-card.md +28 -0
  58. package/.aict/examples/research-knowledge-synthesis/artifacts/context-package.md +28 -0
  59. package/.aict/examples/research-knowledge-synthesis/artifacts/execution-prompt.md +30 -0
  60. package/.aict/examples/research-knowledge-synthesis/artifacts/guard-review.md +28 -0
  61. package/.aict/examples/research-knowledge-synthesis/artifacts/handoff-note.md +28 -0
  62. package/.aict/examples/research-knowledge-synthesis/artifacts/harvest-seed.md +28 -0
  63. package/.aict/guard/EXAMPLE.synthetic.md +51 -0
  64. package/.aict/guard/FAILURE_MODES.md +40 -0
  65. package/.aict/guard/PROMPT.md +47 -0
  66. package/.aict/guard/README.md +44 -0
  67. package/.aict/guard/TEMPLATE.md +60 -0
  68. package/.aict/handoff/EXAMPLE.synthetic.md +51 -0
  69. package/.aict/handoff/FAILURE_MODES.md +40 -0
  70. package/.aict/handoff/PROMPT.md +47 -0
  71. package/.aict/handoff/README.md +44 -0
  72. package/.aict/handoff/TEMPLATE.md +60 -0
  73. package/.aict/harvest/EXAMPLE.synthetic.md +51 -0
  74. package/.aict/harvest/FAILURE_MODES.md +40 -0
  75. package/.aict/harvest/PROMPT.md +47 -0
  76. package/.aict/harvest/README.md +44 -0
  77. package/.aict/harvest/TEMPLATE.md +60 -0
  78. package/.aict/mechanisms/README.md +34 -0
  79. package/.aict/mechanisms/anti-drift-partner/EXAMPLE.synthetic.md +46 -0
  80. package/.aict/mechanisms/anti-drift-partner/FAILURE_MODES.md +25 -0
  81. package/.aict/mechanisms/anti-drift-partner/PROMPT.md +75 -0
  82. package/.aict/mechanisms/anti-drift-partner/README.md +82 -0
  83. package/.aict/mechanisms/anti-drift-partner/TEMPLATE.md +74 -0
  84. package/.aict/mechanisms/blind-spot-scan/EXAMPLE.synthetic.md +39 -0
  85. package/.aict/mechanisms/blind-spot-scan/FAILURE_MODES.md +25 -0
  86. package/.aict/mechanisms/blind-spot-scan/PROMPT.md +72 -0
  87. package/.aict/mechanisms/blind-spot-scan/README.md +79 -0
  88. package/.aict/mechanisms/blind-spot-scan/TEMPLATE.md +70 -0
  89. package/.aict/mechanisms/collaboration-coach/EXAMPLE.synthetic.md +40 -0
  90. package/.aict/mechanisms/collaboration-coach/FAILURE_MODES.md +25 -0
  91. package/.aict/mechanisms/collaboration-coach/PROMPT.md +72 -0
  92. package/.aict/mechanisms/collaboration-coach/README.md +79 -0
  93. package/.aict/mechanisms/collaboration-coach/TEMPLATE.md +61 -0
  94. package/.aict/mechanisms/do-not-handle-yet/EXAMPLE.synthetic.md +15 -0
  95. package/.aict/mechanisms/do-not-handle-yet/FAILURE_MODES.md +16 -0
  96. package/.aict/mechanisms/do-not-handle-yet/PROMPT.md +41 -0
  97. package/.aict/mechanisms/do-not-handle-yet/README.md +30 -0
  98. package/.aict/mechanisms/do-not-handle-yet/TEMPLATE.md +38 -0
  99. package/.aict/mechanisms/dual-guard/EXAMPLE.synthetic.md +54 -0
  100. package/.aict/mechanisms/dual-guard/FAILURE_MODES.md +25 -0
  101. package/.aict/mechanisms/dual-guard/PROMPT.md +76 -0
  102. package/.aict/mechanisms/dual-guard/README.md +81 -0
  103. package/.aict/mechanisms/dual-guard/TEMPLATE.md +73 -0
  104. package/.aict/mechanisms/feedback-absorption-ledger/EXAMPLE.synthetic.md +49 -0
  105. package/.aict/mechanisms/feedback-absorption-ledger/FAILURE_MODES.md +25 -0
  106. package/.aict/mechanisms/feedback-absorption-ledger/PROMPT.md +74 -0
  107. package/.aict/mechanisms/feedback-absorption-ledger/README.md +81 -0
  108. package/.aict/mechanisms/feedback-absorption-ledger/TEMPLATE.md +69 -0
  109. package/.aict/mechanisms/half-product-review/EXAMPLE.synthetic.md +15 -0
  110. package/.aict/mechanisms/half-product-review/FAILURE_MODES.md +16 -0
  111. package/.aict/mechanisms/half-product-review/PROMPT.md +41 -0
  112. package/.aict/mechanisms/half-product-review/README.md +30 -0
  113. package/.aict/mechanisms/half-product-review/TEMPLATE.md +38 -0
  114. package/.aict/mechanisms/handoff-abc/EXAMPLE.synthetic.md +47 -0
  115. package/.aict/mechanisms/handoff-abc/FAILURE_MODES.md +25 -0
  116. package/.aict/mechanisms/handoff-abc/PROMPT.md +75 -0
  117. package/.aict/mechanisms/handoff-abc/README.md +82 -0
  118. package/.aict/mechanisms/handoff-abc/TEMPLATE.md +60 -0
  119. package/.aict/mechanisms/harvest-and-erc/EXAMPLE.synthetic.md +43 -0
  120. package/.aict/mechanisms/harvest-and-erc/FAILURE_MODES.md +25 -0
  121. package/.aict/mechanisms/harvest-and-erc/PROMPT.md +74 -0
  122. package/.aict/mechanisms/harvest-and-erc/README.md +81 -0
  123. package/.aict/mechanisms/harvest-and-erc/TEMPLATE.md +60 -0
  124. package/.aict/mechanisms/honest-calibration/EXAMPLE.synthetic.md +43 -0
  125. package/.aict/mechanisms/honest-calibration/FAILURE_MODES.md +25 -0
  126. package/.aict/mechanisms/honest-calibration/PROMPT.md +74 -0
  127. package/.aict/mechanisms/honest-calibration/README.md +81 -0
  128. package/.aict/mechanisms/honest-calibration/TEMPLATE.md +66 -0
  129. package/.aict/mechanisms/one-click-dispatch/EXAMPLE.synthetic.md +15 -0
  130. package/.aict/mechanisms/one-click-dispatch/FAILURE_MODES.md +16 -0
  131. package/.aict/mechanisms/one-click-dispatch/PROMPT.md +41 -0
  132. package/.aict/mechanisms/one-click-dispatch/README.md +30 -0
  133. package/.aict/mechanisms/one-click-dispatch/TEMPLATE.md +38 -0
  134. package/.aict/mechanisms/plain-language-first-screen/EXAMPLE.synthetic.md +15 -0
  135. package/.aict/mechanisms/plain-language-first-screen/FAILURE_MODES.md +16 -0
  136. package/.aict/mechanisms/plain-language-first-screen/PROMPT.md +41 -0
  137. package/.aict/mechanisms/plain-language-first-screen/README.md +30 -0
  138. package/.aict/mechanisms/plain-language-first-screen/TEMPLATE.md +38 -0
  139. package/.aict/mechanisms/root-cause-brake/EXAMPLE.synthetic.md +55 -0
  140. package/.aict/mechanisms/root-cause-brake/FAILURE_MODES.md +25 -0
  141. package/.aict/mechanisms/root-cause-brake/PROMPT.md +73 -0
  142. package/.aict/mechanisms/root-cause-brake/README.md +79 -0
  143. package/.aict/mechanisms/root-cause-brake/TEMPLATE.md +74 -0
  144. package/.aict/mechanisms/scout-review-controller/EXAMPLE.synthetic.md +15 -0
  145. package/.aict/mechanisms/scout-review-controller/FAILURE_MODES.md +16 -0
  146. package/.aict/mechanisms/scout-review-controller/PROMPT.md +41 -0
  147. package/.aict/mechanisms/scout-review-controller/README.md +30 -0
  148. package/.aict/mechanisms/scout-review-controller/TEMPLATE.md +38 -0
  149. package/.aict/mechanisms/single-tool-guard/EXAMPLE.synthetic.md +54 -0
  150. package/.aict/mechanisms/single-tool-guard/FAILURE_MODES.md +25 -0
  151. package/.aict/mechanisms/single-tool-guard/PROMPT.md +76 -0
  152. package/.aict/mechanisms/single-tool-guard/README.md +83 -0
  153. package/.aict/mechanisms/single-tool-guard/TEMPLATE.md +75 -0
  154. package/.aict/mechanisms/task-splitting/EXAMPLE.synthetic.md +53 -0
  155. package/.aict/mechanisms/task-splitting/FAILURE_MODES.md +25 -0
  156. package/.aict/mechanisms/task-splitting/PROMPT.md +72 -0
  157. package/.aict/mechanisms/task-splitting/README.md +79 -0
  158. package/.aict/mechanisms/task-splitting/TEMPLATE.md +76 -0
  159. package/.aict/modes/README.md +11 -0
  160. package/.aict/modes/execute.md +31 -0
  161. package/.aict/modes/handoff.md +29 -0
  162. package/.aict/modes/harvest.md +30 -0
  163. package/.aict/modes/review.md +28 -0
  164. package/.aict/modes/shape.md +34 -0
  165. package/.aict/privacy/COMMERCIAL_BOUNDARY.md +34 -0
  166. package/.aict/privacy/PRIVACY.md +36 -0
  167. package/.aict/privacy/REDACTION_CHECKLIST.md +12 -0
  168. package/.aict/profile/CANDIDATES.md +44 -0
  169. package/.aict/profile/EXAMPLE.synthetic.md +49 -0
  170. package/.aict/profile/FAILURE_MODES.md +40 -0
  171. package/.aict/profile/PROMPT.md +47 -0
  172. package/.aict/profile/README.md +44 -0
  173. package/.aict/profile/TEMPLATE.md +57 -0
  174. package/.aict/prompts/acceptance-definition.md +109 -0
  175. package/.aict/prompts/guard-review.md +116 -0
  176. package/.aict/prompts/handoff-generation.md +110 -0
  177. package/.aict/prompts/harvest-extraction.md +110 -0
  178. package/.aict/prompts/mode-switching.md +66 -0
  179. package/.aict/prompts/profile-creation.md +66 -0
  180. package/.aict/prompts/profile-refinement.md +66 -0
  181. package/.aict/prompts/project-context-packaging.md +113 -0
  182. package/.aict/prompts/red-team-challenge.md +106 -0
  183. package/.aict/prompts/rule-update-proposal.md +114 -0
  184. package/.aict/prompts/workflow-reset.md +109 -0
  185. package/.aict/roles/README.md +18 -0
  186. package/.aict/roles/executor.md +34 -0
  187. package/.aict/roles/harvester.md +33 -0
  188. package/.aict/roles/owner-controller.md +38 -0
  189. package/.aict/roles/scout.md +33 -0
  190. package/.aict/roles/supervisor.md +34 -0
  191. package/.aict/roles/system-guardian.md +34 -0
  192. package/.aict/skills/acceptance/SKILL.md +43 -0
  193. package/.aict/skills/context/SKILL.md +44 -0
  194. package/.aict/skills/evidence-pack/SKILL.md +42 -0
  195. package/.aict/skills/guard/SKILL.md +46 -0
  196. package/.aict/skills/handoff/SKILL.md +44 -0
  197. package/.aict/skills/harvest/SKILL.md +44 -0
  198. package/.aict/skills/mode-switch/SKILL.md +42 -0
  199. package/.aict/skills/profile/SKILL.md +42 -0
  200. package/.aict/skills/red-team/SKILL.md +42 -0
  201. package/.aict/skills/single-tool-guard/SKILL.md +42 -0
  202. package/.aict/state/CURRENT_STATE.md +13 -0
  203. package/.aict/state/DECISIONS.md +7 -0
  204. package/.aict/state/TASK_LOG.md +7 -0
  205. package/.aict/state/evidence.jsonl +2 -0
  206. package/.aict/state/learning-ledger.jsonl +1 -0
  207. package/.aict/state/receipts.jsonl +1 -0
  208. package/.aict/state/runs.jsonl +1 -0
  209. package/.aict/state/tasks.jsonl +1 -0
  210. package/.aict/walkthroughs/10-minute-your-task.md +107 -0
  211. package/.aict/walkthroughs/10-minute.md +43 -0
  212. package/.aict/walkthroughs/30-minute.md +22 -0
  213. package/.aict/walkthroughs/60-minute.md +27 -0
  214. package/.aict/walkthroughs/synthetic-loop-transcript.md +43 -0
  215. package/CHANGELOG.md +23 -0
  216. package/CODE_OF_CONDUCT.md +20 -0
  217. package/CONTRIBUTING.md +30 -0
  218. package/KNOWN_LIMITATIONS.md +54 -0
  219. package/LICENSE +199 -0
  220. package/PRODUCT_CONTRACT.md +446 -0
  221. package/README.md +245 -0
  222. package/RELEASE_CHECKLIST.md +78 -0
  223. package/SECURITY.md +56 -0
  224. package/START_HERE.md +89 -0
  225. package/bin/ai-collab.js +2 -0
  226. package/docs/DOGFOOD.md +85 -0
  227. package/docs/FEEDBACK.md +61 -0
  228. package/docs/FIRST_EXPERIENCE_SPEC.md +32 -0
  229. package/docs/FREE_VS_PAID.md +53 -0
  230. package/docs/PUBLIC_BOUNDARY.md +36 -0
  231. package/docs/PUBLIC_MAPPING.md +178 -0
  232. package/docs/RELEASE_PRIORITY.md +23 -0
  233. package/docs/WHY_THIS_EXISTS.md +36 -0
  234. package/docs/open-system/00-start-here.md +60 -0
  235. package/docs/open-system/01-ai-collaboration-os.md +33 -0
  236. package/docs/open-system/02-six-layer-architecture.md +45 -0
  237. package/docs/open-system/03-role-system.md +33 -0
  238. package/docs/open-system/04-core-mechanisms.md +34 -0
  239. package/docs/open-system/05-failure-patterns.md +31 -0
  240. package/docs/open-system/06-how-to-adapt-to-your-workflow.md +31 -0
  241. package/package.json +69 -0
  242. package/privacy-manifest.json +78 -0
  243. package/privacy-scan.local.json.example +18 -0
  244. package/scripts/lib/forbidden-in-pack.js +55 -0
  245. package/scripts/pack-check.js +154 -0
  246. package/scripts/privacy-scan.js +487 -0
  247. package/scripts/validate-contract.js +160 -0
  248. package/src/adapters.js +590 -0
  249. package/src/bootstrap.js +1184 -0
  250. package/src/catalog.js +2723 -0
  251. package/src/cli.js +2899 -0
  252. package/src/dialogue.js +470 -0
  253. package/src/i18n.js +1034 -0
  254. package/src/ledger.js +2011 -0
  255. package/src/render.js +1381 -0
  256. package/src/sendmodel.js +452 -0
  257. package/src/validate.js +1307 -0
  258. package/src/workspace.js +1679 -0
  259. package/tests/contract.test.js +8514 -0
@@ -0,0 +1,87 @@
1
+ # Content production and harvest
2
+
3
+ This is a fully synthetic case. It does not contain private customer material, real raw conversations, local paths, or private operational routes.
4
+
5
+ ## Confusing raw input
6
+
7
+ A creator has notes for a launch essay, a short post, and a newsletter, but every AI draft sounds generic and the useful lines are lost after revisions.
8
+
9
+ ## Likely single-agent failure
10
+
11
+ A likely single-agent answer would produce a fluent artifact from the messy request, but it would not preserve explicit context, acceptance, guard review, handoff state, and harvest learning.
12
+
13
+ ## AI Collaboration OS process
14
+
15
+ 1. Context package: Profile: wants concrete language, low hype, and examples before claims. Context: synthetic launch of a local recipe planner for busy families.
16
+ 2. Acceptance card: Done means one essay outline, one short post, one reused line bank, and a review note identifying generic claims to remove.
17
+ 3. Execution prompt: Draft from the context package. Keep claims tied to the synthetic case. Produce a line bank separately from the essay.
18
+ 4. Guard review: Guard rejects two abstract claims and asks for one concrete household planning scene before approving.
19
+ 5. Handoff note: Draft approved after replacing abstract claims. Pending: choose which harvested lines become future reusable prompts.
20
+ 6. Harvest seed: Reusable lines: 'Do not make the assistant sound smarter than the user's evidence' and 'One vivid case before one broad claim.'
21
+
22
+ ## Context package
23
+
24
+ Profile: wants concrete language, low hype, and examples before claims. Context: synthetic launch of a local recipe planner for busy families.
25
+
26
+ ## Acceptance card
27
+
28
+ Done means one essay outline, one short post, one reused line bank, and a review note identifying generic claims to remove.
29
+
30
+ ## Guard review
31
+
32
+ Guard rejects two abstract claims and asks for one concrete household planning scene before approving.
33
+
34
+ ## Handoff note
35
+
36
+ Draft approved after replacing abstract claims. Pending: choose which harvested lines become future reusable prompts.
37
+
38
+ ## Harvest seed
39
+
40
+ Reusable lines: 'Do not make the assistant sound smarter than the user's evidence' and 'One vivid case before one broad claim.'
41
+
42
+ ## Before/after comparison
43
+
44
+ A raw chat would produce a polished draft and lose the reusable voice rules. The workspace extracts future writing guidance.
45
+
46
+ ## Messy starting point
47
+
48
+ A creator has notes for a launch essay, a short post, and a newsletter, but every AI draft sounds generic and the useful lines are lost after revisions.
49
+
50
+ ## Workspace setup
51
+
52
+ Use profile for voice constraints, context for audience and source notes, acceptance for what a usable draft must do, guard for anti-generic review, and harvest for reusable lines.
53
+
54
+ ## Profile/context
55
+
56
+ Profile: wants concrete language, low hype, and examples before claims. Context: synthetic launch of a local recipe planner for busy families.
57
+
58
+ ## Acceptance
59
+
60
+ Done means one essay outline, one short post, one reused line bank, and a review note identifying generic claims to remove.
61
+
62
+ ## Execution prompt
63
+
64
+ ```text
65
+ Draft from the context package. Keep claims tied to the synthetic case. Produce a line bank separately from the essay.
66
+ ```
67
+
68
+ ## Handoff
69
+
70
+ Draft approved after replacing abstract claims. Pending: choose which harvested lines become future reusable prompts.
71
+
72
+ ## Harvest
73
+
74
+ Reusable lines: 'Do not make the assistant sound smarter than the user's evidence' and 'One vivid case before one broad claim.'
75
+
76
+ ## What changes compared with a single raw AI chat
77
+
78
+ A raw chat would produce a polished draft and lose the reusable voice rules. The workspace extracts future writing guidance.
79
+
80
+ ## Artifacts
81
+
82
+ - `artifacts/context-package.md`
83
+ - `artifacts/acceptance-card.md`
84
+ - `artifacts/execution-prompt.md`
85
+ - `artifacts/guard-review.md`
86
+ - `artifacts/handoff-note.md`
87
+ - `artifacts/harvest-seed.md`
@@ -0,0 +1,28 @@
1
+ # Acceptance card - Content production and harvest
2
+
3
+ ## Source case
4
+
5
+ - Case id: `content-production-harvest`
6
+ - Case title: Content production and harvest
7
+ - Privacy status: fully synthetic
8
+ - Private material: none
9
+
10
+ ## How to use
11
+
12
+ Paste this before implementation, drafting, research, or judgment work. Ask the assistant to treat these criteria as the pass/fail surface.
13
+
14
+ ## Synthetic content
15
+
16
+ Done means one essay outline, one short post, one reused line bank, and a review note identifying generic claims to remove.
17
+
18
+ ## Review note
19
+
20
+ Reject work that claims completion without evidence tied to this card.
21
+
22
+ ## Next step
23
+
24
+ Use this card with the execution prompt and later guard review.
25
+
26
+ ## Why this exists
27
+
28
+ This artifact makes the case runnable and reviewable. A raw chat can produce a smooth answer, but this file preserves the specific state needed for profile, context, acceptance, guard, handoff, and harvest work.
@@ -0,0 +1,28 @@
1
+ # Context package - Content production and harvest
2
+
3
+ ## Source case
4
+
5
+ - Case id: `content-production-harvest`
6
+ - Case title: Content production and harvest
7
+ - Privacy status: fully synthetic
8
+ - Private material: none
9
+
10
+ ## How to use
11
+
12
+ Paste this before asking an AI tool to continue the task. It gives the assistant the working style, scope, constraints, and known evidence.
13
+
14
+ ## Synthetic content
15
+
16
+ Profile: wants concrete language, low hype, and examples before claims. Context: synthetic launch of a local recipe planner for busy families.
17
+
18
+ ## Review note
19
+
20
+ Check that facts and assumptions are separated before execution starts.
21
+
22
+ ## Next step
23
+
24
+ Use this context to write or verify the acceptance card.
25
+
26
+ ## Why this exists
27
+
28
+ This artifact makes the case runnable and reviewable. A raw chat can produce a smooth answer, but this file preserves the specific state needed for profile, context, acceptance, guard, handoff, and harvest work.
@@ -0,0 +1,30 @@
1
+ # Execution prompt - Content production and harvest
2
+
3
+ ## Source case
4
+
5
+ - Case id: `content-production-harvest`
6
+ - Case title: Content production and harvest
7
+ - Privacy status: fully synthetic
8
+ - Private material: none
9
+
10
+ ## How to use
11
+
12
+ Paste this into the selected AI tool after the context package and acceptance card.
13
+
14
+ ## Synthetic content
15
+
16
+ ```text
17
+ Draft from the context package. Keep claims tied to the synthetic case. Produce a line bank separately from the essay.
18
+ ```
19
+
20
+ ## Review note
21
+
22
+ Confirm the prompt does not expand scope beyond acceptance.
23
+
24
+ ## Next step
25
+
26
+ Run guard review on the first artifact produced from this prompt.
27
+
28
+ ## Why this exists
29
+
30
+ This artifact makes the case runnable and reviewable. A raw chat can produce a smooth answer, but this file preserves the specific state needed for profile, context, acceptance, guard, handoff, and harvest work.
@@ -0,0 +1,28 @@
1
+ # Guard review - Content production and harvest
2
+
3
+ ## Source case
4
+
5
+ - Case id: `content-production-harvest`
6
+ - Case title: Content production and harvest
7
+ - Privacy status: fully synthetic
8
+ - Private material: none
9
+
10
+ ## How to use
11
+
12
+ Use this as the review stance after the first artifact exists. It challenges evidence, privacy, scope, and acceptance alignment.
13
+
14
+ ## Synthetic content
15
+
16
+ Guard rejects two abstract claims and asks for one concrete household planning scene before approving.
17
+
18
+ ## Review note
19
+
20
+ A review is not a pass unless it names evidence and residual risk.
21
+
22
+ ## Next step
23
+
24
+ Fix any blocking finding, then write a handoff note.
25
+
26
+ ## Why this exists
27
+
28
+ This artifact makes the case runnable and reviewable. A raw chat can produce a smooth answer, but this file preserves the specific state needed for profile, context, acceptance, guard, handoff, and harvest work.
@@ -0,0 +1,28 @@
1
+ # Handoff note - Content production and harvest
2
+
3
+ ## Source case
4
+
5
+ - Case id: `content-production-harvest`
6
+ - Case title: Content production and harvest
7
+ - Privacy status: fully synthetic
8
+ - Private material: none
9
+
10
+ ## How to use
11
+
12
+ Paste this into the next session or tool so work resumes from current state instead of restarting.
13
+
14
+ ## Synthetic content
15
+
16
+ Draft approved after replacing abstract claims. Pending: choose which harvested lines become future reusable prompts.
17
+
18
+ ## Review note
19
+
20
+ Check that completed, pending, blocked, and next action are distinguishable.
21
+
22
+ ## Next step
23
+
24
+ Use the handoff note as input to harvest.
25
+
26
+ ## Why this exists
27
+
28
+ This artifact makes the case runnable and reviewable. A raw chat can produce a smooth answer, but this file preserves the specific state needed for profile, context, acceptance, guard, handoff, and harvest work.
@@ -0,0 +1,28 @@
1
+ # Harvest seed - Content production and harvest
2
+
3
+ ## Source case
4
+
5
+ - Case id: `content-production-harvest`
6
+ - Case title: Content production and harvest
7
+ - Privacy status: fully synthetic
8
+ - Private material: none
9
+
10
+ ## How to use
11
+
12
+ Save this after the loop to preserve reusable knowledge without copying private raw material.
13
+
14
+ ## Synthetic content
15
+
16
+ Reusable lines: 'Do not make the assistant sound smarter than the user's evidence' and 'One vivid case before one broad claim.'
17
+
18
+ ## Review note
19
+
20
+ Do not generalize from the synthetic case unless the pattern appears in future work.
21
+
22
+ ## Next step
23
+
24
+ Move reusable prompts or rules into the appropriate workspace file.
25
+
26
+ ## Why this exists
27
+
28
+ This artifact makes the case runnable and reviewable. A raw chat can produce a smooth answer, but this file preserves the specific state needed for profile, context, acceptance, guard, handoff, and harvest work.
@@ -0,0 +1,87 @@
1
+ # Multi-tool collaboration
2
+
3
+ This is a fully synthetic case. It does not contain private customer material, real raw conversations, local paths, or private operational routes.
4
+
5
+ ## Confusing raw input
6
+
7
+ A user starts planning in one assistant, implements in another, and reviews in a third. Each tool uses a different memory of the task.
8
+
9
+ ## Likely single-agent failure
10
+
11
+ A likely single-agent answer would produce a fluent artifact from the messy request, but it would not preserve explicit context, acceptance, guard review, handoff state, and harvest learning.
12
+
13
+ ## AI Collaboration OS process
14
+
15
+ 1. Context package: Profile: wants one controller view and concise cross-tool handoffs. Context: synthetic static-site cleanup spread across Codex, Claude Code, and Cursor.
16
+ 2. Acceptance card: Done means each tool reads the same core contract, uses the same acceptance card, and leaves a handoff note with changed artifacts.
17
+ 3. Execution prompt: Tool A packages context, Tool B edits the synthetic site copy, Tool C reviews against acceptance. All tools must cite the same shared contract.
18
+ 4. Guard review: Guard catches that Cursor-specific instructions duplicated rules instead of pointing to the shared contract.
19
+ 5. Handoff note: Fix adapter drift by replacing duplicated rules with a pointer to SHARED_CORE_CONTRACT.md.
20
+ 6. Harvest seed: Reusable pattern: adapters must be thin pointers, not six separate rule systems.
21
+
22
+ ## Context package
23
+
24
+ Profile: wants one controller view and concise cross-tool handoffs. Context: synthetic static-site cleanup spread across Codex, Claude Code, and Cursor.
25
+
26
+ ## Acceptance card
27
+
28
+ Done means each tool reads the same core contract, uses the same acceptance card, and leaves a handoff note with changed artifacts.
29
+
30
+ ## Guard review
31
+
32
+ Guard catches that Cursor-specific instructions duplicated rules instead of pointing to the shared contract.
33
+
34
+ ## Handoff note
35
+
36
+ Fix adapter drift by replacing duplicated rules with a pointer to SHARED_CORE_CONTRACT.md.
37
+
38
+ ## Harvest seed
39
+
40
+ Reusable pattern: adapters must be thin pointers, not six separate rule systems.
41
+
42
+ ## Before/after comparison
43
+
44
+ A raw multi-tool workflow creates rule drift. The workspace keeps a shared contract and thin adapters.
45
+
46
+ ## Messy starting point
47
+
48
+ A user starts planning in one assistant, implements in another, and reviews in a third. Each tool uses a different memory of the task.
49
+
50
+ ## Workspace setup
51
+
52
+ Use the adapter files to point each tool to the same shared core contract and the same context, acceptance, guard, handoff, and harvest files.
53
+
54
+ ## Profile/context
55
+
56
+ Profile: wants one controller view and concise cross-tool handoffs. Context: synthetic static-site cleanup spread across Codex, Claude Code, and Cursor.
57
+
58
+ ## Acceptance
59
+
60
+ Done means each tool reads the same core contract, uses the same acceptance card, and leaves a handoff note with changed artifacts.
61
+
62
+ ## Execution prompt
63
+
64
+ ```text
65
+ Tool A packages context, Tool B edits the synthetic site copy, Tool C reviews against acceptance. All tools must cite the same shared contract.
66
+ ```
67
+
68
+ ## Handoff
69
+
70
+ Fix adapter drift by replacing duplicated rules with a pointer to SHARED_CORE_CONTRACT.md.
71
+
72
+ ## Harvest
73
+
74
+ Reusable pattern: adapters must be thin pointers, not six separate rule systems.
75
+
76
+ ## What changes compared with a single raw AI chat
77
+
78
+ A raw multi-tool workflow creates rule drift. The workspace keeps a shared contract and thin adapters.
79
+
80
+ ## Artifacts
81
+
82
+ - `artifacts/context-package.md`
83
+ - `artifacts/acceptance-card.md`
84
+ - `artifacts/execution-prompt.md`
85
+ - `artifacts/guard-review.md`
86
+ - `artifacts/handoff-note.md`
87
+ - `artifacts/harvest-seed.md`
@@ -0,0 +1,28 @@
1
+ # Acceptance card - Multi-tool collaboration
2
+
3
+ ## Source case
4
+
5
+ - Case id: `multi-tool-collaboration`
6
+ - Case title: Multi-tool collaboration
7
+ - Privacy status: fully synthetic
8
+ - Private material: none
9
+
10
+ ## How to use
11
+
12
+ Paste this before implementation, drafting, research, or judgment work. Ask the assistant to treat these criteria as the pass/fail surface.
13
+
14
+ ## Synthetic content
15
+
16
+ Done means each tool reads the same core contract, uses the same acceptance card, and leaves a handoff note with changed artifacts.
17
+
18
+ ## Review note
19
+
20
+ Reject work that claims completion without evidence tied to this card.
21
+
22
+ ## Next step
23
+
24
+ Use this card with the execution prompt and later guard review.
25
+
26
+ ## Why this exists
27
+
28
+ This artifact makes the case runnable and reviewable. A raw chat can produce a smooth answer, but this file preserves the specific state needed for profile, context, acceptance, guard, handoff, and harvest work.
@@ -0,0 +1,28 @@
1
+ # Context package - Multi-tool collaboration
2
+
3
+ ## Source case
4
+
5
+ - Case id: `multi-tool-collaboration`
6
+ - Case title: Multi-tool collaboration
7
+ - Privacy status: fully synthetic
8
+ - Private material: none
9
+
10
+ ## How to use
11
+
12
+ Paste this before asking an AI tool to continue the task. It gives the assistant the working style, scope, constraints, and known evidence.
13
+
14
+ ## Synthetic content
15
+
16
+ Profile: wants one controller view and concise cross-tool handoffs. Context: synthetic static-site cleanup spread across Codex, Claude Code, and Cursor.
17
+
18
+ ## Review note
19
+
20
+ Check that facts and assumptions are separated before execution starts.
21
+
22
+ ## Next step
23
+
24
+ Use this context to write or verify the acceptance card.
25
+
26
+ ## Why this exists
27
+
28
+ This artifact makes the case runnable and reviewable. A raw chat can produce a smooth answer, but this file preserves the specific state needed for profile, context, acceptance, guard, handoff, and harvest work.
@@ -0,0 +1,30 @@
1
+ # Execution prompt - Multi-tool collaboration
2
+
3
+ ## Source case
4
+
5
+ - Case id: `multi-tool-collaboration`
6
+ - Case title: Multi-tool collaboration
7
+ - Privacy status: fully synthetic
8
+ - Private material: none
9
+
10
+ ## How to use
11
+
12
+ Paste this into the selected AI tool after the context package and acceptance card.
13
+
14
+ ## Synthetic content
15
+
16
+ ```text
17
+ Tool A packages context, Tool B edits the synthetic site copy, Tool C reviews against acceptance. All tools must cite the same shared contract.
18
+ ```
19
+
20
+ ## Review note
21
+
22
+ Confirm the prompt does not expand scope beyond acceptance.
23
+
24
+ ## Next step
25
+
26
+ Run guard review on the first artifact produced from this prompt.
27
+
28
+ ## Why this exists
29
+
30
+ This artifact makes the case runnable and reviewable. A raw chat can produce a smooth answer, but this file preserves the specific state needed for profile, context, acceptance, guard, handoff, and harvest work.
@@ -0,0 +1,28 @@
1
+ # Guard review - Multi-tool collaboration
2
+
3
+ ## Source case
4
+
5
+ - Case id: `multi-tool-collaboration`
6
+ - Case title: Multi-tool collaboration
7
+ - Privacy status: fully synthetic
8
+ - Private material: none
9
+
10
+ ## How to use
11
+
12
+ Use this as the review stance after the first artifact exists. It challenges evidence, privacy, scope, and acceptance alignment.
13
+
14
+ ## Synthetic content
15
+
16
+ Guard catches that Cursor-specific instructions duplicated rules instead of pointing to the shared contract.
17
+
18
+ ## Review note
19
+
20
+ A review is not a pass unless it names evidence and residual risk.
21
+
22
+ ## Next step
23
+
24
+ Fix any blocking finding, then write a handoff note.
25
+
26
+ ## Why this exists
27
+
28
+ This artifact makes the case runnable and reviewable. A raw chat can produce a smooth answer, but this file preserves the specific state needed for profile, context, acceptance, guard, handoff, and harvest work.
@@ -0,0 +1,28 @@
1
+ # Handoff note - Multi-tool collaboration
2
+
3
+ ## Source case
4
+
5
+ - Case id: `multi-tool-collaboration`
6
+ - Case title: Multi-tool collaboration
7
+ - Privacy status: fully synthetic
8
+ - Private material: none
9
+
10
+ ## How to use
11
+
12
+ Paste this into the next session or tool so work resumes from current state instead of restarting.
13
+
14
+ ## Synthetic content
15
+
16
+ Fix adapter drift by replacing duplicated rules with a pointer to SHARED_CORE_CONTRACT.md.
17
+
18
+ ## Review note
19
+
20
+ Check that completed, pending, blocked, and next action are distinguishable.
21
+
22
+ ## Next step
23
+
24
+ Use the handoff note as input to harvest.
25
+
26
+ ## Why this exists
27
+
28
+ This artifact makes the case runnable and reviewable. A raw chat can produce a smooth answer, but this file preserves the specific state needed for profile, context, acceptance, guard, handoff, and harvest work.
@@ -0,0 +1,28 @@
1
+ # Harvest seed - Multi-tool collaboration
2
+
3
+ ## Source case
4
+
5
+ - Case id: `multi-tool-collaboration`
6
+ - Case title: Multi-tool collaboration
7
+ - Privacy status: fully synthetic
8
+ - Private material: none
9
+
10
+ ## How to use
11
+
12
+ Save this after the loop to preserve reusable knowledge without copying private raw material.
13
+
14
+ ## Synthetic content
15
+
16
+ Reusable pattern: adapters must be thin pointers, not six separate rule systems.
17
+
18
+ ## Review note
19
+
20
+ Do not generalize from the synthetic case unless the pattern appears in future work.
21
+
22
+ ## Next step
23
+
24
+ Move reusable prompts or rules into the appropriate workspace file.
25
+
26
+ ## Why this exists
27
+
28
+ This artifact makes the case runnable and reviewable. A raw chat can produce a smooth answer, but this file preserves the specific state needed for profile, context, acceptance, guard, handoff, and harvest work.
@@ -0,0 +1,87 @@
1
+ # Personal judgment / growth assistant
2
+
3
+ This is a fully synthetic case. It does not contain private customer material, real raw conversations, local paths, or private operational routes.
4
+
5
+ ## Confusing raw input
6
+
7
+ A person asks AI to help reflect on a difficult career choice, but the assistant overreaches, sounds certain, and treats a private decision as optimization.
8
+
9
+ ## Likely single-agent failure
10
+
11
+ A likely single-agent answer would produce a fluent artifact from the messy request, but it would not preserve explicit context, acceptance, guard review, handoff state, and harvest learning.
12
+
13
+ ## AI Collaboration OS process
14
+
15
+ 1. Context package: Profile: wants questions that clarify values, not commands. Context: synthetic choice between a stable internal role and a risky independent project.
16
+ 2. Acceptance card: Done means the assistant lists options, tradeoffs, unknowns, and decision questions without claiming to know what the user should do.
17
+ 3. Execution prompt: Help structure the decision. Do not decide for the user. Separate values, constraints, fears, evidence, and next reversible step.
18
+ 4. Guard review: Guard rejects one sentence that says the user should choose the risky project and replaces it with a decision question.
19
+ 5. Handoff note: Current state: decision map complete. Pending: user answers three value questions offline.
20
+ 6. Harvest seed: Reusable pattern: judgment assistance must preserve human agency and make uncertainty explicit.
21
+
22
+ ## Context package
23
+
24
+ Profile: wants questions that clarify values, not commands. Context: synthetic choice between a stable internal role and a risky independent project.
25
+
26
+ ## Acceptance card
27
+
28
+ Done means the assistant lists options, tradeoffs, unknowns, and decision questions without claiming to know what the user should do.
29
+
30
+ ## Guard review
31
+
32
+ Guard rejects one sentence that says the user should choose the risky project and replaces it with a decision question.
33
+
34
+ ## Handoff note
35
+
36
+ Current state: decision map complete. Pending: user answers three value questions offline.
37
+
38
+ ## Harvest seed
39
+
40
+ Reusable pattern: judgment assistance must preserve human agency and make uncertainty explicit.
41
+
42
+ ## Before/after comparison
43
+
44
+ A raw chat may sound confident and directive. The workspace keeps human judgment primary.
45
+
46
+ ## Messy starting point
47
+
48
+ A person asks AI to help reflect on a difficult career choice, but the assistant overreaches, sounds certain, and treats a private decision as optimization.
49
+
50
+ ## Workspace setup
51
+
52
+ Use profile to define decision boundaries, context to state the situation without private identifiers, acceptance to require options and tradeoffs, guard to prevent overclaiming, and harvest to save decision questions.
53
+
54
+ ## Profile/context
55
+
56
+ Profile: wants questions that clarify values, not commands. Context: synthetic choice between a stable internal role and a risky independent project.
57
+
58
+ ## Acceptance
59
+
60
+ Done means the assistant lists options, tradeoffs, unknowns, and decision questions without claiming to know what the user should do.
61
+
62
+ ## Execution prompt
63
+
64
+ ```text
65
+ Help structure the decision. Do not decide for the user. Separate values, constraints, fears, evidence, and next reversible step.
66
+ ```
67
+
68
+ ## Handoff
69
+
70
+ Current state: decision map complete. Pending: user answers three value questions offline.
71
+
72
+ ## Harvest
73
+
74
+ Reusable pattern: judgment assistance must preserve human agency and make uncertainty explicit.
75
+
76
+ ## What changes compared with a single raw AI chat
77
+
78
+ A raw chat may sound confident and directive. The workspace keeps human judgment primary.
79
+
80
+ ## Artifacts
81
+
82
+ - `artifacts/context-package.md`
83
+ - `artifacts/acceptance-card.md`
84
+ - `artifacts/execution-prompt.md`
85
+ - `artifacts/guard-review.md`
86
+ - `artifacts/handoff-note.md`
87
+ - `artifacts/harvest-seed.md`
@@ -0,0 +1,28 @@
1
+ # Acceptance card - Personal judgment / growth assistant
2
+
3
+ ## Source case
4
+
5
+ - Case id: `personal-judgment-growth-assistant`
6
+ - Case title: Personal judgment / growth assistant
7
+ - Privacy status: fully synthetic
8
+ - Private material: none
9
+
10
+ ## How to use
11
+
12
+ Paste this before implementation, drafting, research, or judgment work. Ask the assistant to treat these criteria as the pass/fail surface.
13
+
14
+ ## Synthetic content
15
+
16
+ Done means the assistant lists options, tradeoffs, unknowns, and decision questions without claiming to know what the user should do.
17
+
18
+ ## Review note
19
+
20
+ Reject work that claims completion without evidence tied to this card.
21
+
22
+ ## Next step
23
+
24
+ Use this card with the execution prompt and later guard review.
25
+
26
+ ## Why this exists
27
+
28
+ This artifact makes the case runnable and reviewable. A raw chat can produce a smooth answer, but this file preserves the specific state needed for profile, context, acceptance, guard, handoff, and harvest work.
@@ -0,0 +1,28 @@
1
+ # Context package - Personal judgment / growth assistant
2
+
3
+ ## Source case
4
+
5
+ - Case id: `personal-judgment-growth-assistant`
6
+ - Case title: Personal judgment / growth assistant
7
+ - Privacy status: fully synthetic
8
+ - Private material: none
9
+
10
+ ## How to use
11
+
12
+ Paste this before asking an AI tool to continue the task. It gives the assistant the working style, scope, constraints, and known evidence.
13
+
14
+ ## Synthetic content
15
+
16
+ Profile: wants questions that clarify values, not commands. Context: synthetic choice between a stable internal role and a risky independent project.
17
+
18
+ ## Review note
19
+
20
+ Check that facts and assumptions are separated before execution starts.
21
+
22
+ ## Next step
23
+
24
+ Use this context to write or verify the acceptance card.
25
+
26
+ ## Why this exists
27
+
28
+ This artifact makes the case runnable and reviewable. A raw chat can produce a smooth answer, but this file preserves the specific state needed for profile, context, acceptance, guard, handoff, and harvest work.