KB-1C5C

Copy/Paste Agent Prompt — Run P3D Step 1 Checkpoint + Pack 1 Inventory

3 min read Revision 1
promptcopy-pasteagentreadonlycheckpointinventoryp3d2026-05-10

Copy/Paste Agent Prompt — Run P3D Step 1 Checkpoint + Pack 1 Inventory

Date: 2026-05-10 Recommended effort: medium Mode: READ-ONLY VERIFICATION ONLY

Prompt

Run two existing KB prompts sequentially, read-only only.

Recommended effort: medium. This is not a deep design task and not an implementation task. It is a runtime/schema verification task with bash + SQL, so medium effort is enough. Do not use high-effort redesign; do not propose fixes.

Read first:

knowledge/dev/laws/dieu44-trien-khai/directives/gpt-directive-agent-run-step1-checkpoint-and-pack1-inventory-readonly-2026-05-10.md
knowledge/dev/laws/dieu44-trien-khai/prompts/p3d-step1-runtime-checkpoint-agent-prompt.md
knowledge/dev/laws/dieu44-trien-khai/prompts/p3d-pack1-readonly-inventory-prompt.md

Then execute the two prompts in order:

  1. P3D Step 1 runtime checkpoint.
  2. P3D Pack 1 read-only inventory.

Expected report paths:

knowledge/dev/laws/dieu44-trien-khai/reports/p3d-step1-runtime-checkpoint-report.md
knowledge/dev/laws/dieu44-trien-khai/reports/p3d-pack1-readonly-inventory-report.md

Hard boundaries:

  • No DDL.
  • No INSERT/UPDATE/DELETE.
  • No migration.
  • No new table/view/trigger/function/index.
  • No permission change.
  • No Nuxt code.
  • No deploy/restart.
  • No Directus mutation except KB report upload.
  • No DOT-119 execution/rewrite.
  • Do not run DOT-119 v1.
  • Do not clobber fn_birth_registry_auto v2.
  • Do not direct-write information_unit or unit_version.
  • Do not add “Thông tin” filter.
  • Do not fix anything if a check fails. Report only.

Execution instructions:

  • Use VPS/SSH access if needed.
  • Use docker exec against Postgres container if needed.
  • Keep logs for both prompts.
  • Upload both KB reports even if one check fails.
  • If Prompt 1 fails, still run Prompt 2 unless there is a broad access blocker such as no SSH or no PG access.
  • If access is blocked, write a BLOCKED report with exact blocker and no mutation.

Final response format:

step1_runtime_checkpoint_status=PASS|FAIL|BLOCKED
step1_runtime_checkpoint_report=knowledge/dev/laws/dieu44-trien-khai/reports/p3d-step1-runtime-checkpoint-report.md
pack1_inventory_status=PASS|FAIL|BLOCKED
pack1_inventory_report=knowledge/dev/laws/dieu44-trien-khai/reports/p3d-pack1-readonly-inventory-report.md
no_mutation_performed=true
failures=<short list>
warnings=<short list>
log_paths=<short list>

Return only the final response format above plus any critical blocker notes. Do not write a long essay.

Back to Knowledge Hub knowledge/dev/laws/dieu44-trien-khai/prompts/p3d-agent-copy-paste-run-step1-checkpoint-and-pack1-inventory-2026-05-10.md