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.
- package/.aict/START_HERE.md +127 -0
- package/.aict/WORKSPACE_MANIFEST.json +91 -0
- package/.aict/acceptance/EXAMPLE.synthetic.md +49 -0
- package/.aict/acceptance/FAILURE_MODES.md +40 -0
- package/.aict/acceptance/PROMPT.md +47 -0
- package/.aict/acceptance/README.md +44 -0
- package/.aict/acceptance/TEMPLATE.md +57 -0
- package/.aict/adapters/SHARED_CORE_CONTRACT.md +106 -0
- package/.aict/adapters/claude-code/ADAPTER.md +28 -0
- package/.aict/adapters/cline/ADAPTER.md +28 -0
- package/.aict/adapters/codex/ADAPTER.md +28 -0
- package/.aict/adapters/copilot/ADAPTER.md +28 -0
- package/.aict/adapters/cursor/ADAPTER.md +28 -0
- package/.aict/adapters/windsurf/ADAPTER.md +28 -0
- package/.aict/context/EXAMPLE.synthetic.md +53 -0
- package/.aict/context/FAILURE_MODES.md +40 -0
- package/.aict/context/PROMPT.md +47 -0
- package/.aict/context/README.md +44 -0
- package/.aict/context/TEMPLATE.md +63 -0
- package/.aict/cookbook/README.md +8 -0
- package/.aict/cookbook/bridge-to-a-second-family.md +103 -0
- package/.aict/cookbook/connect-a-tool.md +67 -0
- package/.aict/cookbook/review-a-half-product.md +79 -0
- package/.aict/cookbook/run-a-first-loop.md +81 -0
- package/.aict/examples/README.md +21 -0
- package/.aict/examples/ai-coding-long-task/CASE.md +161 -0
- package/.aict/examples/ai-coding-long-task/artifacts/acceptance-card.md +36 -0
- package/.aict/examples/ai-coding-long-task/artifacts/context-package.md +30 -0
- package/.aict/examples/ai-coding-long-task/artifacts/execution-prompt.md +30 -0
- package/.aict/examples/ai-coding-long-task/artifacts/first-ai-output.md +109 -0
- package/.aict/examples/ai-coding-long-task/artifacts/guard-review.md +40 -0
- package/.aict/examples/ai-coding-long-task/artifacts/handoff-note.md +28 -0
- package/.aict/examples/ai-coding-long-task/artifacts/harvest-seed.md +28 -0
- package/.aict/examples/ai-coding-long-task/artifacts/revised-output.md +62 -0
- package/.aict/examples/content-production-harvest/CASE.md +87 -0
- package/.aict/examples/content-production-harvest/artifacts/acceptance-card.md +28 -0
- package/.aict/examples/content-production-harvest/artifacts/context-package.md +28 -0
- package/.aict/examples/content-production-harvest/artifacts/execution-prompt.md +30 -0
- package/.aict/examples/content-production-harvest/artifacts/guard-review.md +28 -0
- package/.aict/examples/content-production-harvest/artifacts/handoff-note.md +28 -0
- package/.aict/examples/content-production-harvest/artifacts/harvest-seed.md +28 -0
- package/.aict/examples/multi-tool-collaboration/CASE.md +87 -0
- package/.aict/examples/multi-tool-collaboration/artifacts/acceptance-card.md +28 -0
- package/.aict/examples/multi-tool-collaboration/artifacts/context-package.md +28 -0
- package/.aict/examples/multi-tool-collaboration/artifacts/execution-prompt.md +30 -0
- package/.aict/examples/multi-tool-collaboration/artifacts/guard-review.md +28 -0
- package/.aict/examples/multi-tool-collaboration/artifacts/handoff-note.md +28 -0
- package/.aict/examples/multi-tool-collaboration/artifacts/harvest-seed.md +28 -0
- package/.aict/examples/personal-judgment-growth-assistant/CASE.md +87 -0
- package/.aict/examples/personal-judgment-growth-assistant/artifacts/acceptance-card.md +28 -0
- package/.aict/examples/personal-judgment-growth-assistant/artifacts/context-package.md +28 -0
- package/.aict/examples/personal-judgment-growth-assistant/artifacts/execution-prompt.md +30 -0
- package/.aict/examples/personal-judgment-growth-assistant/artifacts/guard-review.md +28 -0
- package/.aict/examples/personal-judgment-growth-assistant/artifacts/handoff-note.md +28 -0
- package/.aict/examples/personal-judgment-growth-assistant/artifacts/harvest-seed.md +28 -0
- package/.aict/examples/research-knowledge-synthesis/CASE.md +87 -0
- package/.aict/examples/research-knowledge-synthesis/artifacts/acceptance-card.md +28 -0
- package/.aict/examples/research-knowledge-synthesis/artifacts/context-package.md +28 -0
- package/.aict/examples/research-knowledge-synthesis/artifacts/execution-prompt.md +30 -0
- package/.aict/examples/research-knowledge-synthesis/artifacts/guard-review.md +28 -0
- package/.aict/examples/research-knowledge-synthesis/artifacts/handoff-note.md +28 -0
- package/.aict/examples/research-knowledge-synthesis/artifacts/harvest-seed.md +28 -0
- package/.aict/guard/EXAMPLE.synthetic.md +51 -0
- package/.aict/guard/FAILURE_MODES.md +40 -0
- package/.aict/guard/PROMPT.md +47 -0
- package/.aict/guard/README.md +44 -0
- package/.aict/guard/TEMPLATE.md +60 -0
- package/.aict/handoff/EXAMPLE.synthetic.md +51 -0
- package/.aict/handoff/FAILURE_MODES.md +40 -0
- package/.aict/handoff/PROMPT.md +47 -0
- package/.aict/handoff/README.md +44 -0
- package/.aict/handoff/TEMPLATE.md +60 -0
- package/.aict/harvest/EXAMPLE.synthetic.md +51 -0
- package/.aict/harvest/FAILURE_MODES.md +40 -0
- package/.aict/harvest/PROMPT.md +47 -0
- package/.aict/harvest/README.md +44 -0
- package/.aict/harvest/TEMPLATE.md +60 -0
- package/.aict/mechanisms/README.md +34 -0
- package/.aict/mechanisms/anti-drift-partner/EXAMPLE.synthetic.md +46 -0
- package/.aict/mechanisms/anti-drift-partner/FAILURE_MODES.md +25 -0
- package/.aict/mechanisms/anti-drift-partner/PROMPT.md +75 -0
- package/.aict/mechanisms/anti-drift-partner/README.md +82 -0
- package/.aict/mechanisms/anti-drift-partner/TEMPLATE.md +74 -0
- package/.aict/mechanisms/blind-spot-scan/EXAMPLE.synthetic.md +39 -0
- package/.aict/mechanisms/blind-spot-scan/FAILURE_MODES.md +25 -0
- package/.aict/mechanisms/blind-spot-scan/PROMPT.md +72 -0
- package/.aict/mechanisms/blind-spot-scan/README.md +79 -0
- package/.aict/mechanisms/blind-spot-scan/TEMPLATE.md +70 -0
- package/.aict/mechanisms/collaboration-coach/EXAMPLE.synthetic.md +40 -0
- package/.aict/mechanisms/collaboration-coach/FAILURE_MODES.md +25 -0
- package/.aict/mechanisms/collaboration-coach/PROMPT.md +72 -0
- package/.aict/mechanisms/collaboration-coach/README.md +79 -0
- package/.aict/mechanisms/collaboration-coach/TEMPLATE.md +61 -0
- package/.aict/mechanisms/do-not-handle-yet/EXAMPLE.synthetic.md +15 -0
- package/.aict/mechanisms/do-not-handle-yet/FAILURE_MODES.md +16 -0
- package/.aict/mechanisms/do-not-handle-yet/PROMPT.md +41 -0
- package/.aict/mechanisms/do-not-handle-yet/README.md +30 -0
- package/.aict/mechanisms/do-not-handle-yet/TEMPLATE.md +38 -0
- package/.aict/mechanisms/dual-guard/EXAMPLE.synthetic.md +54 -0
- package/.aict/mechanisms/dual-guard/FAILURE_MODES.md +25 -0
- package/.aict/mechanisms/dual-guard/PROMPT.md +76 -0
- package/.aict/mechanisms/dual-guard/README.md +81 -0
- package/.aict/mechanisms/dual-guard/TEMPLATE.md +73 -0
- package/.aict/mechanisms/feedback-absorption-ledger/EXAMPLE.synthetic.md +49 -0
- package/.aict/mechanisms/feedback-absorption-ledger/FAILURE_MODES.md +25 -0
- package/.aict/mechanisms/feedback-absorption-ledger/PROMPT.md +74 -0
- package/.aict/mechanisms/feedback-absorption-ledger/README.md +81 -0
- package/.aict/mechanisms/feedback-absorption-ledger/TEMPLATE.md +69 -0
- package/.aict/mechanisms/half-product-review/EXAMPLE.synthetic.md +15 -0
- package/.aict/mechanisms/half-product-review/FAILURE_MODES.md +16 -0
- package/.aict/mechanisms/half-product-review/PROMPT.md +41 -0
- package/.aict/mechanisms/half-product-review/README.md +30 -0
- package/.aict/mechanisms/half-product-review/TEMPLATE.md +38 -0
- package/.aict/mechanisms/handoff-abc/EXAMPLE.synthetic.md +47 -0
- package/.aict/mechanisms/handoff-abc/FAILURE_MODES.md +25 -0
- package/.aict/mechanisms/handoff-abc/PROMPT.md +75 -0
- package/.aict/mechanisms/handoff-abc/README.md +82 -0
- package/.aict/mechanisms/handoff-abc/TEMPLATE.md +60 -0
- package/.aict/mechanisms/harvest-and-erc/EXAMPLE.synthetic.md +43 -0
- package/.aict/mechanisms/harvest-and-erc/FAILURE_MODES.md +25 -0
- package/.aict/mechanisms/harvest-and-erc/PROMPT.md +74 -0
- package/.aict/mechanisms/harvest-and-erc/README.md +81 -0
- package/.aict/mechanisms/harvest-and-erc/TEMPLATE.md +60 -0
- package/.aict/mechanisms/honest-calibration/EXAMPLE.synthetic.md +43 -0
- package/.aict/mechanisms/honest-calibration/FAILURE_MODES.md +25 -0
- package/.aict/mechanisms/honest-calibration/PROMPT.md +74 -0
- package/.aict/mechanisms/honest-calibration/README.md +81 -0
- package/.aict/mechanisms/honest-calibration/TEMPLATE.md +66 -0
- package/.aict/mechanisms/one-click-dispatch/EXAMPLE.synthetic.md +15 -0
- package/.aict/mechanisms/one-click-dispatch/FAILURE_MODES.md +16 -0
- package/.aict/mechanisms/one-click-dispatch/PROMPT.md +41 -0
- package/.aict/mechanisms/one-click-dispatch/README.md +30 -0
- package/.aict/mechanisms/one-click-dispatch/TEMPLATE.md +38 -0
- package/.aict/mechanisms/plain-language-first-screen/EXAMPLE.synthetic.md +15 -0
- package/.aict/mechanisms/plain-language-first-screen/FAILURE_MODES.md +16 -0
- package/.aict/mechanisms/plain-language-first-screen/PROMPT.md +41 -0
- package/.aict/mechanisms/plain-language-first-screen/README.md +30 -0
- package/.aict/mechanisms/plain-language-first-screen/TEMPLATE.md +38 -0
- package/.aict/mechanisms/root-cause-brake/EXAMPLE.synthetic.md +55 -0
- package/.aict/mechanisms/root-cause-brake/FAILURE_MODES.md +25 -0
- package/.aict/mechanisms/root-cause-brake/PROMPT.md +73 -0
- package/.aict/mechanisms/root-cause-brake/README.md +79 -0
- package/.aict/mechanisms/root-cause-brake/TEMPLATE.md +74 -0
- package/.aict/mechanisms/scout-review-controller/EXAMPLE.synthetic.md +15 -0
- package/.aict/mechanisms/scout-review-controller/FAILURE_MODES.md +16 -0
- package/.aict/mechanisms/scout-review-controller/PROMPT.md +41 -0
- package/.aict/mechanisms/scout-review-controller/README.md +30 -0
- package/.aict/mechanisms/scout-review-controller/TEMPLATE.md +38 -0
- package/.aict/mechanisms/single-tool-guard/EXAMPLE.synthetic.md +54 -0
- package/.aict/mechanisms/single-tool-guard/FAILURE_MODES.md +25 -0
- package/.aict/mechanisms/single-tool-guard/PROMPT.md +76 -0
- package/.aict/mechanisms/single-tool-guard/README.md +83 -0
- package/.aict/mechanisms/single-tool-guard/TEMPLATE.md +75 -0
- package/.aict/mechanisms/task-splitting/EXAMPLE.synthetic.md +53 -0
- package/.aict/mechanisms/task-splitting/FAILURE_MODES.md +25 -0
- package/.aict/mechanisms/task-splitting/PROMPT.md +72 -0
- package/.aict/mechanisms/task-splitting/README.md +79 -0
- package/.aict/mechanisms/task-splitting/TEMPLATE.md +76 -0
- package/.aict/modes/README.md +11 -0
- package/.aict/modes/execute.md +31 -0
- package/.aict/modes/handoff.md +29 -0
- package/.aict/modes/harvest.md +30 -0
- package/.aict/modes/review.md +28 -0
- package/.aict/modes/shape.md +34 -0
- package/.aict/privacy/COMMERCIAL_BOUNDARY.md +34 -0
- package/.aict/privacy/PRIVACY.md +36 -0
- package/.aict/privacy/REDACTION_CHECKLIST.md +12 -0
- package/.aict/profile/CANDIDATES.md +44 -0
- package/.aict/profile/EXAMPLE.synthetic.md +49 -0
- package/.aict/profile/FAILURE_MODES.md +40 -0
- package/.aict/profile/PROMPT.md +47 -0
- package/.aict/profile/README.md +44 -0
- package/.aict/profile/TEMPLATE.md +57 -0
- package/.aict/prompts/acceptance-definition.md +109 -0
- package/.aict/prompts/guard-review.md +116 -0
- package/.aict/prompts/handoff-generation.md +110 -0
- package/.aict/prompts/harvest-extraction.md +110 -0
- package/.aict/prompts/mode-switching.md +66 -0
- package/.aict/prompts/profile-creation.md +66 -0
- package/.aict/prompts/profile-refinement.md +66 -0
- package/.aict/prompts/project-context-packaging.md +113 -0
- package/.aict/prompts/red-team-challenge.md +106 -0
- package/.aict/prompts/rule-update-proposal.md +114 -0
- package/.aict/prompts/workflow-reset.md +109 -0
- package/.aict/roles/README.md +18 -0
- package/.aict/roles/executor.md +34 -0
- package/.aict/roles/harvester.md +33 -0
- package/.aict/roles/owner-controller.md +38 -0
- package/.aict/roles/scout.md +33 -0
- package/.aict/roles/supervisor.md +34 -0
- package/.aict/roles/system-guardian.md +34 -0
- package/.aict/skills/acceptance/SKILL.md +43 -0
- package/.aict/skills/context/SKILL.md +44 -0
- package/.aict/skills/evidence-pack/SKILL.md +42 -0
- package/.aict/skills/guard/SKILL.md +46 -0
- package/.aict/skills/handoff/SKILL.md +44 -0
- package/.aict/skills/harvest/SKILL.md +44 -0
- package/.aict/skills/mode-switch/SKILL.md +42 -0
- package/.aict/skills/profile/SKILL.md +42 -0
- package/.aict/skills/red-team/SKILL.md +42 -0
- package/.aict/skills/single-tool-guard/SKILL.md +42 -0
- package/.aict/state/CURRENT_STATE.md +13 -0
- package/.aict/state/DECISIONS.md +7 -0
- package/.aict/state/TASK_LOG.md +7 -0
- package/.aict/state/evidence.jsonl +2 -0
- package/.aict/state/learning-ledger.jsonl +1 -0
- package/.aict/state/receipts.jsonl +1 -0
- package/.aict/state/runs.jsonl +1 -0
- package/.aict/state/tasks.jsonl +1 -0
- package/.aict/walkthroughs/10-minute-your-task.md +107 -0
- package/.aict/walkthroughs/10-minute.md +43 -0
- package/.aict/walkthroughs/30-minute.md +22 -0
- package/.aict/walkthroughs/60-minute.md +27 -0
- package/.aict/walkthroughs/synthetic-loop-transcript.md +43 -0
- package/CHANGELOG.md +23 -0
- package/CODE_OF_CONDUCT.md +20 -0
- package/CONTRIBUTING.md +30 -0
- package/KNOWN_LIMITATIONS.md +54 -0
- package/LICENSE +199 -0
- package/PRODUCT_CONTRACT.md +446 -0
- package/README.md +245 -0
- package/RELEASE_CHECKLIST.md +78 -0
- package/SECURITY.md +56 -0
- package/START_HERE.md +89 -0
- package/bin/ai-collab.js +2 -0
- package/docs/DOGFOOD.md +85 -0
- package/docs/FEEDBACK.md +61 -0
- package/docs/FIRST_EXPERIENCE_SPEC.md +32 -0
- package/docs/FREE_VS_PAID.md +53 -0
- package/docs/PUBLIC_BOUNDARY.md +36 -0
- package/docs/PUBLIC_MAPPING.md +178 -0
- package/docs/RELEASE_PRIORITY.md +23 -0
- package/docs/WHY_THIS_EXISTS.md +36 -0
- package/docs/open-system/00-start-here.md +60 -0
- package/docs/open-system/01-ai-collaboration-os.md +33 -0
- package/docs/open-system/02-six-layer-architecture.md +45 -0
- package/docs/open-system/03-role-system.md +33 -0
- package/docs/open-system/04-core-mechanisms.md +34 -0
- package/docs/open-system/05-failure-patterns.md +31 -0
- package/docs/open-system/06-how-to-adapt-to-your-workflow.md +31 -0
- package/package.json +69 -0
- package/privacy-manifest.json +78 -0
- package/privacy-scan.local.json.example +18 -0
- package/scripts/lib/forbidden-in-pack.js +55 -0
- package/scripts/pack-check.js +154 -0
- package/scripts/privacy-scan.js +487 -0
- package/scripts/validate-contract.js +160 -0
- package/src/adapters.js +590 -0
- package/src/bootstrap.js +1184 -0
- package/src/catalog.js +2723 -0
- package/src/cli.js +2899 -0
- package/src/dialogue.js +470 -0
- package/src/i18n.js +1034 -0
- package/src/ledger.js +2011 -0
- package/src/render.js +1381 -0
- package/src/sendmodel.js +452 -0
- package/src/validate.js +1307 -0
- package/src/workspace.js +1679 -0
- 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.
|