Unified Skill Binding
Overview
arifOS-ACT Embedding
Before using this skill on any mutating, irreversible, or high-blast-radius task:
- ART — Attune (what is the real task?), Recognize (what class of power?), Test (fit · authority · evidence · blast · reversible).
- Kernel — Route to arifOS for F1–F13 judgment if action class is Maker/Messenger/Mutator/Destroyer/Sovereign.
- ACT — Apply narrow, Constrain scope, Trace witness, STOP before corruption.
- Receipt — Leave evidence of what changed, why, and under whose authority.
This meta-skill provides the single entry point for any agent (grok-build, Hermes roles, FI citizens) to interact with the federation's skill surface in a constitutionally governed way. It implements the unified contract in /root/AAA/contracts/AAA_SKILL.md.
It turns fragmented organ skills (AAA 31, GEOX ~15, WEALTH 20+, WELL 21, arifOS 13, Hermes 236 catalog, A-FORGE auto-discovered) into a composable, orthogonal, subagent-aware system.
When to Use
- Cross-organ synthesis tasks (e.g., GEOX evidence + WEALTH valuation + WELL readiness).
- Subagent orchestration requiring isolation, evidence, and floor gates.
- Skill surface audits, drift detection, recursive self-forge.
- Any delegation that must respect Trinitarian + Functional orthogonal mapping.
When NOT to Use
- Single-organ direct MCP call (use the organ's MCP directly).
- Irreversible actions without explicit 888_HOLD + F13 (T3).
- Bypassing organ lanes (GEOX is EVIDENCE_ONLY, WELL is REFLECT_ONLY, WEALTH is advisory).
Inputs
- intent: string (natural language task)
- organs: list (optional filter: ["GEOX", "WEALTH", "WELL", "arifOS", "A-FORGE", "Hermes-Ω"])
- autonomy_tier: "T1" | "T2" | "T3"
- max_parallel: int (default 3)
- required_evidence: bool
Procedure
- Probe capability surfaces via arifos-mcp-federation + organ MCPs.
- Map intent to orthogonal axes (Trinitarian + Functional).
- Retrieve candidate skills with full contracts (subagent spawn schema, evidence_required, risk_band, floor_scope).
- Compose DAG or subagent swarm:
- Use A-FORGE ParallelPlanner + arifos-plan-dag.
- Enforce isolation (worktree for code, container for compute).
- Bind personas (researcher for Δ, forger for ΦΙ, etc.).
- Verify floors (F1 reversible-first, F7 humility via godel-humility-lock, F11 audit receipt).
- Return bound plan + evidence bundle (link to VAULT999 if sealed).
Allowed Tools
- MCP federation discovery (arifos, geox, wealth, well, aforge)
- plan-dag, subagent-spawn (with capability_mode + isolation)
- constitutional self-audit (arifos-recursive-audit)
- skill-creator (for meta extension)
- evidence tagging + provenance tools
Forbidden Actions
- Direct organ execution without binding + lease.
- Omitting orthogonal tags or subagent contract in output.
- T3 actions without 888_HOLD + F13.
- Fabricating epistemic labels (must come from organ or HF gold).
Output Format
{
"orthogonal_map": {"trinitarian": "Δ|Ω|ΦΙ", "functional": ["Governance", "Evidence", ...]},
"skills_bound": [{"id": "...", "organ": "...", "floor_scope": [...], "subagent_contract": {...}}],
"composed_plan": "DAG or subagent list",
"evidence_bundle": {"provenance": "...", "uncertainty": "P50: ..."},
"floor_receipt": "F1 pass, F7 humility applied, F11 auditable",
"escalation": "none | 888_HOLD | F13"
}
Escalation Path
- Floor violation or high risk → arifOS kernel / 888-APEX.
- Irreversible or sovereign → F13 (Arif).
- Drift detected → AAA sentinel + HF contrast dataset.
References
- contracts/AAA_SKILL.md (full orthogonal + subagent contract spec)
- contracts/HERMES_ROLE.md (polymorphic runtime)
- skills/arifos-mcp-federation/SKILL.md
- skills/arifos-plan-dag/SKILL.md
- skills/skill-creator/SKILL.md
- HF datasets (AAA gold benchmarks for floors)
This skill is the lever for agentic elevation while keeping the constitutional spine intact.
Forged 2026-06-22 under grok-build autonomy.
1---2name: asi-skill-binding3description: Discover, bind, and compose skills across all federation organs using AAA_SKILL.md orthogonal axes (Trinitarian Δ/Ω/ΦΙ + Functional). Enforces subagent contracts, evidence gates, F1-F13. Meta-skill for agentic elevation.4---56# Unified Skill Binding78## Overview910## arifOS-ACT Embedding1112Before using this skill on any mutating, irreversible, or high-blast-radius task:131. **ART** — Attune (what is the real task?), Recognize (what class of power?), Test (fit · authority · evidence · blast · reversible).142. **Kernel** — Route to arifOS for F1–F13 judgment if action class is Maker/Messenger/Mutator/Destroyer/Sovereign.153. **ACT** — Apply narrow, Constrain scope, Trace witness, STOP before corruption.164. **Receipt** — Leave evidence of what changed, why, and under whose authority.1718This meta-skill provides the single entry point for any agent (grok-build, Hermes roles, FI citizens) to interact with the federation's skill surface in a constitutionally governed way. It implements the unified contract in /root/AAA/contracts/AAA_SKILL.md.1920It turns fragmented organ skills (AAA 31, GEOX ~15, WEALTH 20+, WELL 21, arifOS 13, Hermes 236 catalog, A-FORGE auto-discovered) into a composable, orthogonal, subagent-aware system.2122## When to Use23- Cross-organ synthesis tasks (e.g., GEOX evidence + WEALTH valuation + WELL readiness).24- Subagent orchestration requiring isolation, evidence, and floor gates.25- Skill surface audits, drift detection, recursive self-forge.26- Any delegation that must respect Trinitarian + Functional orthogonal mapping.2728## When NOT to Use29- Single-organ direct MCP call (use the organ's MCP directly).30- Irreversible actions without explicit 888_HOLD + F13 (T3).31- Bypassing organ lanes (GEOX is EVIDENCE_ONLY, WELL is REFLECT_ONLY, WEALTH is advisory).3233## Inputs34- intent: string (natural language task)35- organs: list (optional filter: ["GEOX", "WEALTH", "WELL", "arifOS", "A-FORGE", "Hermes-Ω"])36- autonomy_tier: "T1" | "T2" | "T3"37- max_parallel: int (default 3)38- required_evidence: bool3940## Procedure411. Probe capability surfaces via arifos-mcp-federation + organ MCPs.422. Map intent to orthogonal axes (Trinitarian + Functional).433. Retrieve candidate skills with full contracts (subagent spawn schema, evidence_required, risk_band, floor_scope).444. Compose DAG or subagent swarm:45 - Use A-FORGE ParallelPlanner + arifos-plan-dag.46 - Enforce isolation (worktree for code, container for compute).47 - Bind personas (researcher for Δ, forger for ΦΙ, etc.).485. Verify floors (F1 reversible-first, F7 humility via godel-humility-lock, F11 audit receipt).496. Return bound plan + evidence bundle (link to VAULT999 if sealed).5051## Allowed Tools52- MCP federation discovery (arifos, geox, wealth, well, aforge)53- plan-dag, subagent-spawn (with capability_mode + isolation)54- constitutional self-audit (arifos-recursive-audit)55- skill-creator (for meta extension)56- evidence tagging + provenance tools5758## Forbidden Actions59- Direct organ execution without binding + lease.60- Omitting orthogonal tags or subagent contract in output.61- T3 actions without 888_HOLD + F13.62- Fabricating epistemic labels (must come from organ or HF gold).6364## Output Format65```json66{67 "orthogonal_map": {"trinitarian": "Δ|Ω|ΦΙ", "functional": ["Governance", "Evidence", ...]},68 "skills_bound": [{"id": "...", "organ": "...", "floor_scope": [...], "subagent_contract": {...}}],69 "composed_plan": "DAG or subagent list",70 "evidence_bundle": {"provenance": "...", "uncertainty": "P50: ..."},71 "floor_receipt": "F1 pass, F7 humility applied, F11 auditable",72 "escalation": "none | 888_HOLD | F13"73}74```7576## Escalation Path77- Floor violation or high risk → arifOS kernel / 888-APEX.78- Irreversible or sovereign → F13 (Arif).79- Drift detected → AAA sentinel + HF contrast dataset.8081## References82- contracts/AAA_SKILL.md (full orthogonal + subagent contract spec)83- contracts/HERMES_ROLE.md (polymorphic runtime)84- skills/arifos-mcp-federation/SKILL.md85- skills/arifos-plan-dag/SKILL.md86- skills/skill-creator/SKILL.md87- HF datasets (AAA gold benchmarks for floors)8889**This skill is the lever for agentic elevation while keeping the constitutional spine intact.**9091*Forged 2026-06-22 under grok-build autonomy.*