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,30 @@
1
+ # Execution prompt - 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 into the selected AI tool after the context package and acceptance card.
13
+
14
+ ## Synthetic content
15
+
16
+ ```text
17
+ Help structure the decision. Do not decide for the user. Separate values, constraints, fears, evidence, and next reversible step.
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 - 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
+ 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 one sentence that says the user should choose the risky project and replaces it with a decision question.
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 - 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 into the next session or tool so work resumes from current state instead of restarting.
13
+
14
+ ## Synthetic content
15
+
16
+ Current state: decision map complete. Pending: user answers three value questions offline.
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 - 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
+ Save this after the loop to preserve reusable knowledge without copying private raw material.
13
+
14
+ ## Synthetic content
15
+
16
+ Reusable pattern: judgment assistance must preserve human agency and make uncertainty explicit.
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
+ # Research / knowledge synthesis
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 researcher asks several assistants to summarize a market, but sources, assumptions, and unanswered questions blur together.
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: values source-grounded answers and explicit uncertainty. Context: synthetic research on adoption barriers for shared family budgeting tools.
16
+ 2. Acceptance card: Done means a three-section synthesis with sourced facts, inferences labeled, unknowns listed, and no claim based on a single weak source.
17
+ 3. Execution prompt: Synthesize only from the supplied notes. Mark facts, inferences, and unknowns. Do not fill gaps with market cliches.
18
+ 4. Guard review: Guard flags one unsupported segment about willingness to pay and asks to downgrade it to inference.
19
+ 5. Handoff note: Synthesis is usable after downgrading willingness-to-pay claim. Next action: gather direct user quotes before treating monetization as proven.
20
+ 6. Harvest seed: Reusable pattern: research loops need an evidence table before narrative synthesis.
21
+
22
+ ## Context package
23
+
24
+ Profile: values source-grounded answers and explicit uncertainty. Context: synthetic research on adoption barriers for shared family budgeting tools.
25
+
26
+ ## Acceptance card
27
+
28
+ Done means a three-section synthesis with sourced facts, inferences labeled, unknowns listed, and no claim based on a single weak source.
29
+
30
+ ## Guard review
31
+
32
+ Guard flags one unsupported segment about willingness to pay and asks to downgrade it to inference.
33
+
34
+ ## Handoff note
35
+
36
+ Synthesis is usable after downgrading willingness-to-pay claim. Next action: gather direct user quotes before treating monetization as proven.
37
+
38
+ ## Harvest seed
39
+
40
+ Reusable pattern: research loops need an evidence table before narrative synthesis.
41
+
42
+ ## Before/after comparison
43
+
44
+ A raw chat would hide uncertainty in smooth prose. The workspace preserves source quality and next research gaps.
45
+
46
+ ## Messy starting point
47
+
48
+ A researcher asks several assistants to summarize a market, but sources, assumptions, and unanswered questions blur together.
49
+
50
+ ## Workspace setup
51
+
52
+ Use context to separate facts from assumptions, acceptance to require source labels, guard to challenge unsupported claims, and harvest to save reusable search patterns.
53
+
54
+ ## Profile/context
55
+
56
+ Profile: values source-grounded answers and explicit uncertainty. Context: synthetic research on adoption barriers for shared family budgeting tools.
57
+
58
+ ## Acceptance
59
+
60
+ Done means a three-section synthesis with sourced facts, inferences labeled, unknowns listed, and no claim based on a single weak source.
61
+
62
+ ## Execution prompt
63
+
64
+ ```text
65
+ Synthesize only from the supplied notes. Mark facts, inferences, and unknowns. Do not fill gaps with market cliches.
66
+ ```
67
+
68
+ ## Handoff
69
+
70
+ Synthesis is usable after downgrading willingness-to-pay claim. Next action: gather direct user quotes before treating monetization as proven.
71
+
72
+ ## Harvest
73
+
74
+ Reusable pattern: research loops need an evidence table before narrative synthesis.
75
+
76
+ ## What changes compared with a single raw AI chat
77
+
78
+ A raw chat would hide uncertainty in smooth prose. The workspace preserves source quality and next research gaps.
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 - Research / knowledge synthesis
2
+
3
+ ## Source case
4
+
5
+ - Case id: `research-knowledge-synthesis`
6
+ - Case title: Research / knowledge synthesis
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 a three-section synthesis with sourced facts, inferences labeled, unknowns listed, and no claim based on a single weak source.
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 - Research / knowledge synthesis
2
+
3
+ ## Source case
4
+
5
+ - Case id: `research-knowledge-synthesis`
6
+ - Case title: Research / knowledge synthesis
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: values source-grounded answers and explicit uncertainty. Context: synthetic research on adoption barriers for shared family budgeting tools.
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 - Research / knowledge synthesis
2
+
3
+ ## Source case
4
+
5
+ - Case id: `research-knowledge-synthesis`
6
+ - Case title: Research / knowledge synthesis
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
+ Synthesize only from the supplied notes. Mark facts, inferences, and unknowns. Do not fill gaps with market cliches.
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 - Research / knowledge synthesis
2
+
3
+ ## Source case
4
+
5
+ - Case id: `research-knowledge-synthesis`
6
+ - Case title: Research / knowledge synthesis
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 flags one unsupported segment about willingness to pay and asks to downgrade it to inference.
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 - Research / knowledge synthesis
2
+
3
+ ## Source case
4
+
5
+ - Case id: `research-knowledge-synthesis`
6
+ - Case title: Research / knowledge synthesis
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
+ Synthesis is usable after downgrading willingness-to-pay claim. Next action: gather direct user quotes before treating monetization as proven.
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 - Research / knowledge synthesis
2
+
3
+ ## Source case
4
+
5
+ - Case id: `research-knowledge-synthesis`
6
+ - Case title: Research / knowledge synthesis
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: research loops need an evidence table before narrative synthesis.
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,51 @@
1
+ # Guard / Review Filled Synthetic Example
2
+
3
+ ## Purpose
4
+
5
+ Challenge work against requirements, risks, privacy boundaries, evidence quality, and user intent before it becomes trusted output.
6
+
7
+ ## When to use
8
+
9
+ Use after a draft, implementation, research answer, plan, or handoff that could mislead future work if wrong.
10
+
11
+ ## Input shape
12
+
13
+ The artifact under review, acceptance card, context package, known constraints, and the specific review stance.
14
+
15
+ ## Output shape
16
+
17
+ A review result with findings, severity, evidence, required fixes, and a pass or reject recommendation.
18
+
19
+ ## Copy-paste prompt
20
+
21
+ Use `PROMPT.md` with the synthetic input below.
22
+
23
+ ## Blank template
24
+
25
+ Use `TEMPLATE.md` for your own task.
26
+
27
+ ## Filled synthetic example
28
+
29
+ Artifact reviewed: Onboarding checklist draft.
30
+
31
+ Review stance: First-user path and privacy review.
32
+
33
+ Acceptance source: Acceptance card dated synthetic-case-01.
34
+
35
+ Findings: P1 checklist says 'review analytics' but privacy constraint forbids adding analytics now.
36
+
37
+ Evidence: Context states no analytics SDK until privacy language is reviewed.
38
+
39
+ Required fixes: Replace analytics step with manual tester observation.
40
+
41
+ Residual risk: Still untested with a real user.
42
+
43
+ Recommendation: Reject until the flow uses privacy-safe evidence.
44
+
45
+ ## Common failure modes
46
+
47
+ See `FAILURE_MODES.md`.
48
+
49
+ ## How to hand it to Claude Code / Codex / Cursor / Windsurf / Copilot / Cline
50
+
51
+ Paste this example into any tool with `../adapters/SHARED_CORE_CONTRACT.md` to see the expected shape.
@@ -0,0 +1,40 @@
1
+ # Guard / Review Common Failure Modes
2
+
3
+ ## Purpose
4
+
5
+ Challenge work against requirements, risks, privacy boundaries, evidence quality, and user intent before it becomes trusted output.
6
+
7
+ ## When to use
8
+
9
+ Read this before trusting a guard / review artifact.
10
+
11
+ ## Input shape
12
+
13
+ The artifact plus the original context and acceptance card.
14
+
15
+ ## Output shape
16
+
17
+ A short list of risks to fix before reuse.
18
+
19
+ ## Copy-paste prompt
20
+
21
+ Ask your AI tool: "Check this guard / review artifact against the failure modes below and name the first concrete fix."
22
+
23
+ ## Blank template
24
+
25
+ Use `TEMPLATE.md` to rewrite the artifact.
26
+
27
+ ## Filled synthetic example
28
+
29
+ Use `EXAMPLE.synthetic.md` to compare a safe example.
30
+
31
+ ## Common failure modes
32
+
33
+ - Reviewing style instead of requirements.
34
+ - Letting the same assistant rubber-stamp its own work.
35
+ - Listing vague concerns without actionable fixes.
36
+ - Calling something passed without checking the acceptance card.
37
+
38
+ ## How to hand it to Claude Code / Codex / Cursor / Windsurf / Copilot / Cline
39
+
40
+ Paste this file after the artifact and ask for findings ordered by risk.
@@ -0,0 +1,47 @@
1
+ # Guard / Review Prompt
2
+
3
+ ## Purpose
4
+
5
+ Challenge work against requirements, risks, privacy boundaries, evidence quality, and user intent before it becomes trusted output.
6
+
7
+ ## When to use
8
+
9
+ Use after a draft, implementation, research answer, plan, or handoff that could mislead future work if wrong.
10
+
11
+ ## Input shape
12
+
13
+ The artifact under review, acceptance card, context package, known constraints, and the specific review stance.
14
+
15
+ ## Output shape
16
+
17
+ A review result with findings, severity, evidence, required fixes, and a pass or reject recommendation.
18
+
19
+ ## Copy-paste prompt
20
+
21
+ ```text
22
+ Review this artifact against the context and acceptance card. Prioritize concrete defects, missing evidence, privacy risk, unsupported claims, and scope drift. Return findings ordered by severity with file or section references when possible.
23
+
24
+ Input:
25
+ [paste your redacted task material here]
26
+
27
+ Output shape:
28
+ A review result with findings, severity, evidence, required fixes, and a pass or reject recommendation.
29
+
30
+ Rules:
31
+ - Keep private material local and redacted.
32
+ - Label facts and assumptions.
33
+ - If information is missing, ask at most three concrete questions.
34
+ - Make the result usable in Claude Code / Codex / Cursor / Windsurf / Copilot / Cline.
35
+ ```
36
+
37
+ ## Blank template
38
+
39
+ Use `TEMPLATE.md`.
40
+
41
+ ## Filled synthetic example
42
+
43
+ Use `EXAMPLE.synthetic.md`.
44
+
45
+ ## Common failure modes
46
+
47
+ Use `FAILURE_MODES.md`.
@@ -0,0 +1,44 @@
1
+ # Guard / Review
2
+
3
+ How output is challenged before trust.
4
+
5
+ 中文:让另一个视角先挑错,再决定是否相信产物。
6
+
7
+ ## Purpose
8
+
9
+ Challenge work against requirements, risks, privacy boundaries, evidence quality, and user intent before it becomes trusted output.
10
+
11
+ ## When to use
12
+
13
+ Use after a draft, implementation, research answer, plan, or handoff that could mislead future work if wrong.
14
+
15
+ ## Input shape
16
+
17
+ The artifact under review, acceptance card, context package, known constraints, and the specific review stance.
18
+
19
+ ## Output shape
20
+
21
+ A review result with findings, severity, evidence, required fixes, and a pass or reject recommendation.
22
+
23
+ ## Copy-paste prompt
24
+
25
+ See `PROMPT.md`. The prompt is designed to work in Claude Code / Codex / Cursor / Windsurf / Copilot / Cline.
26
+
27
+ ## Blank template
28
+
29
+ See `TEMPLATE.md`.
30
+
31
+ ## Filled synthetic example
32
+
33
+ See `EXAMPLE.synthetic.md`.
34
+
35
+ ## Common failure modes
36
+
37
+ See `FAILURE_MODES.md`.
38
+
39
+ ## How to hand it to Claude Code / Codex / Cursor / Windsurf / Copilot / Cline
40
+
41
+ 1. Open the adapter for your tool in `../adapters/`.
42
+ 2. Include `../adapters/SHARED_CORE_CONTRACT.md`.
43
+ 3. Paste this layer's `PROMPT.md` plus either `TEMPLATE.md` or `EXAMPLE.synthetic.md`.
44
+ 4. Ask the tool to return the layer's output shape exactly.
@@ -0,0 +1,60 @@
1
+ # Guard / Review Template
2
+
3
+ ## Purpose
4
+
5
+ Challenge work against requirements, risks, privacy boundaries, evidence quality, and user intent before it becomes trusted output.
6
+
7
+ ## When to use
8
+
9
+ Use after a draft, implementation, research answer, plan, or handoff that could mislead future work if wrong.
10
+
11
+ ## Input shape
12
+
13
+ The artifact under review, acceptance card, context package, known constraints, and the specific review stance.
14
+
15
+ ## Output shape
16
+
17
+ A review result with findings, severity, evidence, required fixes, and a pass or reject recommendation.
18
+
19
+ ## Copy-paste prompt
20
+
21
+ Open `PROMPT.md` and paste this completed template below it.
22
+
23
+ ## Blank template
24
+
25
+ ### Artifact reviewed:
26
+
27
+
28
+ ### Review stance:
29
+
30
+
31
+ ### Acceptance source:
32
+
33
+
34
+ ### Findings:
35
+
36
+
37
+ ### Evidence:
38
+
39
+
40
+ ### Required fixes:
41
+
42
+
43
+ ### Residual risk:
44
+
45
+
46
+ ### Recommendation:
47
+
48
+
49
+
50
+ ## Filled synthetic example
51
+
52
+ See `EXAMPLE.synthetic.md`.
53
+
54
+ ## Common failure modes
55
+
56
+ See `FAILURE_MODES.md`.
57
+
58
+ ## How to hand it to Claude Code / Codex / Cursor / Windsurf / Copilot / Cline
59
+
60
+ Use the adapter in `../adapters/` and include the shared core contract.
@@ -0,0 +1,51 @@
1
+ # Handoff Filled Synthetic Example
2
+
3
+ ## Purpose
4
+
5
+ Transfer current state, decisions, evidence, blockers, and next actions to another session or tool without replaying the whole conversation.
6
+
7
+ ## When to use
8
+
9
+ Use before stopping, switching tools, delegating to another assistant, or after any work that may need continuation.
10
+
11
+ ## Input shape
12
+
13
+ Goal, current status, completed work, changed files or artifacts, decisions, verification evidence, blockers, and next action.
14
+
15
+ ## Output shape
16
+
17
+ A short handoff note that separates done, pending, blocked, and unverified work.
18
+
19
+ ## Copy-paste prompt
20
+
21
+ Use `PROMPT.md` with the synthetic input below.
22
+
23
+ ## Blank template
24
+
25
+ Use `TEMPLATE.md` for your own task.
26
+
27
+ ## Filled synthetic example
28
+
29
+ Goal: Finish synthetic onboarding checklist.
30
+
31
+ Current status: Draft exists and failed guard review on privacy-safe evidence.
32
+
33
+ Completed: Context package and acceptance card are ready.
34
+
35
+ Pending: Replace analytics step with manual tester observation.
36
+
37
+ Blocked: Need owner choice on whether account creation belongs in scope.
38
+
39
+ Decisions: First loop focuses on first note creation only.
40
+
41
+ Verification evidence: Guard review found one P1 issue.
42
+
43
+ Next action: Edit checklist step 4 and rerun guard review.
44
+
45
+ ## Common failure modes
46
+
47
+ See `FAILURE_MODES.md`.
48
+
49
+ ## How to hand it to Claude Code / Codex / Cursor / Windsurf / Copilot / Cline
50
+
51
+ Paste this example into any tool with `../adapters/SHARED_CORE_CONTRACT.md` to see the expected shape.