KB-142B
Open Goal Prompt Guide 6000x + Input Contract Update — 2026-05-24
6 min read Revision 1
reportopen-goalprompt-guide6000xinput-contract2026-05-24
Open Goal Prompt Guide 6000x + Input Contract Update — 2026-05-24
mission: UPDATE_OPEN_GOAL_PROMPT_GUIDE_TO_6000X_AND_INPUT_CONTRACT
status: PASS
target_doc: knowledge/dev/laws/prompt-muc-tieu-mo-for-claude-code.md
report_doc: knowledge/current-state/reports/open-goal-prompt-guide-6000x-input-contract-update-2026-05-24.md
0. Foundation / 3 câu Tuyên ngôn
- Vĩnh viễn: updated the standard guide itself, not a one-off prompt, so future sessions inherit the 6000x and Input Contract rules.
- Nhầm được không: the guide now requires live authority verification, branch classification, rollback/disable, DOT/no-hardcode/five-layer checks, and KB list/read/search verification.
- 100% tự động: future large macros must produce an Input Contract Matrix before mutation/shared-state writes and continue safe fallback branches if one branch blocks.
1. Sources read
.claude/skills/incomex-rules.md: 36-rule workflow read locally.search_knowledge("operating rules SSOT"): returnedknowledge/dev/ssot/operating-rules.mdv7.58 and VPS operating rules.search_knowledge("hiến pháp v4.0 constitution"): returned current constitution material, includingknowledge/dev/laws/constitution.mdv4.6.3.search_knowledge("prompt mục tiêu mở Claude Code 6000x 5000x mandatory input contract"): returned target guide at revision 32, header# Prompt mục tiêu mở cho Claude Code — Chuẩn ~500x.
2. Previous version/header
document_id: knowledge/dev/laws/prompt-muc-tieu-mo-for-claude-code.md
revision: 32
title: Prompt mục tiêu mở cho Claude Code — Chuẩn ~500x
header: # Prompt mục tiêu mở cho Claude Code — Chuẩn ~500x
content_length_before: 21708
3. New version/header
document_id: knowledge/dev/laws/prompt-muc-tieu-mo-for-claude-code.md
revision: 33
title: Prompt mục tiêu mở cho Claude Code — Chuẩn 6000x + Input Contract
header: # Prompt mục tiêu mở cho Claude Code — Chuẩn 6000x + Input Contract
content_length_after: 30815
4. Exact sections changed
- Header/status/default scale changed from ~500x/v0.5 to 6000x/v0.6.
- Section 2 rewritten as
Định nghĩa quy mô 6000x, preserving the1xdefinition and scale ladder history. - Added
Active default scale: 6000x, target runtime roughly 45 minutes, coherent multi-slice rule, no stop after one small branch, continue safe branches, and fallback high-value branch requirement. - Added Section 3
Mandatory Input Contractwithmandatory_input_contract,live_verify_authority,classify_each_branch,continue_safe_work, andauthority_claims_must_be_live_verified. - Updated the standard prompt template and reusable short template with
## INPUT CONTRACT — RUN BEFORE LIVE ACTION. - Updated mutation gates, PASS/PARTIAL/BLOCKED, forbidden list, prompt review checklist, report review checklist, KB safety, and summary questions to require authority verification and safe branch continuation.
- Preserved safety/constitution rules: no hardcode, DOT 100%, discover-first, live survey before action, PASS/PARTIAL/BLOCKED, explicit forbidden list, rollback/disable before mutation, AgentData report upload/list/read/search verification, no fake PASS, no production mutation without gate, no cross-IU vector, PG -> Directus -> Nuxt assembly only, no direct PG from Nuxt, and no one-off Nuxt feature when factory/assembly is required.
5. Confirmation
6000x_active_default: true
target_runtime_around_45_minutes: true
one_x_definition_remains: true
mandatory_input_contract_present: true
live_authority_verification_explicit: true
branch_classification_explicit: true
continue_safe_work_explicit: true
no_assumption_from_old_report_explicit: true
safety_constitution_rules_preserved: true
6. Verification results
Guide list/read verification:
{
"list_status": 200,
"list_count": 1,
"list_title": "Prompt mục tiêu mở cho Claude Code — Chuẩn 6000x + Input Contract",
"list_revision": 33,
"read_status": 200,
"content_length": 30815,
"header": "# Prompt mục tiêu mở cho Claude Code — Chuẩn 6000x + Input Contract",
"checks": {
"6000x": true,
"mandatory_input_contract": true,
"live_verify_authority": true,
"classify_each_branch": true,
"authority_claims_must_be_live_verified": true
}
}
Search verification:
search_knowledge("Prompt mục tiêu mở cho Claude Code Chuẩn 6000x Input Contract")
Top result: knowledge/dev/laws/prompt-muc-tieu-mo-for-claude-code.md
Title: Prompt mục tiêu mở cho Claude Code — Chuẩn 6000x + Input Contract
Snippet includes header, v0.6, Default scale: 6000x, target runtime around 45 minutes.
search_knowledge("6000x mandatory_input_contract live_verify_authority classify_each_branch authority_claims_must_be_live_verified prompt mục tiêu mở Claude Code")
Top result: knowledge/dev/laws/prompt-muc-tieu-mo-for-claude-code.md
Snippet includes classify_each_branch and related mandatory_input_contract content.
7. Exact gaps
None for the requested guide update. Initial MCP update/list/read calls timed out, so the update was completed through the project AgentData HTTP upsert endpoint and then verified by API list/read plus search_knowledge.