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
package/docs/FEEDBACK.md
ADDED
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
# Feedback
|
|
2
|
+
|
|
3
|
+
Tried the workspace? Tell us what actually happened. This is the main feedback entry point. If you came from the [Dogfood Guide](./DOGFOOD.md), this is where you land.
|
|
4
|
+
|
|
5
|
+
**How to send it:**
|
|
6
|
+
|
|
7
|
+
- Open a GitHub issue using the **Dogfood feedback** template (under `.github/ISSUE_TEMPLATE/`), or
|
|
8
|
+
- Copy the form below into a new issue / discussion and fill it in.
|
|
9
|
+
|
|
10
|
+
**One rule, read it first:** report your **experience**, never your **material**. Every field below asks for how it felt or what you noticed — not the task you ran, not the work you reviewed. Do not paste real task content, customer or contact material, tokens or credentials, absolute local paths, private chat logs, or company-internal information into any field. If you want to illustrate something, rewrite it as a synthetic placeholder or describe it in words. We do not collect your private originals — the open method runs entirely on your own machine. Full list: [What NOT to upload](./DOGFOOD.md#what-not-to-upload).
|
|
11
|
+
|
|
12
|
+
中文(同义):只反馈体验感受,不要贴真实材料。下面每个字段都只问"感觉如何、注意到什么",不要把真实任务内容、客户或联系人信息、密钥口令、本机绝对路径、私有对话原文、公司内部信息填进去。要举例就改写成合成占位例子或用文字描述。我们不收集你的私有原文,开源方法在你自己机器上就完整可用。
|
|
13
|
+
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
## Feedback form
|
|
17
|
+
|
|
18
|
+
Copy this block into an issue or discussion and fill it in. Leave a field blank if it does not apply.
|
|
19
|
+
|
|
20
|
+
```text
|
|
21
|
+
1. Which AI tools do you use?
|
|
22
|
+
(e.g. Claude Code / Codex / Cursor / Copilot / Cline / Windsurf / a chat AI — names of TOOLS only)
|
|
23
|
+
|
|
24
|
+
2. What was your original pain point?
|
|
25
|
+
(context loss / AI claiming false completion / re-explaining background across sessions /
|
|
26
|
+
not knowing which AI is right / something else)
|
|
27
|
+
--> Describe the PAIN, not the task it happened on.
|
|
28
|
+
|
|
29
|
+
3. Where did the first experience stall, if it did?
|
|
30
|
+
(which step of the 10-minute or 30-minute path, what was unclear or broke)
|
|
31
|
+
--> Describe the STEP and what confused you, not the content you fed in.
|
|
32
|
+
|
|
33
|
+
4. Which mechanism was the most useful?
|
|
34
|
+
(e.g. dual-guard / handoff / acceptance / harvest / ... — and one line on why)
|
|
35
|
+
|
|
36
|
+
5. Which mechanism did you NOT understand?
|
|
37
|
+
(which one read as jargon, where you got lost — this is the most useful thing you can tell us)
|
|
38
|
+
|
|
39
|
+
6. Would you use this on a real workflow?
|
|
40
|
+
(yes / no / maybe — and the one thing that would tip it)
|
|
41
|
+
--> Your YES/NO and the blocker, not a description of the real workflow itself.
|
|
42
|
+
|
|
43
|
+
7. Would paying to save calibration time be worth it to you?
|
|
44
|
+
(yes / no / not sure — this is just to gauge interest; no numbers, no commitment)
|
|
45
|
+
|
|
46
|
+
8. Anything else?
|
|
47
|
+
(one thing that surprised you, one thing that annoyed you)
|
|
48
|
+
|
|
49
|
+
Privacy check:
|
|
50
|
+
[ ] Every answer above is about my EXPERIENCE, not my actual task content.
|
|
51
|
+
[ ] I included no customer or contact material, tokens, credentials, absolute local paths,
|
|
52
|
+
private chat logs, or company-internal information.
|
|
53
|
+
```
|
|
54
|
+
|
|
55
|
+
---
|
|
56
|
+
|
|
57
|
+
## What we do with it
|
|
58
|
+
|
|
59
|
+
- **Confusion is a bug.** If a step stalled or a mechanism read as jargon, that is the kind of report that actually fixes the open system. We would rather hear "I got lost at step 3" than nothing.
|
|
60
|
+
- **Interest in paid help is just a signal.** Question 7 only gauges whether tuned-for-you help would be wanted. The open method stays complete and free either way — paid help is calibration / setup / migration / review / pairing, never unlocking the basics. See [docs/FREE_VS_PAID.md](./FREE_VS_PAID.md).
|
|
61
|
+
- **We never collect private content.** This project is local-first by design. If a field ever tempts you to paste something private, stop and describe it in words instead — that is always enough for us to act on.
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
# First Experience Spec
|
|
2
|
+
|
|
3
|
+
## Required Path
|
|
4
|
+
|
|
5
|
+
```text
|
|
6
|
+
install or clone
|
|
7
|
+
-> initialize workspace
|
|
8
|
+
-> open START_HERE.md
|
|
9
|
+
-> choose a 10 / 30 / 60 minute path
|
|
10
|
+
-> run one complete synthetic task loop
|
|
11
|
+
-> adapt the same workspace to a real task
|
|
12
|
+
```
|
|
13
|
+
|
|
14
|
+
## README first screen
|
|
15
|
+
|
|
16
|
+
The first screen must say this is an open-source personal AI collaboration workspace and point to `START_HERE.md`.
|
|
17
|
+
|
|
18
|
+
## CLI help
|
|
19
|
+
|
|
20
|
+
CLI help must show:
|
|
21
|
+
|
|
22
|
+
```text
|
|
23
|
+
init -> open START_HERE.md -> choose 10 / 30 / 60 minute path -> run one synthetic loop
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
## Init output
|
|
27
|
+
|
|
28
|
+
Init output must print the generated workspace path, the `START_HERE.md` path, and `Network: not used`.
|
|
29
|
+
|
|
30
|
+
## Completion evidence
|
|
31
|
+
|
|
32
|
+
The contract is not satisfied by positioning copy alone. A generated workspace and at least one synthetic loop artifact chain must exist.
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
# Free vs Paid
|
|
2
|
+
|
|
3
|
+
The short version: **the open method is complete and free. Paid help is only a service — calibration, setup, migration, review, pairing — that saves you time. Nothing in the method is hidden behind payment.**
|
|
4
|
+
|
|
5
|
+
This is the project's honesty line, and it is the whole point. We never communicate "you have a problem, pay to see the answer."
|
|
6
|
+
|
|
7
|
+
## Free and open (the complete method)
|
|
8
|
+
|
|
9
|
+
Everything you need to run the full collaboration loop yourself, with no part held back:
|
|
10
|
+
|
|
11
|
+
- Complete generic workspace generation (the whole `.aict/` skeleton).
|
|
12
|
+
- `START_HERE.md` and the 10 / 30 / 60-minute walkthroughs.
|
|
13
|
+
- Six collaboration layers (profile, context, acceptance, guard review, handoff, harvest) — each with prompt, template, synthetic example, and failure modes.
|
|
14
|
+
- All 16 mechanism packages (dual guard, SCOUT review controller, one-click dispatch, task splitting, anti-drift partner, blind-spot scan, root-cause brake, half-product review, handoff A/B/C, harvest and external recap, do-not-handle-yet, plain-language first screen, honest calibration, feedback-absorption ledger, collaboration coach, single-tool guard).
|
|
15
|
+
- The full prompt library.
|
|
16
|
+
- All skill-like files.
|
|
17
|
+
- The cookbook recipes.
|
|
18
|
+
- Thin adapters for Claude Code, Codex, Cursor, Windsurf, Copilot, and Cline.
|
|
19
|
+
- The synthetic full-loop cases.
|
|
20
|
+
- Privacy and commercial-boundary docs.
|
|
21
|
+
- Contract, privacy, and pack checks.
|
|
22
|
+
|
|
23
|
+
No mechanism, template, role, mode, prompt, or recipe is reserved for a paid tier. If it is part of the method, it is in the open package. There is no "pro mechanism", no locked guard, no premium prompt.
|
|
24
|
+
|
|
25
|
+
## Paid help (a service, not a key)
|
|
26
|
+
|
|
27
|
+
If — and only if — you want the generic system tuned to *your* tools and *your* workflow, paid help may offer:
|
|
28
|
+
|
|
29
|
+
- **Calibration** — adjusting thresholds, profile, and guard rules to fit your actual tools and habits.
|
|
30
|
+
- **Setup** — building your workspace with you, wired to your own project.
|
|
31
|
+
- **Migration** — moving you over from your existing AI workflow into this structure.
|
|
32
|
+
- **Review** — an outside pass on your collaboration flow, or async audit of how you run it.
|
|
33
|
+
- **Pairing** — working alongside you through a real loop or two.
|
|
34
|
+
- **Saving calibration time** — in one line, you pay to skip the trial-and-error of tuning it yourself, not to obtain anything the open package lacks.
|
|
35
|
+
|
|
36
|
+
Each of these is a service performed *on top of* the open method, with you, on your own complete system. You could do all of it yourself with the open package; paid help just does it faster and for your specific setup.
|
|
37
|
+
|
|
38
|
+
## The boundary (the honest line)
|
|
39
|
+
|
|
40
|
+
The method is public and complete. Paid help calibrates it to a real workflow and saves the time of trial and error. It must never unlock the basic method, and it must never be framed as the only way to get the real answer.
|
|
41
|
+
|
|
42
|
+
| Framing | Allowed? | Why |
|
|
43
|
+
| --- | --- | --- |
|
|
44
|
+
| "The method is open and complete. Paid help calibrates it to your workflow and saves you time." | **Yes** | True, and respects that you already have everything you need. |
|
|
45
|
+
| "The open version only tells you the problem; pay to get the fix." | **No** | False — the fix *is* the open method. This is the paywall-the-answer pattern we refuse. |
|
|
46
|
+
| "Pay to unlock the real mechanisms / the pro guard / the premium prompts." | **No** | There is no locked tier. Every mechanism ships in the open package. |
|
|
47
|
+
| "Run the doctor; it found problems; buy help to solve them." | **No** | The health check is a secondary, optional helper, never a conversion funnel. See [PRODUCT_CONTRACT.md §5](../PRODUCT_CONTRACT.md). |
|
|
48
|
+
|
|
49
|
+
If you read the open package and decide you never need paid help, that is a success, not a failure. The project did its job.
|
|
50
|
+
|
|
51
|
+
This boundary is enforced as a contract, not just a promise: see [PRODUCT_CONTRACT.md §7](../PRODUCT_CONTRACT.md) (Commercial Boundary) and the validate-contract check.
|
|
52
|
+
|
|
53
|
+
中文(同义):开源方法是完整的、免费的,所有机制 / 模板 / 角色 / 模式 / cookbook 都在开源包里,不阉割、不留付费墙。付费只卖"服务"——校准(把阈值调到适配你的工具)、代搭、迁移、审查、陪跑、帮你省下自己摸索调参的时间。绝不暗示"你有问题、付费才给答案"。看完开源包觉得不需要付费,那就是成功。
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
# Public Boundary
|
|
2
|
+
|
|
3
|
+
## Publish
|
|
4
|
+
|
|
5
|
+
- Generic architecture.
|
|
6
|
+
- Generic prompts.
|
|
7
|
+
- Generic templates.
|
|
8
|
+
- Thin adapters.
|
|
9
|
+
- Synthetic examples.
|
|
10
|
+
- Setup guides.
|
|
11
|
+
- Privacy docs.
|
|
12
|
+
- Known limitations.
|
|
13
|
+
|
|
14
|
+
## Do Not Publish
|
|
15
|
+
|
|
16
|
+
- Private governance contents.
|
|
17
|
+
- Private knowledge-base source material.
|
|
18
|
+
- Real personal profile.
|
|
19
|
+
- Actual client material.
|
|
20
|
+
- Raw private conversations.
|
|
21
|
+
- Non-public automation or routing details.
|
|
22
|
+
- Internal calibration thresholds.
|
|
23
|
+
- Internal scoring weights.
|
|
24
|
+
- Account-specific habits.
|
|
25
|
+
- Local machine paths.
|
|
26
|
+
- Tokens, keys, cookies, or credentials.
|
|
27
|
+
- Unredacted screenshots.
|
|
28
|
+
- Full internal service SOP.
|
|
29
|
+
|
|
30
|
+
## Test
|
|
31
|
+
|
|
32
|
+
Run:
|
|
33
|
+
|
|
34
|
+
```bash
|
|
35
|
+
node scripts/privacy-scan.js
|
|
36
|
+
```
|
|
@@ -0,0 +1,178 @@
|
|
|
1
|
+
# Public Mapping — a good-faith open-source ledger
|
|
2
|
+
|
|
3
|
+
This document is the honest account of how a private collaboration system was turned into this public edition. It is a safety map, not a source dump — but it is written so a stranger can verify that the desensitization preserved a usable method instead of gutting it into marketing.
|
|
4
|
+
|
|
5
|
+
The short version: **the thinking and the structure are public. Only the private fuel is removed, and where something is removed you are given a synthetic equivalent you can actually run.** This is meant to be real open source, not a teaser.
|
|
6
|
+
|
|
7
|
+
## How to read this ledger
|
|
8
|
+
|
|
9
|
+
Below is one row per **class of published asset**. Each row answers seven questions:
|
|
10
|
+
|
|
11
|
+
1. **Source idea** — the core idea the asset encodes (the part worth keeping).
|
|
12
|
+
2. **Public artifact** — which files or directories carry it in this repo.
|
|
13
|
+
3. **Kept verbatim (Y/N)** — whether the structure, templates, and reasoning are published unchanged.
|
|
14
|
+
4. **Rewritten / desensitized (Y/N)** — whether anything was redacted, and exactly what.
|
|
15
|
+
5. **Cannot be published** — the private parts that never enter this repo, and why.
|
|
16
|
+
6. **Public-safe equivalent** — what you get instead of the removed parts, so the method still works.
|
|
17
|
+
7. **File evidence** — concrete paths you can open and check against these claims.
|
|
18
|
+
|
|
19
|
+
If a row says **kept verbatim: Y**, open the file evidence and you should find the real structure, not a paraphrase. If a row says **desensitized: Y**, the public-safe-equivalent column tells you what generic version replaced the private fuel — never just "rewritten," always "rewritten into *this*, and here is why it is still useful."
|
|
20
|
+
|
|
21
|
+
## Our desensitization principles
|
|
22
|
+
|
|
23
|
+
These are the rules the rewrite followed. The full boundary is in `../PRODUCT_CONTRACT.md` §6.
|
|
24
|
+
|
|
25
|
+
- **Keep the method, drop the fuel.** The reusable part of a mechanism is its idea, structure, prompt, template, and pass/reject bar. Those are kept verbatim. The fuel — a real person's profile, real client work, raw conversations, calibration numbers — is what makes it private, so the fuel is removed and the method stays.
|
|
26
|
+
- **Every removal earns an equivalent.** When private numbers or transcripts are pulled, they are replaced with a synthetic equivalent that does the same job: a definitional binding strength instead of a measured percentage, a worked synthetic run instead of a real one, an example threshold you re-tune to your own tools instead of someone else's tuned value. Desensitization is a swap, not a deletion.
|
|
27
|
+
- **The redaction question.** Every public example had to pass one test (`PRODUCT_CONTRACT.md` §6.3): *could a stranger infer the owner's private system, identity, clients, files, habits, or routes from this?* If yes, it was rewritten as a synthetic example before it was allowed in.
|
|
28
|
+
- **A machine gate, not a promise.** The boundary is not enforced by good intentions. `scripts/privacy-scan.js` hard-blocks local paths, the private governance path, the private knowledge system, private hook references, tokens, keys, and emails — and it scans this ledger too. The principle "key rules are machine-enforced, not left to self-discipline" is itself a published idea (last row), even though the private enforcement internals are not.
|
|
29
|
+
|
|
30
|
+
---
|
|
31
|
+
|
|
32
|
+
## The ledger
|
|
33
|
+
|
|
34
|
+
### Asset class 1 — The six-layer file workspace (profile / context / acceptance / guard / handoff / harvest)
|
|
35
|
+
|
|
36
|
+
| Column | Account |
|
|
37
|
+
| --- | --- |
|
|
38
|
+
| **Source idea** | Local-first and file-based: instead of holding collaboration state in chat memory, externalize it into reviewable files a human can open, diff, and audit. State you can see is state you can govern. |
|
|
39
|
+
| **Public artifact** | The six layer directories, each with the same five-file shape (`README.md`, `PROMPT.md`, `TEMPLATE.md`, `EXAMPLE.synthetic.md`, `FAILURE_MODES.md`). |
|
|
40
|
+
| **Kept verbatim (Y/N)** | **Y** — the layer structure, the blank templates, and the prompts are published unchanged. The skeleton is the asset, and the skeleton is real. |
|
|
41
|
+
| **Rewritten / desensitized (Y/N)** | **Y** — every `EXAMPLE.synthetic.md` is fully synthetic. No real profile, no real task context, no real acceptance trail. |
|
|
42
|
+
| **Cannot be published** | The owner's real personal profile, real client requirements, raw private chats, account-specific habits, and machine-local paths. These are exactly the fuel that would let a stranger reconstruct a private system. |
|
|
43
|
+
| **Public-safe equivalent** | Blank templates you fill with **your own** profile and tasks, plus synthetic filled examples that show the shape without copying anyone's life. The workflow value survives the absence of the private source. |
|
|
44
|
+
| **File evidence** | `.aict/profile/`, `.aict/context/`, `.aict/acceptance/`, `.aict/guard/`, `.aict/handoff/`, `.aict/harvest/` |
|
|
45
|
+
|
|
46
|
+
### Asset class 2 — Dual Guard
|
|
47
|
+
|
|
48
|
+
| Column | Account |
|
|
49
|
+
| --- | --- |
|
|
50
|
+
| **Source idea** | Cancel a single AI's shared blind spot with **structure, not a stronger model**: a guard from a different model family is the binding gate; a same-family guard is a non-binding reference. A fluent answer is not trusted just because it reads well. |
|
|
51
|
+
| **Public artifact** | The full mechanism package, deepened to nine elements (purpose, when / when-not, input shape, process, output shape, pass bar, reject bar, common misuse, package files). |
|
|
52
|
+
| **Kept verbatim (Y/N)** | **Y** — the idea, the layered-strictness merge rule ("not a vote; one evidence-grounded blocker rejects"), the process steps, and the pass/reject bars are published as-is. |
|
|
53
|
+
| **Rewritten / desensitized (Y/N)** | **Y** — the real **binding-strength numbers were removed**. Private "how often each family misses" percentages and calibration data are replaced with a qualitative statement: cross-family = the gold-standard binding pass; same-family = reference only. |
|
|
54
|
+
| **Cannot be published** | Real miss-rate percentages, internal calibration datasets, and any private scoring weights that backed the original tuning. |
|
|
55
|
+
| **Public-safe equivalent** | A definitional experience range you can act on (same-family reviewers tend to miss the same things; a different family catches more), plus a fully worked synthetic run — a synthetic task board, "family X" drafts and "family Y" binds — that demonstrates the gate without a single private number. |
|
|
56
|
+
| **File evidence** | `.aict/mechanisms/dual-guard/` (`README.md`, `EXAMPLE.synthetic.md`, `FAILURE_MODES.md`) |
|
|
57
|
+
|
|
58
|
+
### Asset class 3 — Task splitting
|
|
59
|
+
|
|
60
|
+
| Column | Account |
|
|
61
|
+
| --- | --- |
|
|
62
|
+
| **Source idea** | Before handing a large job to another AI, split it so each piece is self-contained and small enough not to overflow the tool's working window — prevention by splitting, not recovery after a stall. |
|
|
63
|
+
| **Public artifact** | The mechanism package, including the pre-dispatch self-audit. |
|
|
64
|
+
| **Kept verbatim (Y/N)** | **Y** — the self-audit checklist and the "split by topic/segment, keep each piece self-contained" rule are published unchanged. |
|
|
65
|
+
| **Rewritten / desensitized (Y/N)** | **Y** — the **real tuned numeric thresholds were removed** and relabeled as example thresholds you re-tune to your own tool's context window. |
|
|
66
|
+
| **Cannot be published** | The owner's specific tuned trigger values, which are calibrated to private tooling and would leak operational detail. |
|
|
67
|
+
| **Public-safe equivalent** | An operational set of self-audit questions with **example** values clearly marked "adjust to your tool," so you get a working procedure instead of someone else's machine-specific constants. |
|
|
68
|
+
| **File evidence** | `.aict/mechanisms/task-splitting/` |
|
|
69
|
+
|
|
70
|
+
### Asset class 4 — Handoff (A / B / C three modes)
|
|
71
|
+
|
|
72
|
+
| Column | Account |
|
|
73
|
+
| --- | --- |
|
|
74
|
+
| **Source idea** | Hand a task between sessions or tools by carrying explicit state, not chat memory — with three handoff modes for three situations (A high-interaction / B programmatic / C delivery overview) that all carry the same fixed set of must-include fields so the next session starts cleanly. |
|
|
75
|
+
| **Public artifact** | The mechanism package with the three-mode model and required-field list. |
|
|
76
|
+
| **Kept verbatim (Y/N)** | **Y** — the A/B/C modes and the required-field structure are published as-is; that structure is the whole point. |
|
|
77
|
+
| **Rewritten / desensitized (Y/N)** | **Y** — example session identifiers and paths are synthetic. |
|
|
78
|
+
| **Cannot be published** | Real session ids and real machine-local paths from actual handoffs. |
|
|
79
|
+
| **Public-safe equivalent** | A synthetic end-to-end handoff example (made-up session, made-up next-step) that shows exactly which fields to fill, without exposing a real session. |
|
|
80
|
+
| **File evidence** | `.aict/mechanisms/handoff-abc/` |
|
|
81
|
+
|
|
82
|
+
### Asset class 5 — Harvest and ERC
|
|
83
|
+
|
|
84
|
+
| Column | Account |
|
|
85
|
+
| --- | --- |
|
|
86
|
+
| **Source idea** | Turn a working conversation into durable knowledge through a fixed pipeline — scan → card → desensitize → confirm → file — and gate the cross-session "external recap" role behind a two-lock entry so it cannot start by accident. |
|
|
87
|
+
| **Public artifact** | The mechanism package with the harvest pipeline and the ERC two-lock entry. |
|
|
88
|
+
| **Kept verbatim (Y/N)** | **Y** — the scan→card→desensitize→confirm→file pipeline and the two-lock entry condition are published unchanged. |
|
|
89
|
+
| **Rewritten / desensitized (Y/N)** | **Y** — the worked harvest card is synthetic. |
|
|
90
|
+
| **Cannot be published** | Real harvested content (it would be private strategy, business, or growth material from actual sessions). |
|
|
91
|
+
| **Public-safe equivalent** | A synthetic harvest-card example that demonstrates the pipeline end to end, so you can run the same flow on your own conversations. |
|
|
92
|
+
| **File evidence** | `.aict/mechanisms/harvest-and-erc/` |
|
|
93
|
+
|
|
94
|
+
### Asset class 6 — The role system
|
|
95
|
+
|
|
96
|
+
| Column | Account |
|
|
97
|
+
| --- | --- |
|
|
98
|
+
| **Source idea** | Split collaboration into named roles with an explicit authority matrix — who proposes, who executes, who guards, who gathers facts, who harvests — so no single agent silently does everything. |
|
|
99
|
+
| **Public artifact** | Five role cards plus a roles README, written as a responsibility matrix. |
|
|
100
|
+
| **Kept verbatim (Y/N)** | **Y** — the responsibility-matrix structure and the role boundaries are published unchanged. |
|
|
101
|
+
| **Rewritten / desensitized (Y/N)** | **Y** — specific private product names were **replaced with generic terms**: a "main-brain AI," an "execution AI," and "different model families," instead of named tools and private internal routing. |
|
|
102
|
+
| **Cannot be published** | The owner's private authority structure tied to specific tools, and tool-specific internal routing. |
|
|
103
|
+
| **Public-safe equivalent** | Generic, vendor-neutral role cards (owner-controller / executor / guardian / scout / harvester) that map onto any tool stack, so the boundaries transfer without naming a private setup. |
|
|
104
|
+
| **File evidence** | `.aict/roles/` (`owner-controller.md`, `executor.md`, `system-guardian.md`, `scout.md`, `harvester.md`, `README.md`) |
|
|
105
|
+
|
|
106
|
+
### Asset class 7 — The mode system
|
|
107
|
+
|
|
108
|
+
| Column | Account |
|
|
109
|
+
| --- | --- |
|
|
110
|
+
| **Source idea** | Run collaboration in explicit modes (execute / review / handoff / harvest) with defined entry, exit, and cross-mode handoff, so the system always knows which posture it is in. |
|
|
111
|
+
| **Public artifact** | Four mode cards plus a modes README. |
|
|
112
|
+
| **Kept verbatim (Y/N)** | **Y** — the entry / exit / handoff structure of each mode is published unchanged. |
|
|
113
|
+
| **Rewritten / desensitized (Y/N)** | **N (structure)** — the mode mechanics are generic and need no redaction; any illustrative content is synthetic. |
|
|
114
|
+
| **Cannot be published** | Nothing mode-structural is private. (Private *content* that might pass through a mode is handled by the other asset classes' redaction.) |
|
|
115
|
+
| **Public-safe equivalent** | The mode cards themselves are already the public-safe form — generic postures usable on any stack. |
|
|
116
|
+
| **File evidence** | `.aict/modes/` (`execute.md`, `review.md`, `handoff.md`, `harvest.md`, `README.md`) |
|
|
117
|
+
|
|
118
|
+
### Asset class 8 — The mistake log / failure modes
|
|
119
|
+
|
|
120
|
+
| Column | Account |
|
|
121
|
+
| --- | --- |
|
|
122
|
+
| **Source idea** | Distill real incidents into anti-recurrence rules — every accident becomes a named failure mode so it does not happen twice. |
|
|
123
|
+
| **Public artifact** | A `FAILURE_MODES.md` alongside each layer and each mechanism. |
|
|
124
|
+
| **Kept verbatim (Y/N)** | **Y** — the method (incident → named failure mode → guard against it) is published unchanged. |
|
|
125
|
+
| **Rewritten / desensitized (Y/N)** | **Y** — the **real incident write-ups are not published**; the failure modes are reconstructed as synthetic, generic failures. |
|
|
126
|
+
| **Cannot be published** | Actual private feedback entries, which would describe real sessions, real mistakes, and real context. |
|
|
127
|
+
| **Public-safe equivalent** | The distillation method plus synthetic failure modes that name the same traps (e.g. treating a guard pass as a vote, skipping the gate on "looks fine" work) without exposing where they were learned. |
|
|
128
|
+
| **File evidence** | `.aict/mechanisms/dual-guard/FAILURE_MODES.md` and the other `FAILURE_MODES.md` files under `.aict/mechanisms/` and the six layers |
|
|
129
|
+
|
|
130
|
+
### Asset class 9 — The flagship case study (and the other synthetic labs)
|
|
131
|
+
|
|
132
|
+
| Column | Account |
|
|
133
|
+
| --- | --- |
|
|
134
|
+
| **Source idea** | Show the whole system on one realistic long task — an AI-coding job carried from request to a guarded "done" — so the mechanisms are seen working together, not just described. |
|
|
135
|
+
| **Public artifact** | The flagship case plus four more synthetic labs, each with a `CASE.md` and supporting artifacts. |
|
|
136
|
+
| **Kept verbatim (Y/N)** | **Y (shape)** — the case structure (request → execution → review → verdict → residual risk) is real and complete. |
|
|
137
|
+
| **Rewritten / desensitized (Y/N)** | **Y** — every case is **fully synthetic**: a fictional task board, not a real project. |
|
|
138
|
+
| **Cannot be published** | Real source code, real projects, real customers, or real source conversations. |
|
|
139
|
+
| **Public-safe equivalent** | A synthetic-but-realistic reviewed artifact — invented code and an invented task whose review still exercises real acceptance criteria — so the demonstration is honest about being synthetic while still teaching the loop. |
|
|
140
|
+
| **File evidence** | `.aict/examples/ai-coding-long-task/` (`CASE.md`, `artifacts/`) and the four sibling labs under `.aict/examples/` |
|
|
141
|
+
|
|
142
|
+
### Asset class 10 — Machine gates and format locks (the idea, not the implementation)
|
|
143
|
+
|
|
144
|
+
| Column | Account |
|
|
145
|
+
| --- | --- |
|
|
146
|
+
| **Source idea** | Key rules must be **machine-enforced, not left to self-discipline** — a soft instruction a model can rationalize away is weaker than a gate that hard-blocks. This *philosophy* is publishable even though the private enforcement is not. |
|
|
147
|
+
| **Public artifact** | One concrete, public-safe gate (`scripts/privacy-scan.js`) plus the privacy docs that state the principle. |
|
|
148
|
+
| **Kept verbatim (Y/N)** | **Y (principle)** — the idea "machine-enforce the rules that matter" is stated plainly. |
|
|
149
|
+
| **Rewritten / desensitized (Y/N)** | **Y** — the **specific private hook implementations, routing, and thresholds are not published**; only a lightweight public gate is. |
|
|
150
|
+
| **Cannot be published** | The private hook code and paths, the internal routing logic, and the tuned thresholds — the operational guts that would leak how the private system is wired. |
|
|
151
|
+
| **Public-safe equivalent** | A real, runnable lightweight gate (`privacy-scan.js`) you can read and use, proving the principle is genuine and not vaporware, without shipping the private enforcement internals. |
|
|
152
|
+
| **File evidence** | `scripts/privacy-scan.js`, `../PRODUCT_CONTRACT.md` §6, `.aict/privacy/` |
|
|
153
|
+
|
|
154
|
+
---
|
|
155
|
+
|
|
156
|
+
## Summary in the contract's own terms
|
|
157
|
+
|
|
158
|
+
These are the boundary terms from `PRODUCT_CONTRACT.md` §6, restated so this ledger is searchable against the contract.
|
|
159
|
+
|
|
160
|
+
### Public asset
|
|
161
|
+
|
|
162
|
+
The public asset across every row is the **reusable mechanism shape**: ideas, structures, prompts, templates, acceptance cards, guard reviews, handoffs, harvest seeds, roles, modes, and synthetic labs. That shape is published, in most rows verbatim.
|
|
163
|
+
|
|
164
|
+
### Rewritten
|
|
165
|
+
|
|
166
|
+
Private fuel is **rewritten** into public-safe equivalents — never simply dropped. A rule is published only when it can be explained without exposing private source material, and when it can, the explanation is kept whole.
|
|
167
|
+
|
|
168
|
+
### Cannot be published
|
|
169
|
+
|
|
170
|
+
The following never enter this repo: real personal profiles, raw conversations, actual customer or project details, **non-public automation** hooks, non-public routing, hidden thresholds, internal calibration numbers, internal weights, account clues, tokens, and local machine paths.
|
|
171
|
+
|
|
172
|
+
### Public-safe equivalent
|
|
173
|
+
|
|
174
|
+
For every removal there is a **public-safe equivalent**: synthetic labs, generic mechanism packages, blank templates you fill yourself, definitional binding strengths in place of measured numbers, and explicit privacy boundaries. The value stays usable even when the private source is absent — that is the whole point of a ledger instead of a deletion list.
|
|
175
|
+
|
|
176
|
+
### Synthetic cases
|
|
177
|
+
|
|
178
|
+
All public examples are **synthetic cases**. They preserve workflow value without copying private source material, and they say so on their face. If a stranger reads this ledger and then opens the file evidence, the two should agree — that agreement is the proof that this is real open source.
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# Release Priority
|
|
2
|
+
|
|
3
|
+
## P0
|
|
4
|
+
|
|
5
|
+
- Generate a complete `.aict` workspace.
|
|
6
|
+
- Keep `START_HERE.md` as the first path.
|
|
7
|
+
- Include all six layers with prompt, template, example, and failure modes.
|
|
8
|
+
- Include five synthetic cases.
|
|
9
|
+
- Keep adapters thin and pointed to one shared core contract.
|
|
10
|
+
- Run contract and privacy checks.
|
|
11
|
+
|
|
12
|
+
## P1
|
|
13
|
+
|
|
14
|
+
- Improve bilingual polish.
|
|
15
|
+
- Add more synthetic transcripts.
|
|
16
|
+
- Add packaging checks.
|
|
17
|
+
- Add usability notes from real readers.
|
|
18
|
+
|
|
19
|
+
## P2
|
|
20
|
+
|
|
21
|
+
- Add optional scenario packs.
|
|
22
|
+
- Add more adapters if tools introduce stable instruction formats.
|
|
23
|
+
- Add richer contribution guides.
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
# Why This Exists
|
|
2
|
+
|
|
3
|
+
Most advice for getting more out of AI is "use a better model." It helps, then it hits a ceiling — because model capability is only one factor in how productive you actually are.
|
|
4
|
+
|
|
5
|
+
## The productivity formula
|
|
6
|
+
|
|
7
|
+
AI productivity = model capability
|
|
8
|
+
× personal profile
|
|
9
|
+
× context management
|
|
10
|
+
× collaboration protocol
|
|
11
|
+
× judgment loop
|
|
12
|
+
× distribution / harvest flywheel
|
|
13
|
+
|
|
14
|
+
It is a **product, not a sum**, and that is the whole point. If any one factor is near zero, the result is near zero no matter how large the others are. A frontier model with no definition of "done", no second pass to catch a false completion, no handoff, and nothing harvested for next time still produces unreliable, un-compounding work. That is the mathematical reason "just switch to a stronger model" stops paying off: you cannot multiply your way past a factor that is zero.
|
|
15
|
+
|
|
16
|
+
It is also why this is **not a luck machine**. It does not try to make AI magically right more often. It raises the other five factors so the capability you already pay for actually lands.
|
|
17
|
+
|
|
18
|
+
## What the open version gives you
|
|
19
|
+
|
|
20
|
+
You bring the model — Claude, Cursor, Codex, whatever you already use. This workspace provides the other five factors:
|
|
21
|
+
|
|
22
|
+
- **Personal profile** — your AI keeps up with your current situation and preferences, so each round of work lands closer to what you actually want.
|
|
23
|
+
- **Context management** — a boundary and an acceptance card, so a task has a definition of "done" before work starts.
|
|
24
|
+
- **Collaboration protocol** — guard reviews, single-tool or cross-family checks, and a coaching layer that reminds you to use them at the right moment.
|
|
25
|
+
- **Judgment loop** — a "done" claim has to prove itself with evidence before you trust it.
|
|
26
|
+
- **Distribution / harvest flywheel** — what you work out once becomes a reusable card instead of vanishing when the chat ends.
|
|
27
|
+
|
|
28
|
+
## A personal AI operating system
|
|
29
|
+
|
|
30
|
+
Think of it less as a prompt pack and more as an operating system for working with AI: a small set of explicit files — profile, context, acceptance, guard, handoff, harvest — that any tool can load, so your standards travel with you across tools and across days instead of living in one chat history that disappears tomorrow.
|
|
31
|
+
|
|
32
|
+
## Where it comes from
|
|
33
|
+
|
|
34
|
+
This is extracted from a long-running, real personal AI-collaboration practice — not a clean-room theory. The thresholds, the failure cases, and the strong opinions are kept; the private details are stripped out. What is left is the part that generalizes: the structure, the numbers that actually matter, and the hard-won "don't do this" lessons.
|
|
35
|
+
|
|
36
|
+
The open method is complete enough to run on your own. If paid help is ever offered, it only calibrates this generic system to your real tools and workflow — it never unlocks a hidden version.
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
# 00 Start Here - AI Collaboration Open System
|
|
2
|
+
|
|
3
|
+
AI Collaboration Open System is a local-first way to make AI work visible, reviewable, handoff-ready, and reusable. Start by running the CLI, not by reading the whole theory.
|
|
4
|
+
|
|
5
|
+
This package is not published to npm yet, so run the CLI from a clone with `node bin/ai-collab.js`. The global `ai-collab` command only works after publish.
|
|
6
|
+
|
|
7
|
+
## 10 minutes
|
|
8
|
+
|
|
9
|
+
This is the first-run path, consistent with the README and START_HERE: two ways in, with **Path 1 (run the loop on your own real task) recommended** and the prepared demo as the optional Path 2.
|
|
10
|
+
|
|
11
|
+
```bash
|
|
12
|
+
node bin/ai-collab.js init --target ./my-ai-workspace
|
|
13
|
+
node bin/ai-collab.js check --workspace ./my-ai-workspace
|
|
14
|
+
```
|
|
15
|
+
|
|
16
|
+
(The package is not on npm yet, so use the local CLI entry `node bin/ai-collab.js`; after the npm package ships, the same commands run under the global `ai-collab` name. You can also run `node bin/ai-collab.js demo` to generate a throwaway synthetic workspace and inspect it.)
|
|
17
|
+
|
|
18
|
+
**Path 1 (recommended) — your own task:** open `./my-ai-workspace/.aict/walkthroughs/10-minute-your-task.md` and follow its five steps on one real (lightly redacted) task: the AI returns a boundary card and an acceptance card (done defined before any work), does only the accepted slice, then a fresh chat re-checks the result against evidence and rejects a claim the evidence does not back.
|
|
19
|
+
|
|
20
|
+
**Path 2 (optional) — watch the prepared demo first:** if your task feels too sensitive to paste, open `./my-ai-workspace/.aict/walkthroughs/10-minute.md` instead; it walks you through the flagship synthetic lab at `examples/ai-coding-long-task/CASE.md` and its artifacts, then catches a planted false "done". After it, run Path 1 on your own task.
|
|
21
|
+
|
|
22
|
+
The workspace map is `./my-ai-workspace/.aict/START_HERE.md`.
|
|
23
|
+
|
|
24
|
+
## Why this is not a prompt pack
|
|
25
|
+
|
|
26
|
+
A prompt pack gives you better one-off instructions. This system gives you a workspace with state: profile, context, acceptance, guard, handoff, harvest, roles, modes, mechanisms, cookbook, examples, and local state files.
|
|
27
|
+
|
|
28
|
+
## Why it is steadier than a single-agent chat
|
|
29
|
+
|
|
30
|
+
A single-agent chat can sound confident while losing rejected scope, missing evidence, and forgetting what is unverified. The local-first OS keeps those things in files:
|
|
31
|
+
|
|
32
|
+
- Context names the task boundary.
|
|
33
|
+
- Acceptance defines done before work starts.
|
|
34
|
+
- Guard review challenges the output before trust.
|
|
35
|
+
- Handoff lets another session resume.
|
|
36
|
+
- Harvest keeps the reusable lesson.
|
|
37
|
+
|
|
38
|
+
## The two paths in steps
|
|
39
|
+
|
|
40
|
+
This restates the 10-minute paths above, in steps. Path 1 is the recommended on-ramp; Path 2 is the optional demo.
|
|
41
|
+
|
|
42
|
+
**Path 1 (recommended) — run the loop on your own real task:**
|
|
43
|
+
|
|
44
|
+
1. Run `node bin/ai-collab.js init --target ./my-ai-workspace`.
|
|
45
|
+
2. Open `./my-ai-workspace/.aict/walkthroughs/10-minute-your-task.md` and follow its five steps.
|
|
46
|
+
3. Describe one real (lightly redacted) task; the AI returns a boundary card and an acceptance card — done defined before any work.
|
|
47
|
+
4. Let it do only the accepted slice and report what it changed, ran, and did not verify.
|
|
48
|
+
5. Open a fresh chat (ideally a different AI family) and have it re-check the result against evidence — watch it pressure-test the "done" claim and either pass it, reject it, or flag insufficient evidence, depending on what the evidence shows rather than the tone.
|
|
49
|
+
|
|
50
|
+
**Path 2 (optional) — watch the prepared demo first:**
|
|
51
|
+
|
|
52
|
+
1. Run the same `init` as above.
|
|
53
|
+
2. Open `./my-ai-workspace/.aict/walkthroughs/10-minute.md` and follow its five steps; optionally run `node bin/ai-collab.js demo` to inspect a throwaway synthetic workspace.
|
|
54
|
+
3. It walks you through the flagship case `examples/ai-coding-long-task/CASE.md` and its artifacts.
|
|
55
|
+
4. Copy the context package, acceptance card, and execution prompt into Codex, Claude Code, Cursor, Cline, Windsurf, or Copilot.
|
|
56
|
+
5. Run guard review before accepting the answer and watch it catch the planted false "done" — then come back and run Path 1 on your own task.
|
|
57
|
+
|
|
58
|
+
## Next file
|
|
59
|
+
|
|
60
|
+
Read `01-ai-collaboration-os.md` after you have run your first loop.
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
# 01 AI Collaboration OS
|
|
2
|
+
|
|
3
|
+
AI Collaboration Open System is a local-first collaboration operating system for people who use AI tools but do not want the tool to become the center of judgment.
|
|
4
|
+
|
|
5
|
+
## Core idea
|
|
6
|
+
|
|
7
|
+
The system does not try to automate all agents. It keeps the human in the controller seat and gives every AI tool the same visible state:
|
|
8
|
+
|
|
9
|
+
- Who is this work for?
|
|
10
|
+
- What is the task boundary?
|
|
11
|
+
- What does done mean?
|
|
12
|
+
- What evidence exists?
|
|
13
|
+
- What must be reviewed before trust?
|
|
14
|
+
- What should the next session know?
|
|
15
|
+
- What reusable learning should be saved?
|
|
16
|
+
|
|
17
|
+
## What runs locally
|
|
18
|
+
|
|
19
|
+
The CLI writes plain files into `.aict/`. It does not call model APIs, upload content, or run telemetry. Your AI tool can read the files you choose to paste or attach.
|
|
20
|
+
|
|
21
|
+
## Operating loop
|
|
22
|
+
|
|
23
|
+
1. Profile sets collaboration defaults.
|
|
24
|
+
2. Context packages the task.
|
|
25
|
+
3. Acceptance defines pass and reject states.
|
|
26
|
+
4. Execution creates the artifact.
|
|
27
|
+
5. Guards challenge evidence, scope, and privacy.
|
|
28
|
+
6. Handoff transfers state.
|
|
29
|
+
7. Harvest saves reusable knowledge.
|
|
30
|
+
|
|
31
|
+
## Public edition boundary
|
|
32
|
+
|
|
33
|
+
The public edition includes generic mechanisms, templates, prompts, roles, modes, and synthetic labs. It excludes private personal profiles, non-public automation hooks, account material, raw chats, and any real client or identity trail.
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
# 02 Six-Layer Architecture
|
|
2
|
+
|
|
3
|
+
The AI Collaboration Open System uses a local-first six-layer architecture. Each layer answers one question and produces one inspectable artifact.
|
|
4
|
+
|
|
5
|
+
## 1. Profile
|
|
6
|
+
|
|
7
|
+
Question: how should AI collaborate with this person or team?
|
|
8
|
+
|
|
9
|
+
Output: stable working preferences, decision style, boundaries, and review preferences.
|
|
10
|
+
|
|
11
|
+
## 2. Context
|
|
12
|
+
|
|
13
|
+
Question: what is the current task, and what should not be assumed?
|
|
14
|
+
|
|
15
|
+
Output: goal, state, artifacts, facts, assumptions, risks, non-goals, and open questions.
|
|
16
|
+
|
|
17
|
+
## 3. Acceptance
|
|
18
|
+
|
|
19
|
+
Question: what does done mean before work starts?
|
|
20
|
+
|
|
21
|
+
Output: deliverables, pass criteria, required checks, rejected states, and evidence needed.
|
|
22
|
+
|
|
23
|
+
## 4. Guard
|
|
24
|
+
|
|
25
|
+
Question: what must be challenged before trust?
|
|
26
|
+
|
|
27
|
+
Output: findings, evidence, required fixes, residual risk, and recommendation.
|
|
28
|
+
|
|
29
|
+
This is the single review layer (`.aict/guard/`). When work needs two independent review passes, use the dual-guard mechanism in `.aict/mechanisms/dual-guard/`.
|
|
30
|
+
|
|
31
|
+
## 5. Handoff
|
|
32
|
+
|
|
33
|
+
Question: how can the next session continue without replaying the whole chat?
|
|
34
|
+
|
|
35
|
+
Output: done, pending, blocked, unverified, decisions, verification evidence, and next action.
|
|
36
|
+
|
|
37
|
+
## 6. Harvest
|
|
38
|
+
|
|
39
|
+
Question: what reusable learning should survive this task?
|
|
40
|
+
|
|
41
|
+
Output: reusable knowledge, prompt fragments, decision records, rule candidates, and what not to generalize.
|
|
42
|
+
|
|
43
|
+
## Why files matter
|
|
44
|
+
|
|
45
|
+
Single-agent chats hide state in the conversation. A local-first workspace keeps state in files that can be reviewed, copied, corrected, and handed to any AI tool.
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
# 03 Role System
|
|
2
|
+
|
|
3
|
+
The AI Collaboration Open System uses roles to separate responsibility. Roles are public-safe collaboration boundaries, not secret authority.
|
|
4
|
+
|
|
5
|
+
Each role is defined as a responsibility matrix rather than a two-line "does / does not". A matrix states six things — what the role **can do**, what it **cannot do**, what it takes **in**, what it produces **out**, who it **escalates to** when something exceeds its authority, and a concrete **overreach example** of what breaks when the boundary is crossed. The full role cards live in `.aict/roles/`; the summaries below mirror them.
|
|
6
|
+
|
|
7
|
+
## Owner / controller
|
|
8
|
+
|
|
9
|
+
Top of the responsibility chain. **Can:** set the goal and acceptance, issue instructions, choose between options, accept or reject work, and own the final decision. **Cannot:** approve its own judgment as if it were independent review, make the guardian's call, or step in to do the heavy production work that should have been delegated. **In:** the task plus proposed plans, options, returned artifacts, and verdicts. **Out:** instructions, acceptance decisions, and the final recorded decision. **Escalates to:** no one above it — it tasks a scout for facts or a guardian for a check, but never hands the decision upward. **Overreach:** if the controller writes the implementation itself, no independent party is left to review it, so it grades its own homework and a defect ships.
|
|
10
|
+
|
|
11
|
+
## Executor
|
|
12
|
+
|
|
13
|
+
**Can:** implement the task from the provided files, change the agreed artifacts, save state, and self-verify. **Cannot:** make the controller's decisions, silently expand scope, or cross a core boundary without stopping to ask. **In:** a task packet (goal, boundary, files, constraints, acceptance). **Out:** the artifact plus a three-part report — what changed, the verification evidence, and what is still unverified. **Escalates to:** the controller, whenever the task is ambiguous, scope must grow, or a core boundary is in the way. **Overreach:** if it edits a shared rule while fixing a small bug, a scoped fix quietly becomes an unreviewed rule change.
|
|
14
|
+
|
|
15
|
+
## System guardian
|
|
16
|
+
|
|
17
|
+
A referee, not a player. **Can:** independently review for acceptance fit, privacy, evidence quality, and handoff readiness; surface blind spots; and issue a verdict with every finding pointed at concrete evidence. **Cannot:** give orders, execute, or rewrite the artifact it judges; a concern is not approval. **In:** the object under review plus its acceptance card, context, and evidence. **Out:** a verdict and findings, with required fixes and named residual risk handed back — not applied. **Escalates to:** the controller, which decides what to fix, what to accept, and whether to close. **Overreach:** if it edits the artifact to fix a flaw it found, it becomes both referee and player and its verdict can no longer be trusted.
|
|
18
|
+
|
|
19
|
+
## Scout
|
|
20
|
+
|
|
21
|
+
Gathers facts; does not judge them. **Can:** collect external facts, candidate paths, and comparisons; list evidence gaps; and label how time-sensitive each finding is. **Cannot:** interpret or rule on the evidence, recommend a path, or turn exploration into implementation. **In:** the specific question or unknown to investigate. **Out:** a fact card with sources and freshness labels and no verdict attached. **Escalates to:** the controller, which does the synthesis and the decision. **Overreach:** if it returns "you should choose A," it mixes evidence with judgment and contaminates the later independent decision.
|
|
22
|
+
|
|
23
|
+
## Supervisor
|
|
24
|
+
|
|
25
|
+
A state translator, not a driver. **Can:** turn the AI's current state into plain language (where the main line is, what just happened, what is next), watch the main line for drift, watch whether "done-pending-verification" is being passed off as "accepted," watch whether a decision is being punted back to the human, and issue one of three plain verdicts (send / send-with-a-correction / stop-and-fix-first). **Cannot:** steer direction or make the call, do the guardian's job (no formal verdict on facts, no code-level defect hunting, no ruling on evidence), or open a side issue into a new main line. **In:** the AI's current state to translate (a status update, handoff packet, plan, or progress report) plus the main line it is supposed to serve. **Out:** a short plain-language status read plus the three-question check, ending in send / send-with-a-correction / stop-and-fix-first. **Escalates to:** the owner / controller for the decision, and the guardian for any true facts-and-evidence judgment. **Overreach:** if it stops translating and starts grading the code, it becomes a second guardian — "main line on track" gets mixed with "code verified," the real fact-check never gets an independent pass, and the cheap plain-language safety net turns into one more heavyweight reviewer.
|
|
26
|
+
|
|
27
|
+
## Harvester
|
|
28
|
+
|
|
29
|
+
Proposes; does not file to the source of truth on its own. **Can:** sweep a finished loop, lift reusable bits into harvest cards, and redact private material into a public-safe form. **Cannot:** write directly into the knowledge base, accept its own cards as final, or generalize one incident into a permanent rule without evidence and sign-off. **In:** the conversation or material to harvest. **Out:** public-safe harvest cards presented as candidates awaiting confirmation. **Escalates to:** the owner / controller, who confirms each card before it lands. **Overreach:** if it files a card without confirmation, an unverified lesson is frozen into a standing rule by accident.
|
|
30
|
+
|
|
31
|
+
## How roles work with tools
|
|
32
|
+
|
|
33
|
+
Codex, Claude Code, Cursor, Cline, Windsurf, and Copilot can all run these roles by reading the same local-first workspace files. The role tells the tool what responsibility it has in this step, and the matrix tells it exactly where that responsibility starts, stops, and gets handed off.
|