From DSG Governance Control Plane
Orchestrates DSG multi-source governance work: UI trust upgrades, action-layer permission gates, deterministic execution, marketplace/enterprise cutover, architecture pages, and production GO/NO-GO validation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/dsg-governance:dsg-multi-governance-orchestratorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill coordinates **multi-source governance work** across the DSG Control Plane —
This skill coordinates multi-source governance work across the DSG Control Plane — combining UI trust upgrades, deterministic gate execution, marketplace cutover, architecture documentation, and production GO/NO-GO validation into a single explainable plan.
| Trigger phrase | Task |
|---|---|
| "DSG multi" / "ผสานมัลติ" | Multi-source governance orchestration |
| "M1 cutover" / "M2 hardening" | Milestone cutover planning and validation |
| "marketplace cutover" | Enterprise marketplace launch readiness |
| "architecture page" / "DSG ONE architecture" | Architecture page generation |
| "action layer gate" | Permission gate integration across multiple services |
| "deterministic execution" | Deterministic pipeline coordination |
| "production GO/NO-GO" | Full production readiness gate |
| "Termux/Codex/Multica bootstrap" | Mobile/local agent setup |
| "5 files" / "ทำเป็นสกิว" | Multi-file governance deliverable |
| "launch readiness" | M1/M2 launch checklist and validation |
Required green gates before M1 GO:
GET /api/health → { ok: true }GET /api/readiness → { ok: true, db: true }GET /api/agent/status → correct commit + environmentPOST /api/dsg/v1/gates/evaluate → PASS with proof hashnpm run go:no-go <production-url> → PASSDefault posture: NO-GO until all gates above are green with current evidence.
Additional gates for M2:
npm run ccvs:pipeline)npm run test:secrets or gitleaks CI)When the user says "plan the governance for X", produce a plan in this structure:
Goal: <what the user wants to achieve>
Architecture:
<describe the governance layers involved>
Ordered Work Stages:
Stage 1: Gate evaluation (Before execution)
Stage 2: Execution + conformance (During)
Stage 3: Evidence commit + replay storage (After)
Stage 4: Compliance pack generation (Periodic)
Stage 5: Audit export (On demand)
Risks:
- <risk 1> → <mitigation>
- <risk 2> → <mitigation>
Permission Checkpoints:
- HIGH/CRITICAL actions require explicit operator approval
- Policy version must be pinned before evaluation
- UNSUPPORTED → REVIEW/BLOCK (never PASS)
GO/NO-GO gate:
<list the specific evidence items needed before proceeding>
When asked to generate a DSG ONE architecture page, include:
Architecture pages are portable SaaS documentation artifacts. Do not claim "production-ready architecture" unless all M1 gates are green.
Practical path: Termux host → proot-distro → Debian guest → Codex CLI + Multica CLI/daemon
Setup source of truth:
scripts/termux-proot-codex-multica-setup.shdocs/TERMUX_CODEX_MULTICA_STATUS_AND_PLAN.mdDo not mark Termux/Codex/Multica setup as merged or validated until real-device validation passes: bootstrap + auth + daemon status + end-to-end smoke task.
For multi-agent / parallel work:
Same input snapshot must produce same final artifacts, test outcomes, and release decision. Fail fast on: nondeterministic output, hidden shared state, wall-clock leakage, flaky evidence, write collisions.
dsg-action-layer-ged skill → references/gate-evaluate.mddsg-action-layer-ged skill → references/hermes-executor.mdnpx claudepluginhub tdealer01-crypto/tdealer01-crypto-dsg-control-plane --plugin dsg-governanceGovernance control plane that gates AI agent actions with deterministic safety checks (Z3/SMT), replayable audit trails, compliance evidence packs, and a browser-first executor. Use when you need explainable planning, permission verdicts, and cryptographic proof before executing a plan.
Picks and runs multi-phase workflows that chain foundational task skills end-to-end, routing user intent to workflow files for greenfield builds, maintenance, release, or fix+wrapup.
Orchestrates multi-phase workflows chaining foundational task skills (git-wrapup, release-and-publish, maintenance, etc.) for MCP server projects. Routes user intent to workflow files for greenfield builds, maintenance, or fix-and-release.