skills/AGI-decisions-reflect/SKILL.md
Lightweight post-task reflection: list key decisions made during work that the agent is uncertain about. Triggered manually by Arif ('/decisions', 'what are you unsure about', 'review your logic') or automatically after major refactors, multi-file changes, or SEAL-grade work. Complements QQQ protocol (governed decisions) with quick uncertainty surfacing.
npx skillsauth add ariffazil/openclaw-workspace AGI-decisions-reflectInstall 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.
Pattern origin: David Ondrej's
decisionsskill (davidondrej/skills). Complement to: QQQ protocol (/root/AAA/governance/QQQ_RECOMMENDATION_PROTOCOL.md) — QQQ is for governed, structured decision envelopes. This skill is for quick, human-readable uncertainty surfacing. Doctrine: The agent lists what it's unsure about. The human judges. No self-justification. No defensiveness.
/decisions slash commandarif_seal)arif_judge SEAL verdict)🧠 **Decisions I'm uncertain about:**
1. **[Decision name]** — [1-line what I chose]
- Why I chose it: [1-line reasoning]
- What worries me: [1-line risk/doubt]
- Best alternative I didn't pick: [1-line what else was viable]
- Confidence: [LOW/MEDIUM]
2. ... (repeat for each uncertain decision, max 5)
---
✅ **Decisions I'm confident about:** [brief list if relevant, or "none worth listing"]
🧘 Zen: uncertainties=[N] | ΔS=[value]
Quick reflection (this skill) → "hmm, decision #2 needs deeper analysis"
→ QQQ protocol (full envelope: Q1 qualitative, Q2 quantitative, Q3 quantum)
→ arif_judge (constitutional verdict)
→ arif_seal (immutable)
This skill is the triage layer. It catches uncertainty early before it reaches the constitutional pipeline.
arifflow_flow_ingest with step_type="Verify" and epistemic_label="Interpretation"🧠 **Decisions I'm uncertain about:**
1. **GEOX prospect screening threshold** — chose P50 ≥ 50 MMboe cutoff
- Why: Malaysian basin analogs suggest 50 MMboe is economic minimum
- Worry: Could miss smaller but higher-margin gas accumulations
- Alternative: 30 MMboe cutoff with gas-equivalent conversion
- Confidence: MEDIUM
2. **WEALTH discount rate** — chose 10% for NPV calculation
- Why: PETRONAS standard for shallow-water projects
- Worry: Current interest rate environment may justify 8%
- Alternative: Dual-rate model (8% base, 12% stressed)
- Confidence: LOW
✅ Confident about: stratigraphic correlation (well-tie confirmed), volumetrics formula (standard), basin thermal model (published gradient).
🧘 Zen: uncertainties=2 | ΔS=-0.1
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.