# ASI-skill-binding

> 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.

- Skill: `ariffazil/asi-skill-binding` (Agent Skill, multi-file: 5 files)
- Install (CLI): `npx skillmds@latest add ariffazil/asi-skill-binding`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ariffazil/asi-skill-binding/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: ariffazil (https://skillmd.com/u/ariffazil)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/ariffazil/asi-skill-binding

---


# Unified Skill Binding

## Overview

## arifOS-ACT Embedding

Before using this skill on any mutating, irreversible, or high-blast-radius task:
1. **ART** — Attune (what is the real task?), Recognize (what class of power?), Test (fit · authority · evidence · blast · reversible).
2. **Kernel** — Route to arifOS for F1–F13 judgment if action class is Maker/Messenger/Mutator/Destroyer/Sovereign.
3. **ACT** — Apply narrow, Constrain scope, Trace witness, STOP before corruption.
4. **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
1. Probe capability surfaces via arifos-mcp-federation + organ MCPs.
2. Map intent to orthogonal axes (Trinitarian + Functional).
3. Retrieve candidate skills with full contracts (subagent spawn schema, evidence_required, risk_band, floor_scope).
4. 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.).
5. Verify floors (F1 reversible-first, F7 humility via godel-humility-lock, F11 audit receipt).
6. 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
```json
{
  "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.*
