skills/COPILOT_AUTONOMOUS_PIPELINE/SKILL.md
--- name: COPILOT_AUTONOMOUS_PIPELINE version: v2026.07.28 harness: copilot-cli layer: execution agentic_level: FULL_AUTONOMOUS triggers: - "autonomous pipeline" - "agentic workflow" - "auto execute plan" - "governed autonomous loop" - "full autonomous cycle" - "plan execute verify seal" - "run autonomously" - "pipeline full" - "self-driving task" - "autonomous agent mode" dependencies: - arifOS :8088 (session, governance, seal) - A-FORGE :7071 (execution, pipeline, reali
npx skillsauth add ariffazil/openclaw-workspace COPILOT_AUTONOMOUS_PIPELINEInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
DITEMPA BUKAN DIBERI — Forged, not given. Governed autonomous execution pipeline for Copilot CLI. Chains arifOS → A-FORGE → arifFLOW into a single autonomous cycle.
Turns Copilot CLI from a "one-shot tool caller" into a governed autonomous agent that can plan → execute → verify → seal in a continuous loop.
Without this skill, Copilot CLI does one thing at a time. With this skill, Copilot CLI runs autonomous governed pipelines.
STAGE 1: INIT → arif_init(intent=X) → session_id, SCT
STAGE 2: PLAN → forge_apex_encode(goal=X) → goal_id, task vector T
STAGE 3: EXECUTE → forge_pipeline_run(mode=full, task=X, cc_id=SEAL) → result
STAGE 4: VERIFY → Check outputs. If FAIL → forge_reality_loop(mode=advance)
STAGE 5: SEAL → arif_seal(payload=result) → VAULT999 immutable receipt
METABOLISM → arifFLOW flow_ingest at every stage boundary
Use this skill when Arif (or any agent) wants Copilot CLI to:
# 1. Ignite session
arif_init(intent="<intent>", mode="init")
# → session_id, session_token
# 2. Decompose goal
forge_apex_encode(goal="<goal>", session_token="<sct>")
# → goal_id, tasks, G scalar
# 3. Full autonomous pipeline (route + witness + forge + judge + seal)
forge_pipeline_run(
task="<task>",
mode="full",
session_token="<sct>",
constitutional_chain_id="<cc_id>"
)
# → executed result or HOLD
# 4. If HOLD or failure → self-heal
forge_reality_loop(mode="advance", intent="<intent>")
# 5. Seal to VAULT999
arif_seal(payload="<result>", session_token="<sct>")
# Start reality loop
forge_reality_loop(
mode="start",
intent="<intent>",
config='{"auto_execute":true,"seal_every_iteration":true}'
)
# → loop_id
# Let it run autonomously...
# Check progress:
forge_reality_loop(mode="report")
# Seal when done:
forge_reality_loop(mode="seal")
forge_parallel(
tasks=[
{"name":"explore", "prompt":"<task1>", "target_organ":"geox"},
{"name":"compute", "prompt":"<task2>", "target_organ":"wealth"},
{"name":"verify", "prompt":"<task3>", "target_organ":"well"}
],
failure_policy="collect_all",
context_policy="isolated"
)
# → group_id → monitor with forge_parallel_status(group_id)
Every stage boundary MUST ingest a receipt into arifFLOW :7073. Without checkpointing, session continuity is lost on terminal close.
# At session START:
/root/scripts/flow_checkpoint.sh start "$SESSION_ID" "<intent>"
# After each STEP:
/root/scripts/flow_checkpoint.sh step "$SESSION_ID" "<action>" "Pass|Caution|Hold"
# At session END:
/root/scripts/flow_checkpoint.sh end "$SESSION_ID" "<summary>" "Pass"
flow_ingest(
actor_id="copilot-cli",
session_id="<session_id>",
step_type="Execute|Verify|Cool|Seal|Barrier",
epistemic_label="Observation|Derivation|Interpretation|Seal",
floor_verdict="Pass|Caution|Hold|Void",
lane_id=1
)
/root/scripts/flow_resume.sh # read carry-forward + FQ
/root/scripts/flow_resume.sh --write # also persist carry_forward.json
STAGE 1: INIT → flow_checkpoint.sh start → Barrier receipt
STAGE 2: PLAN → flow_checkpoint.sh step → Execute receipt
STAGE 3: EXECUTE → flow_checkpoint.sh step → Execute receipt
STAGE 4: VERIFY → flow_checkpoint.sh step → Verify receipt
STAGE 5: SEAL → flow_checkpoint.sh end → Seal receipt
Rule: If you can't checkpoint, you can't proceed. A failed checkpoint at any stage → HOLD the pipeline until arifFLOW is healthy.
| Stage | Gate | What it blocks | |-------|------|---------------| | INIT | F13 SOVEREIGN | Session must have valid actor | | PLAN | F1 AMANAH | Irreversible plans → 888_HOLD | | EXECUTE | F2 TRUTH + F12 INJECTION | Cheap claims, injection risk | | VERIFY | F4 CLARITY + F7 HUMILITY | Entropy increase, fake certainty | | SEAL | F11 AUDITABILITY | Unattributed actions |
If forge_pipeline_run returns HOLD:
If tool not found:
arif_init(intent="deploy geox autonomously")
forge_apex_encode(goal="deploy geox organ: build, test, systemctl restart")
forge_pipeline_run(task="deploy geox", mode="full")
→ SEAL or HOLD
arif_init(intent="fix and commit lint errors")
forge_pipeline_run(task="cd /root/arifOS && ruff check . && ruff format . && git commit", mode="forge")
→ result → arif_seal
arif_init(intent="federation prove")
forge_pipeline_run(task="cd /root && make prove", mode="full")
→ all 6 organs verified → SEAL
SOT: 2026-07-28 | seal_seq: 000-ARIFLOW-WIRED Agentic score: FULL_AUTONOMOUS — 5-stage governed pipeline with mandatory arifFLOW checkpoints
testing
OpenClaw edge agent bridge — operational triage, doctor, restart, and A2A bridge routing for the federation edge (Telegram surface). USE WHEN: "openclaw unhealthy", "gateway down", "edge bot not responding", "a2a bridge disconnected", "watchdog tripped", "openclaw doctor", "openclaw restart". NOT for token/security audit — use FORGE-telegram-audit.
tools
Generate images, videos, TTS, voice clone, and music via MiniMax MCP server. Use when user asks to "draw", "generate image", "create picture", "make a photo", "text to image", "image generation".
testing
Single load-bearing constitutional-judgment skill. Routes all F1–F13, verdict, hold, seal, scope, authority and floor-check calls through the live arif_judge surface. Replaces 7 overlapping predecessors (arifos-constitutional-judge, arifos-constitutional-judge, arifos-constitutional-judge, arifos-constitutional-judge, arifos-constitutional-judge, arifos-constitutional-judge, arifos-constitutional-judge).
development
MANDATORY LSP grounding gate BEFORE any code mutation on .ts, .py, .js, .tsx, .jsx files. Forces the agent to read real-time compiler diagnostics and structural project context before editing — eliminating blind guesses and anchoring every mutation in F2 (TRUTH). Routes through arifOS kernel (:8088) for centralized gate logic.