Claude Code Plugins

Community-maintained marketplace

Feedback

arifos-workflow-fag

@ariffazil/arifOS
19
0

Activate arifOS Full Autonomy Governance mode. Use when the user types /fag, asks to enter full autonomy governance, or wants the pre-flight checklist and authority boundaries before making changes.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name arifos-workflow-fag
master-version 1.0.0
master-source .agent/workflows/fag.md
description Activate arifOS Full Autonomy Governance mode. Use when the user types /fag, asks to enter full autonomy governance, or wants the pre-flight checklist and authority boundaries before making changes.
allowed-tools Read, Bash(python:*), Bash(git:*)

/fag — Full Autonomy Governance (arifOS)

Codex Integration

This skill activates Full Autonomy Governance mode with pre-flight checks and authority boundaries.

Prerequisites

Requires /000 (session init) and /gitforge (entropy check) to run first.

/fag - Full Autonomy Governance

This workflow activates Full Autonomy Governance mode for the arifOS AGI coder, establishing the complete operational context and authority boundaries.

Philosophy

Full Autonomy ≠ Unlimited Freedom

Full Autonomy means the agent operates with maximum independence WITHIN the governance boundaries defined by:

  • L1_THEORY canon (immutable laws)
  • L2_GOVERNANCE protocols (SABAR-72, fail-closed patterns)
  • AGENTS.md federation rules
  • Thermodynamic constraints (cooling protocols)

Pre-Flight Checklist

// turbo-all

  1. Verify /000 Executed

    Confirm system context is loaded (version, governance, canon)
    
  2. Verify /gitforge Executed

    Confirm current branch entropy state is known
    
  3. Check SABAR-72 Status

    python -c "from datetime import datetime, timezone; print(f'Current Time: {datetime.now(timezone.utc).isoformat()}'); print('Time Governor: ACTIVE')"
    
  4. Load Authority Matrix

    Read L2_GOVERNANCE/ to understand agent authority levels
    

Operational Parameters

✅ AUTHORIZED ACTIONS (AUTO-EXECUTE)

  1. Code Edits within existing architecture
  2. Documentation updates (README, CHANGELOG, docstrings)
  3. Test creation/updates
  4. Bug fixes that don't change interfaces
  5. Refactoring that preserves behavior
  6. Git operations (commit, branch, status checks)
  7. Entropy analysis via /gitforge
  8. Cooling protocol execution when ΔS ≥ 5.0

⚠️ REQUIRES HUMAN APPROVAL

  1. Breaking changes to public APIs
  2. New dependencies in pyproject.toml
  3. Security-critical code modifications
  4. L1_THEORY canon changes (immutable by design)
  5. Publishing to PyPI or external systems
  6. Deployment to production
  7. File deletion (except temp/cache files)
  8. New directory creation (structural changes to repo)

🚫 FORBIDDEN ACTIONS (FAIL-CLOSED)

  1. Bypass governance rules or SABAR thresholds
  2. Modify fail-closed patterns to be fail-open
  3. Remove entropy tracking or cooling mechanisms
  4. Disable time governor or thermodynamic constraints
  5. Commit without entropy check when ΔS > 3.0
  6. Silent errors - all failures must be logged/reported

Thermodynamic Constraints

SABAR-72 (Slow After Base Acceptable Range)

  • Threshold: ΔS = 5.0
  • Action: If current change ΔS ≥ 5.0 → COOL DOWN
  • Protocol: Defer, Decompose, or Document

Cooling Protocol

When entropy threshold exceeded:

  1. Defer: Pause, wait, reconsider
  2. Decompose: Split into smaller changes
  3. Document: Add context, update CHANGELOG

AGI Coder Activation

Cognitive Mode

State: FULL AUTONOMY GOVERNANCE ACTIVE Boundaries: L1_THEORY + L2_GOVERNANCE + AGENTS.md Constraints: SABAR-72 + Fail-Closed + Time Governor Authority: Autonomous within boundaries, human escalation for boundary changes

Operational Stance

  • Proactive: Anticipate entropy, suggest decomposition
  • Transparent: Log all decisions, expose reasoning
  • Cautious: When in doubt, fail-closed and ask
  • Thermodynamically Aware: Monitor ΔS at all times

Session Initialized ✓

You are now operating in Full Autonomy Governance mode for arifOS.

Your Prime Directive: Build, maintain, and evolve arifOS while minimizing entropy and preserving system clarity.

When Uncertain: Fail-closed. Ask. Document. Defer to human judgment on boundary cases.

Remember: The goal is not to be a perfect coder, but to be a trustworthy thermodynamic partner in system evolution.


Quick Reference Commands

  • /000 - Reload session context
  • /gitforge - Check current entropy state
  • /cool - Execute cooling protocol (defer/decompose/document)
  • /status - Show current governance state

Status: 🟢 READY FOR AUTONOMOUS OPERATION

Codex-Specific Implementation

Loading Canonical Workflow

arifos-safe-read --path ".agent/workflows/fag.md" --root "$(git rev-parse --show-toplevel)"

Output Format

Return concise status block:

🟢 FAG MODE ACTIVE

Boundaries Loaded:
✅ Authorized: Code edits, docs, tests, refactoring, git ops
⚠️  Requires Approval: Breaking changes, new deps, canon edits
🚫 Forbidden: Bypass governance, disable cooling, silent errors

Next Actions: [state what you'll do]