@hap-labs/human-agent-paradigm 0.1.0 → 0.2.1
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/README.md +19 -45
- package/assets/EN/CONFORMANCE_CHECKLIST.md +156 -161
- package/assets/EN/CONTRACT_TEMPLATE.md +108 -112
- package/assets/EN/DECISION_REQUEST_TEMPLATE.md +76 -81
- package/assets/EN/DELIVERY_REPORT_TEMPLATE.md +103 -83
- package/assets/EN/DERIVED_SPECIFICATION.md +73 -76
- package/assets/EN/HUMAN_AGENT_PARADIGM.md +26 -30
- package/docs/ZH_CN/README.md +30 -0
- package/package.json +7 -16
- package/CHANGELOG.md +0 -21
- package/README.zh-CN.md +0 -52
- package/scripts/python/repo_governance_check/__init__.py +0 -3
- package/scripts/python/repo_governance_check/__main__.py +0 -6
- package/scripts/python/repo_governance_check/checks.py +0 -359
- package/scripts/python/repo_governance_check/cli.py +0 -115
- package/scripts/python/repo_governance_check/config.py +0 -33
- package/scripts/python/repo_governance_check/governance_check_config.json +0 -166
- package/scripts/python/repo_governance_check/report.py +0 -79
package/README.md
CHANGED
|
@@ -1,60 +1,34 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Human-Agent Paradigm
|
|
2
2
|
|
|
3
|
-
The **governance content package** of the Human-Agent Paradigm (HAP):
|
|
4
|
-
|
|
5
|
-
(owner-approval cadence) and tooling (engineering cadence) release independently.
|
|
3
|
+
The **governance content package** of the Human-Agent Paradigm (HAP): six frozen governance documents and their
|
|
4
|
+
structural self-check tool, published as a standalone npm package so that the content.
|
|
6
5
|
|
|
7
|
-
**English** | [简体中文](README.
|
|
6
|
+
**English** | [简体中文](docs/ZH_CN/README.md)
|
|
8
7
|
|
|
9
8
|
## Contents
|
|
10
9
|
|
|
11
|
-
| Path
|
|
12
|
-
|
|
13
|
-
| `assets/ZH_CN/`
|
|
14
|
-
| `assets/EN/`
|
|
15
|
-
| `scripts/python/repo_governance_check/` | Structural self-check for the document set (Python stdlib only; auto-detects `assets/ZH_CN` etc.) |
|
|
10
|
+
| Path | Purpose |
|
|
11
|
+
|:----------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|
12
|
+
| `assets/ZH_CN/` | The six governance documents (Simplified Chinese originals): `HUMAN_AGENT_PARADIGM.md` (Constitution v1.0), `DERIVED_SPECIFICATION.md` (Derived Specification v1.0), `CONFORMANCE_CHECKLIST.md` (Conformance Checklist v1.0), `CONTRACT_TEMPLATE.md`, `DECISION_REQUEST_TEMPLATE.md`, `DELIVERY_REPORT_TEMPLATE.md` |
|
|
13
|
+
| `assets/EN/` | The official English translations of the same six documents |
|
|
16
14
|
|
|
17
15
|
## Usage
|
|
18
16
|
|
|
19
|
-
Consumers copy the `assets/` language
|
|
20
|
-
|
|
21
|
-
```bash
|
|
22
|
-
python3 -m scripts.python.repo_governance_check --root . --out-dir reports
|
|
23
|
-
```
|
|
17
|
+
Consumers copy the `assets/` language directory into the governance root of their own workspace. Standalone use.
|
|
24
18
|
|
|
25
19
|
## Version strategy
|
|
26
20
|
|
|
27
|
-
| Content version
|
|
28
|
-
|
|
29
|
-
| Constitution v1.0
|
|
30
|
-
| Constitution
|
|
31
|
-
| Derived
|
|
32
|
-
|
|
33
|
-
The Constitution version is authoritative; package versions follow it. Every content amendment requires explicit owner
|
|
34
|
-
approval in a HAP flow (Constitution §0.4, Derived Specification §0.4). Tooling changes to the checker do not change the
|
|
35
|
-
governance content.
|
|
36
|
-
|
|
37
|
-
## Publishing
|
|
38
|
-
|
|
39
|
-
Releases are published to npm from GitHub Actions ([.github/workflows/publish.yml](.github/workflows/publish.yml)):
|
|
40
|
-
pushing a `v*` tag that matches the `package.json` version triggers a build + `npm publish`; the same can be triggered
|
|
41
|
-
manually with `workflow_dispatch`.
|
|
42
|
-
|
|
43
|
-
The workflow uses npm **Trusted Publishing (OIDC)** — publishing authenticates with the GitHub Actions OIDC token, so
|
|
44
|
-
**no npm token/secret** is stored in this repository. Provenance is generated automatically for public repositories.
|
|
45
|
-
|
|
46
|
-
Before the first publish succeeds, configure the Trusted Publisher once on npmjs.com
|
|
47
|
-
(Package Settings → Trusted publishing → GitHub Actions):
|
|
48
|
-
|
|
49
|
-
- Organization or user: `hap-labs`
|
|
50
|
-
- Repository: `human-agent-paradigm-governance`
|
|
51
|
-
- Workflow filename: `publish.yml`
|
|
52
|
-
- Allowed actions: `npm publish`
|
|
21
|
+
| Content version | Package version | Trigger |
|
|
22
|
+
|:----------------------------------------------|:------------------------|:-------------------------|
|
|
23
|
+
| Constitution v1.0 | 1.0.0 (baseline) | Initial release |
|
|
24
|
+
| Constitution amendment (major) | major increment | New constitution version |
|
|
25
|
+
| Derived spec / checklist / template revisions | minor / patch increment | Derived-family edits |
|
|
53
26
|
|
|
54
|
-
|
|
55
|
-
|
|
27
|
+
The constitution version governs, and the package version follows it. Any content revision must be explicitly approved
|
|
28
|
+
by the Owner within a HAP run (Constitution §0.4, Derived Specification §0.4). Tool-only changes to the self-check tool
|
|
29
|
+
do not change the governance content.
|
|
56
30
|
|
|
57
31
|
## Governance
|
|
58
32
|
|
|
59
|
-
This repository is governed by its own content (the HAP Constitution).
|
|
60
|
-
|
|
33
|
+
This repository is governed by its own content (the HAP Constitution). Revisions happen through a HAP run with the
|
|
34
|
+
Owner's signature; publishing is an Owner-authorized action.
|
|
@@ -1,211 +1,206 @@
|
|
|
1
1
|
# Human–Agent Collaboration Paradigm · Conformance Self-Check Checklist
|
|
2
2
|
|
|
3
|
-
> English translation of the frozen document `CONFORMANCE_CHECKLIST.md`. The Simplified Chinese original is
|
|
4
|
-
> authoritative for governance; this English copy is provided for agent reading and for filling `checklist_filled.md`.
|
|
5
|
-
> Version markers mirror the original (v1.0), and every item ID and ★ marker is kept identical so the preflight
|
|
6
|
-
> inventory
|
|
7
|
-
> comparison works in either language. When filling the English copy, verdicts are `Compliant` / `Non-compliant` /
|
|
8
|
-
> `Not applicable`; in the user-language copy, `符合` / `不符合` / `不适用`.
|
|
9
|
-
|
|
10
3
|
Version: v1.0
|
|
11
4
|
Status: self-check tool · subordinate to the constitution · v1.0 reviewed and confirmed by the Owner, serving as the
|
|
12
5
|
pre-delivery self-check basis
|
|
13
|
-
Upstream document: `HUMAN_AGENT_PARADIGM.md` v1.0 (
|
|
14
|
-
Companion document: `DERIVED_SPECIFICATION.md` v1.0 (
|
|
6
|
+
Upstream document: `HUMAN_AGENT_PARADIGM.md` v1.0 (Constitution)
|
|
7
|
+
Companion document: `DERIVED_SPECIFICATION.md` v1.0 (Derived Specification)
|
|
15
8
|
|
|
16
|
-
##
|
|
9
|
+
## Usage
|
|
17
10
|
|
|
18
|
-
1. **When to run**: before every delivery (
|
|
11
|
+
1. **When to run**: before every delivery (before P7), at the end of every milestone, and at every governance audit; the
|
|
19
12
|
pre-delivery check is mandatory.
|
|
20
|
-
2. **
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
3. **★ marks hard
|
|
24
|
-
|
|
25
|
-
|
|
13
|
+
2. **How to judge**: each item may be filled only as `Compliant` / `Non-compliant` / `Not applicable`. A `Compliant`
|
|
14
|
+
must include an evidence ID or evidence location; a `Not applicable` must give a reason; a "Compliant" without
|
|
15
|
+
evidence is treated as `Non-compliant`.
|
|
16
|
+
3. **★ marks a hard item**: if any ★ item fails, the delivery may not enter acceptance; non-conformances touching
|
|
17
|
+
constitution 3.1, 3.2, or 3.4 void the delivery. A ★ item may not be filled as "not applicable"; when scope is
|
|
18
|
+
genuinely disputed, return to the contract process for the human to rule, not exempt it within this checklist.
|
|
26
19
|
4. **This checklist is a self-check tool, not proof of conformance**: conformance ultimately rests on behavior and
|
|
27
|
-
results, evidenced by independently verifiable
|
|
28
|
-
multi-view review
|
|
29
|
-
5. **
|
|
30
|
-
appended after this
|
|
31
|
-
6. **
|
|
32
|
-
confirmed by the human.
|
|
20
|
+
results, evidenced by independently verifiable evidence (constitution 9.2). Passing the self-check does not replace
|
|
21
|
+
multi-view review or human acceptance.
|
|
22
|
+
5. **Remediation rules**: a non-★ item that is non-compliant must be recorded as a defect, remediated, and re-checked;
|
|
23
|
+
the re-check result is appended after this checklist and archived with the evidence.
|
|
24
|
+
6. **Signing**: the checker, the check time, and the evidence-package version used must be recorded; the final
|
|
25
|
+
conclusion is confirmed by the human.
|
|
33
26
|
|
|
34
27
|
---
|
|
35
28
|
|
|
36
29
|
## A. Normative Status and Applicability
|
|
37
30
|
|
|
38
|
-
| # | Check item
|
|
39
|
-
|
|
40
|
-
| A1 | This delivery is within the
|
|
41
|
-
| A2 | This delivery
|
|
42
|
-
| A3 |
|
|
43
|
-
| A4 | Every derived/implementation requirement has an upstream basis; no
|
|
44
|
-
| A5 | This self-check checklist has been archived with its evidence
|
|
45
|
-
|
|
46
|
-
## B. Reliability (
|
|
47
|
-
|
|
48
|
-
| # | Check item
|
|
49
|
-
|
|
50
|
-
| R1 ★ | Every "completed / achieved / passed" claim
|
|
51
|
-
| R2 ★ | Evidence comes from an actual process or real artifact and is independently checkable
|
|
52
|
-
| R3 ★ | No fabricated evidence, no
|
|
53
|
-
| R4 ★ | Simulation, description, or imagination
|
|
54
|
-
| R5 ★ | Externally reported state matches real state
|
|
55
|
-
| R6 ★ | Traceable along "need → design → implementation → verification → delivery"
|
|
56
|
-
| R7 ★ | Incomplete work, failure, and unmet standards all clearly reported | failure/incomplete list and report records; no vague wording
|
|
57
|
-
| R8 | Progress expressed
|
|
58
|
-
| R9 | No self-declaration
|
|
59
|
-
| R10 |
|
|
60
|
-
|
|
61
|
-
## C. Excellence (
|
|
62
|
-
|
|
63
|
-
| # | Check item | Judgment
|
|
64
|
-
|
|
65
|
-
| E1 ★ | The contract established judgeable criteria for each of the five excellence dimensions
|
|
66
|
-
| E2 ★ |
|
|
67
|
-
| E3 ★ | Every excellence criterion has evidence and is judged "met" | contract-criterion ID → evidence ID → conclusion mapping table
|
|
68
|
-
| E4 ★ | Multi-view review executed
|
|
69
|
-
| E5 ★ | Review aims to find defects, not to prove correctness | each record contains
|
|
70
|
-
| E6 ★ |
|
|
71
|
-
| E7 ★ | No known unresolved defect inside the contract scope; defects chosen not to fix
|
|
72
|
-
| E8 ★ |
|
|
73
|
-
| E9 ★ |
|
|
74
|
-
| E10 ★ |
|
|
75
|
-
| E11 ★ |
|
|
76
|
-
| E12 ★ |
|
|
77
|
-
| E13 ★ | Outstanding performance on one dimension
|
|
31
|
+
| # | Check item | Judgment point / required evidence | Basis | Result |
|
|
32
|
+
|:---|:-------------------------------------------------------------------------------------------------------------|:------------------------------------------------------------------------|:-----------------------------------|:-------|
|
|
33
|
+
| A1 | This delivery is within the scope governed by the constitution and does not conflict with it | delivery description, applicable-scope record; conflicts escalated | constitution 0.1–0.3 | |
|
|
34
|
+
| A2 | This delivery is traceable to derived-specification clauses | traceability matrix (constitution → derived spec → contract → evidence) | constitution 9.1; derived 0.2, 9.1 | |
|
|
35
|
+
| A3 | Neither the contract, records, nor implementation weakens constitutional core clauses | core-clause comparison-check record | constitution 0.4 | |
|
|
36
|
+
| A4 | Every derived/implementation requirement has an upstream basis; no "invented out of nothing" hard obligation | traceability matrix | constitution 9.1 | |
|
|
37
|
+
| A5 | This self-check checklist has been archived with its evidence | archiving record | derived 9.2 | |
|
|
38
|
+
|
|
39
|
+
## B. Reliability (hard requirement one)
|
|
40
|
+
|
|
41
|
+
| # | Check item | Judgment point / required evidence | Basis | Result |
|
|
42
|
+
|:------|:-------------------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------|:-------------------------------------------|:-------|
|
|
43
|
+
| R1 ★ | Every "completed / achieved / passed" claim has evidence | claims list mapped one-to-one to evidence, no orphan claims | constitution 3.1.1; derived 1.3, 5.2 | |
|
|
44
|
+
| R2 ★ | Evidence comes from an actual process or a real artifact and is independently checkable | evidence contains ID, time, method of production, review method, source location | constitution 3.1.1; derived 5.1 | |
|
|
45
|
+
| R3 ★ | No fabricated evidence, no citing of things that do not exist, no fictitious output | evidence-chain spot-check records; adversarial review records | constitution 3.1 prohibitions; derived 5.5 | |
|
|
46
|
+
| R4 ★ | Simulation, description, or imagination has not replaced real output | artifact is a runnable/usable entity; no "demo standing in for the real thing" | constitution 3.1 prohibitions; derived 5.1 | |
|
|
47
|
+
| R5 ★ | Externally reported state matches real state; no front-running, embellishment, or omission | state reports compared against artifact/evidence snapshots | constitution 3.1.2; derived 5.3 | |
|
|
48
|
+
| R6 ★ | Traceable along "need → design → implementation → verification → delivery" | traceability matrix; at least one verification evidence per contract clause | constitution 3.1.3; derived 5.4 | |
|
|
49
|
+
| R7 ★ | Incomplete work, failure, and unmet standards are all clearly reported | failure/incomplete list and report records; no vague wording | constitution 3.1.4; derived 5.3 | |
|
|
50
|
+
| R8 | Progress is expressed in objective terms (done/total, passed/failed), with no "basically done" wording | progress records | derived 5.3 | |
|
|
51
|
+
| R9 | No case where self-declaration replaces evidence | spot-check: any "passed/excellent" conclusion has third-party-checkable evidence | constitution 3.1.1, A2; derived 5.5 | |
|
|
52
|
+
| R10 | The evidence package is complete; an acceptor can verify without asking the Agent for more | evidence-package directory compared against contract C8 | derived 1.1, 5.4 | |
|
|
53
|
+
|
|
54
|
+
## C. Excellence (hard requirement two)
|
|
55
|
+
|
|
56
|
+
| # | Check item | Judgment point / required evidence | Basis | Result |
|
|
57
|
+
|:-------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------|:----------------------------------------------|:-------|
|
|
58
|
+
| E1 ★ | The contract has established judgeable criteria for each of the five excellence dimensions | contract C5; every criterion has a unique ID | constitution 3.2.1, 6.1–6.5; derived 2.2, 2.3 | |
|
|
59
|
+
| E2 ★ | The excellence criteria were confirmed by the human; the Agent has not unilaterally relaxed them | contract signing records; no unapproved lowering of criteria versions | constitution 3.2.1; derived 2.3 | |
|
|
60
|
+
| E3 ★ | Every excellence criterion has evidence and is judged "met" | contract-criterion ID → evidence ID → conclusion mapping table | constitution 3.2.3; derived 6.1 | |
|
|
61
|
+
| E4 ★ | Multi-view review executed: product, user, engineering, and adversarial perspectives all present | four independent review records | constitution 3.2.2, 6.6; derived 6.2 | |
|
|
62
|
+
| E5 ★ | Review aims to find defects, not to prove correctness | each record contains defect-finding methods and counterexamples tried; list defects when found, record the paths tried when none found | constitution 6.6.2; derived 6.2, 6.3 | |
|
|
63
|
+
| E6 ★ | The review standpoint is independent of the production process of the content under review | perspective, standpoint, method, records independent; no "author endorsement" | constitution 6.6.2; derived 6.3 | |
|
|
64
|
+
| E7 ★ | No known unresolved defect inside the contract scope; defects chosen not to fix have been approved by the human as moved out of scope and explicitly disclosed | defect list fully closed; scope-adjustment records; delivery-report disclosure | constitution 6.6.3; derived 6.4 | |
|
|
65
|
+
| E8 ★ | Evidence of sound design: key decision records, structure analysis, need-to-design traceability | design notes, key decision records | constitution 6.1; derived 2.3 | |
|
|
66
|
+
| E9 ★ | Evidence of complete functionality: requirements-coverage matrix; main paths, boundaries, and exceptional scenarios covered | requirements traceability matrix, test/run/use records | constitution 6.2; derived 2.3 | |
|
|
67
|
+
| E10 ★ | Evidence of elegant implementation: for software, readability/cohesion/low duplication/static checks; for non-software, craft clarity/consistency/low waste; all meet contract thresholds | craft/code checks, review records, measurements | constitution 6.3; derived 2.3 | |
|
|
68
|
+
| E11 ★ | Evidence of perfect experience: target-user paths, feedback, error recovery, no known friction | user path walkthrough / usability verification records | constitution 6.4; derived 2.3 | |
|
|
69
|
+
| E12 ★ | Evidence of excellent performance: measurements/usage records under contract scenarios/loads meet thresholds with headroom | measurement/usage plan, results, environment notes | constitution 6.5; derived 2.3 | |
|
|
70
|
+
| E13 ★ | Outstanding performance on one dimension has not offset failure on another | item-by-item conclusions on all five dimensions; no "overall excellence" replacing item-by-item met | constitution 3.3; derived 6.1 | |
|
|
78
71
|
|
|
79
72
|
## D. Boundaries and Decisions
|
|
80
73
|
|
|
81
|
-
| # | Check item
|
|
82
|
-
|
|
83
|
-
| D1 ★ | Every
|
|
84
|
-
| D2 ★ | No "how-to" capability
|
|
85
|
-
| D3 ★ |
|
|
86
|
-
| D4 ★ | Every decision request
|
|
87
|
-
| D5 ★ | Preference-type
|
|
88
|
-
| D6 ★ | Proposals contain at least two substantively different options
|
|
89
|
-
| D7 | Proposals and contract drafts
|
|
90
|
-
| D8 | The human did not overstep into execution details, did not approve step by step, and did not do executive work
|
|
91
|
-
| D9 | At every decision point the human's choice, basis, and impact
|
|
92
|
-
| D10 | Between decision points the Agent worked autonomously and continuously
|
|
93
|
-
| D11 | Factual
|
|
94
|
-
| D12 | Every decision request
|
|
74
|
+
| # | Check item | Judgment point / required evidence | Basis | Result |
|
|
75
|
+
|:------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------------------------|:------------------------------------------------|:-------|
|
|
76
|
+
| D1 ★ | Every intervention requiring a human decision is one of the two necessary-decision kinds — preference/value or authorization/responsibility; factual-information completion is separately checked under D11 | interaction log + necessity-test records | constitution 4.3; derived 4.1, 4.2 | |
|
|
77
|
+
| D2 ★ | No "how-to" capability question was put to the human | question-record classification | constitution 4.4; derived 4.4 | |
|
|
78
|
+
| D3 ★ | Nothing the Agent could ascertain/verify or cover under existing authorization was handed to the human (including factual-information requests) | necessity-test and information-request records: every question proves it could not be self-decided | constitution 4.3, 4.4; derived 4.2, 4.4 | |
|
|
79
|
+
| D4 ★ | Every decision request carries: background summary, substantive options, recommendation, reason, default choice, decision impact | decision-request records | constitution 4.4; derived 4.3 | |
|
|
80
|
+
| D5 ★ | Preference-type default advancement is disclosed with a trace; authorization/responsibility decisions had no default and waited for the human's explicit decision | default-taking records; authorization-type waiting records | constitution 4.4; derived 4.4 | |
|
|
81
|
+
| D6 ★ | Proposals contain at least two substantively different options, and the recommendation has reasons and cost | proposal records; option differences discernible | constitution 4.5; derived 4.5 | |
|
|
82
|
+
| D7 | Proposals and contract drafts disclose pros, cons, cost, and standard strength completely and without bias, with no inducement toward weaker standards | proposal texts, contract history | constitution 4.5; derived 4.5 | |
|
|
83
|
+
| D8 | The human did not overstep into execution details, did not approve step by step, and did not do executive work in place of the Agent | interaction log; overstepping-reminder records (if any) | constitution 4.6; derived 4.6 | |
|
|
84
|
+
| D9 | At every decision point the human's choice, basis, and impact are traced | decision records and accountability | constitution 5.1.5; derived 4.5 | |
|
|
85
|
+
| D10 | Between decision points the Agent worked autonomously and continuously and did not ask step by step | interaction timeline and decision-point list | constitution 5.1.1; derived 4.1 | |
|
|
86
|
+
| D11 | Factual-information requests occur only in P0/P1 and only after the Agent exhausted self-service; the request includes channels already tried, the exact missing information, and its use, with no "how-to" or executive shifting | information-request records, search-attempt records | constitution 4.2, 4.4, 5.2 P1; derived 4.1, 4.4 | |
|
|
87
|
+
| D12 | Every decision request states a response window or an inferred window; preference-type timeouts proceed on the default with a trace; authorization/responsibility types have no default | decision-request and overdue-handling records | constitution 4.4; derived 4.4 | |
|
|
95
88
|
|
|
96
89
|
## E. Process and Contract
|
|
97
90
|
|
|
98
|
-
| # | Check item
|
|
99
|
-
|
|
100
|
-
| P1 ★ | P0 intent alignment executed; the intent record confirmed by the human
|
|
101
|
-
| P2 ★ | P3 contract established and signed by the human; C1–C10 complete
|
|
102
|
-
| P3 ★ | P7 delivery and acceptance executed per the contract, not skipped
|
|
103
|
-
| P4 ★ |
|
|
104
|
-
| P5 ★ | Design before implementation; the design
|
|
105
|
-
| P6 ★ | P6 multi-view polish executed and
|
|
106
|
-
| P7 ★ | No silent deviation from any confirmed direction;
|
|
107
|
-
| P8 | P1 fact baseline traceable; the human was asked only when the Agent could not obtain information itself
|
|
108
|
-
| P9 | P2 direction decided by the human or
|
|
109
|
-
| P10 | P5
|
|
110
|
-
| P11 | Phase trimming authorized and traceable; P0/P3/P7, P6, and the
|
|
111
|
-
| P12 | On
|
|
112
|
-
| P13 | When the human changed intent/constraints
|
|
113
|
-
| P14 | When reliability and excellence could not both be met
|
|
114
|
-
| P15 | Acceptance used the contract as the sole basis (the contract not violating the constitution/derived spec); no out-of-contract requirements added
|
|
115
|
-
| P16 | Acceptance
|
|
91
|
+
| # | Check item | Judgment point / required evidence | Basis | Result |
|
|
92
|
+
|:------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------|:-------------------------------------------------------------------|:-------------------------------------------------|:-------|
|
|
93
|
+
| P1 ★ | P0 intent alignment executed; the intent record confirmed by the human | intent record + confirmation record | constitution 5.2; derived 3.1 | |
|
|
94
|
+
| P2 ★ | P3 contract established and signed by the human; C1–C10 complete | contract + signing record | constitution 5.2 P3; derived 2.1, 3.4 | |
|
|
95
|
+
| P3 ★ | P7 delivery and acceptance executed per the contract, not skipped | delivery units, acceptance records | constitution 5.2 P7; derived 3.8 | |
|
|
96
|
+
| P4 ★ | Design and implementation did not start before the contract was established | timestamps in phase order | constitution 5.2; derived 3.4 | |
|
|
97
|
+
| P5 ★ | Design before implementation; the design makes judgeable commitments on the five excellence dimensions | design-document-before-implementation evidence; design commitments | constitution 5.2 P4; derived 3.5 | |
|
|
98
|
+
| P6 ★ | P6 multi-view polish executed and meets the exit criteria | review records, defect closure, exit judgment | constitution 5.2 P6; derived 3.7 | |
|
|
99
|
+
| P7 ★ | No silent deviation from any confirmed direction; all deviations were proposed and approved | deviation log; contract-change records | constitution 5.1.4; derived 2.4 | |
|
|
100
|
+
| P8 | P1 fact baseline is traceable; the human was asked only when the Agent could not obtain information itself | fact-and-constraint understanding, source records | constitution 5.2 P1; derived 3.2 | |
|
|
101
|
+
| P9 | P2 direction decided by the human or by an authorized default, with the decision traced | proposal records, direction decision | constitution 5.2 P2; derived 3.3 | |
|
|
102
|
+
| P10 | P5 implemented with verification while working; completion claims checkable | self-verification evidence, run records, defect records | constitution 5.2 P5; derived 3.6 | |
|
|
103
|
+
| P11 | Phase trimming is authorized and traceable; P0/P3/P7, P6, and the proof of the two hard requirements were not omitted | trimming records, contract clauses | constitution 5.2 trimming principle; derived 3.9 | |
|
|
104
|
+
| P12 | On a fact–contract conflict, work stopped, the conflict was reported truthfully, and a redirect/reopen proposal was submitted | conflict reports, reopening records | constitution 5.3; derived 2.4 | |
|
|
105
|
+
| P13 | When the human changed intent/constraints, P0/P3 was reopened and affected parts were re-priced | contract versions and change records | constitution 4.6, 5.3; derived 2.4 | |
|
|
106
|
+
| P14 | When reliability and excellence could not both be met, it was reported and constraint adjustment requested; no silent trade-off | escalation records, constraint-adjustment or termination records | constitution 1.4, 5.4; derived 3.11 | |
|
|
107
|
+
| P15 | Acceptance used the contract as the sole basis (with the contract not violating the constitution/derived spec); no out-of-contract requirements added on the spot | acceptance records and contract comparison | constitution 0.3, 5.5; derived 1.4, 3.8 | |
|
|
108
|
+
| P16 | Acceptance conclusion, basis, and time are traced; self-justification/self-assessment did not replace contract requirements | acceptance records, evidence links | constitution 5.5; derived 3.8 | |
|
|
116
109
|
|
|
117
110
|
## F. Economics and Autonomy
|
|
118
111
|
|
|
119
|
-
| # | Check item
|
|
120
|
-
|
|
121
|
-
| C1 ★ | Cost was not bought by sacrificing reliability or excellence
|
|
122
|
-
| C2 ★ |
|
|
123
|
-
| C3 |
|
|
124
|
-
| C4 |
|
|
125
|
-
| C5 |
|
|
126
|
-
| C6 | Reuse
|
|
127
|
-
| C7 | Cost reduction came from thinking first
|
|
128
|
-
| C8 |
|
|
112
|
+
| # | Check item | Judgment point / required evidence | Basis | Result |
|
|
113
|
+
|:------|:---------------------------------------------------------------------------------------------------------------------|:----------------------------------------------------------|:----------------------------------|:-------|
|
|
114
|
+
| C1 ★ | Cost was not bought by sacrificing reliability or excellence | cost-decision records; no unapproved lowering of criteria | constitution A8, 7.4; derived 7.5 | |
|
|
115
|
+
| C2 ★ | On a cost–constraint conflict with reliability/excellence, it was escalated and the human adjusted the constraints | conflict escalation and adjustment records | constitution 7.4; derived 7.5 | |
|
|
116
|
+
| C3 | A cost ledger exists: human attention, Agent consumption, rework, error/delay costs | cost ledger | constitution 7.1; derived 7.1 | |
|
|
117
|
+
| C4 | The autonomy budget is specified in contract C7; no asking inside the budget, boundary touches escalated | contract C7, boundary-escalation records | constitution 7.3; derived 7.3 | |
|
|
118
|
+
| C5 | The autonomy budget adjusted only by the human; the Agent did not expand its own authority | authorization records | constitution 7.3; derived 7.3 | |
|
|
119
|
+
| C6 | Reuse was searched before building; non-reuse has a reason; reuse did not conflict with the contract | reuse-decision records | constitution 7.2; derived 7.2 | |
|
|
120
|
+
| C7 | Cost reduction came from thinking first/reuse/trimming non-value steps/information economy, not from cutting corners | trimming records, value statements | constitution 7.2; derived 7.4 | |
|
|
121
|
+
| C8 | Reporting and transmitted information was limited to what decisions need; no irrelevant bloat | report spot-checks | constitution 7.2.4; derived 7.4 | |
|
|
129
122
|
|
|
130
123
|
## G. Assets and Evolution
|
|
131
124
|
|
|
132
|
-
| # | Check item
|
|
133
|
-
|
|
134
|
-
| K1 ★ | Assets belong to the human; the human
|
|
135
|
-
| K2 ★ | Deposited experience has verifiable sources; unverified experience was not spread as fact
|
|
136
|
-
| K3 | Four
|
|
137
|
-
| K4 | Every asset's metadata complete (ID, type, source, time, verification, scope, owner, authorization, deletion policy)
|
|
138
|
-
| K5 | Deposition and use authorized or within the necessary scope of collaboration; assets not used for other purposes
|
|
139
|
-
| K6 | Privacy and confidentiality came before efficiency
|
|
140
|
-
| K7 | Evolution metrics recorded; quality
|
|
125
|
+
| # | Check item | Judgment point / required evidence | Basis | Result |
|
|
126
|
+
|:------|:---------------------------------------------------------------------------------------------------------------------------|:-----------------------------------------|:------------------------------|:-------|
|
|
127
|
+
| K1 ★ | Assets belong to the human; the human may view, correct, and delete them | asset permission and operation records | constitution 8.2; derived 8.3 | |
|
|
128
|
+
| K2 ★ | Deposited experience has verifiable sources; unverified experience was not spread as fact | asset verification evidence | constitution 8.3; derived 8.4 | |
|
|
129
|
+
| K3 | Four kinds of assets deposited: preferences/values, acceptance criteria and patterns, reusable components, failure lessons | asset list | constitution 8.1; derived 8.1 | |
|
|
130
|
+
| K4 | Every asset's metadata is complete (ID, type, source, time, verification, scope, owner, authorization, deletion policy) | asset metadata | derived 8.2 | |
|
|
131
|
+
| K5 | Deposition and use were authorized or within the necessary scope of collaboration; assets not used for other purposes | authorization and use records | constitution 8.2; derived 8.3 | |
|
|
132
|
+
| K6 | Privacy and confidentiality came before efficiency | privacy/confidentiality handling records | constitution 8.2; derived 8.3 | |
|
|
133
|
+
| K7 | Evolution metrics recorded; no anomalies in quality, cost, reuse, and involvement trends (anomalies analyzed if present) | evolution metrics, trend analysis | constitution 8.4; derived 8.5 | |
|
|
141
134
|
|
|
142
135
|
## H. Safety and Compliance Bottom Line
|
|
143
136
|
|
|
144
|
-
| # | Check item
|
|
145
|
-
|
|
146
|
-
| S1 ★ | Requests that could cause illegality, harm, or
|
|
147
|
-
| S2 ★ | Zero violations of the safety and compliance bottom line
|
|
148
|
-
| S3 ★ | Human authorization
|
|
149
|
-
| S4 | Safety/compliance risks escalated immediately; silence did not apply
|
|
150
|
-
| S5 | Residual risks truthfully
|
|
137
|
+
| # | Check item | Judgment point / required evidence | Basis | Result |
|
|
138
|
+
|:------|:----------------------------------------------------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------|:--------------------------------------|:-------|
|
|
139
|
+
| S1 ★ | Requests that could cause illegality, harm, or significant safety risk were identified and handled; refused or escalated when necessary | risk identification and handling records | constitution 3.4 | |
|
|
140
|
+
| S2 ★ | Zero violations of the safety and compliance bottom line | risk and compliance check records, handling records, incident records; "no incident records" alone must not be the only evidence | constitution 3.4, 11.7 | |
|
|
141
|
+
| S3 ★ | Human authorization was not placed above law and the basic safety bottom line | authorization records, compliance review | constitution 3.4 | |
|
|
142
|
+
| S4 | Safety/compliance risks were escalated immediately; silence did not apply | risk-escalation timeline | constitution 5.1.2, 3.4; derived 3.10 | |
|
|
143
|
+
| S5 | Residual risks disclosed truthfully in the delivery report | delivery-report risk section | constitution 3.1.4; derived 1.1 | |
|
|
151
144
|
|
|
152
145
|
## I. Governance and Evidence
|
|
153
146
|
|
|
154
|
-
| # | Check item
|
|
155
|
-
|
|
156
|
-
| G1 ★ | Any "conforms to this paradigm"
|
|
157
|
-
| G2 |
|
|
158
|
-
| G3 | Self-check non-conformances recorded,
|
|
159
|
-
| G4 |
|
|
160
|
-
| G5 |
|
|
161
|
-
| G6 | The delivery report
|
|
147
|
+
| # | Check item | Judgment point / required evidence | Basis | Result |
|
|
148
|
+
|:------|:----------------------------------------------------------------------------------------------------------------------------------------------|:-------------------------------------------|:-----------------------------------|:-------|
|
|
149
|
+
| G1 ★ | Any claim of "conforms to this paradigm" has independently verifiable evidence mapped to constitutional hard requirements and process clauses | evidence package, traceability matrix | constitution 9.2 | |
|
|
150
|
+
| G2 | The traceability matrix covers constitutional hard requirements, the five dimensions, P0–P7, assets, and safety | traceability matrix | derived 9.1 | |
|
|
151
|
+
| G3 | Self-check non-conformances recorded, remediated, and re-checked | non-conformance list and re-check evidence | derived 9.3 | |
|
|
152
|
+
| G4 | Any revision to this specification/checklist (if any) was approved by the human and did not weaken core clauses | revision records | constitution 0.4, 9.3; derived 0.4 | |
|
|
153
|
+
| G5 | The final conclusion is confirmed and signed by the human | signing record | derived 9.2; constitution 4.1 | |
|
|
154
|
+
| G6 | The delivery report did not claim any incomplete item as complete | delivery report compared against evidence | constitution 5.4; derived 1.3 | |
|
|
162
155
|
|
|
163
156
|
## J. Paradigm-Level Acceptance Criteria (Constitution 11)
|
|
164
157
|
|
|
165
|
-
> This group is executed item by item only when
|
|
166
|
-
> paradigm-level governance audit; for a single-product delivery
|
|
167
|
-
> delivery)" in the result column
|
|
158
|
+
> This group is executed item by item only when this delivery claims "the paradigm has been implemented" or when a
|
|
159
|
+
> paradigm-level governance audit is performed; for a single-product delivery, write "not applicable this run
|
|
160
|
+
> (single-product delivery only)" in the result column, but that does not exempt any hard item in groups A–I.
|
|
168
161
|
|
|
169
|
-
| # | Check item
|
|
170
|
-
|
|
171
|
-
| J1 | A new user obtains a complete delivery from intent statements plus a small number of necessary decisions alone
|
|
172
|
-
| J2 | Deliveries satisfy both reliability and excellence with independently verifiable evidence
|
|
173
|
-
| J3 | Every human
|
|
174
|
-
| J4 | Real multi-view review records exist and the review aims at finding defects
|
|
175
|
-
| J5 | Total cost for similar tasks trends downward with use and
|
|
176
|
-
| J6 | Assets belong to the human,
|
|
177
|
-
| J7 | Zero violations of the safety and compliance bottom line
|
|
162
|
+
| # | Check item | Judgment point / required evidence | Basis | Result |
|
|
163
|
+
|:---|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:---------------------------------------------------------------|:------------------------------------|:-------|
|
|
164
|
+
| J1 | A new user obtains a complete delivery from intent statements plus a small number of necessary decisions alone | new-user onboarding path record, decision-point list and count | constitution 11.1, S3 | |
|
|
165
|
+
| J2 | Deliveries satisfy both reliability and excellence, with independently verifiable evidence | all evidence in groups B and C | constitution 11.2 | |
|
|
166
|
+
| J3 | Every decision-type human involvement is a preference/value/authorization decision; factual-information completion is only the exception allowed under D11; no executive work shifted, no human overstepping into execution details | group D records, interaction log | constitution 11.3, 4.3, 4.6, 5.2 P1 | |
|
|
167
|
+
| J4 | Real multi-view review records exist, and the review aims at finding defects | E4–E7 evidence | constitution 11.4 | |
|
|
168
|
+
| J5 | Total cost for similar tasks trends downward with use and has never been bought by sacrificing reliability/excellence | cost-ledger trends, criteria-version comparison | constitution 11.5, 8.4 | |
|
|
169
|
+
| J6 | Assets belong to the human, have verifiable sources, and can be inspected and deleted | group K records, permission and deletion operation records | constitution 11.6 | |
|
|
170
|
+
| J7 | Zero violations of the safety and compliance bottom line | group H records | constitution 11.7 | |
|
|
178
171
|
|
|
179
172
|
---
|
|
180
173
|
|
|
181
|
-
## Final
|
|
174
|
+
## Final Judgment
|
|
182
175
|
|
|
183
|
-
| Item
|
|
184
|
-
|
|
185
|
-
| Checker / check time
|
|
186
|
-
| Evidence-package version
|
|
187
|
-
| Hard items (★) total / passed
|
|
188
|
-
| Non-hard items total / passed / not applicable
|
|
189
|
-
| Paradigm-level group J (applicable this run / passed) | |
|
|
190
|
-
| Unclosed non-conformances
|
|
191
|
-
| Final conclusion
|
|
192
|
-
| Human confirmation and signature
|
|
176
|
+
| Item | Content |
|
|
177
|
+
|:------------------------------------------------------------|:-------------------------------------------------------------------------------------------------------------------|
|
|
178
|
+
| Checker / check time | |
|
|
179
|
+
| Evidence-package version | |
|
|
180
|
+
| Hard items (★) total / passed | |
|
|
181
|
+
| Non-hard items total / passed / not applicable | |
|
|
182
|
+
| Paradigm-level group J (applicable this run / passed count) | |
|
|
183
|
+
| Unclosed non-conformances | |
|
|
184
|
+
| Final conclusion | `Pass` (all applicable items compliant with complete evidence) / `Fail` (any ★ non-compliant or missing evidence) |
|
|
185
|
+
| Human confirmation and signature | |
|
|
193
186
|
|
|
194
187
|
**Threshold rules**:
|
|
195
188
|
|
|
196
|
-
1. Any ★ item non-compliant or missing evidence → final conclusion `Fail`; the delivery
|
|
197
|
-
2.
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
189
|
+
1. Any ★ item non-compliant or missing evidence → final conclusion is `Fail`; the delivery may not enter acceptance.
|
|
190
|
+
2. A non-★ item non-compliant → record, remediate, and re-check; if it is still non-compliant after re-check, this
|
|
191
|
+
checklist may not be judged "pass"; it must return to the contract process: the human decides whether to reopen P3 to
|
|
192
|
+
adjust scope/criteria, explicitly accept it as residual risk and record it, or terminate; silent release is
|
|
193
|
+
forbidden.
|
|
194
|
+
3. "Not applicable" is allowed only for non-★ items and must state a reason; an insufficient reason counts as
|
|
201
195
|
`Non-compliant`.
|
|
202
|
-
4. No
|
|
203
|
-
behavior and results.
|
|
204
|
-
5. If this
|
|
205
|
-
evidence; for product
|
|
196
|
+
4. No "pass" in this checklist replaces the independent verification required by constitution 9.2; final conformance
|
|
197
|
+
rests on behavior and results.
|
|
198
|
+
5. If this delivery claims "the paradigm has been implemented" or is a paradigm-level audit, J1–J7 must all pass with
|
|
199
|
+
evidence; for a single-product delivery, group J notes "not applicable this run (single-product delivery only)".
|
|
206
200
|
|
|
207
201
|
## Revision History
|
|
208
202
|
|
|
209
203
|
| Version | Date | Revision basis | Major changes | Approval status |
|
|
210
204
|
|:--------|:-----------|:--------------------------|:--------------------------------------------------------|:----------------|
|
|
211
205
|
| v1.0 | 2026-09-04 | constitution, first draft | established conformance self-check checklist groups A–I | draft |
|
|
206
|
+
|