Ooda Subagents banner
al3rez al3rez

Ooda Subagents

AI community intermediate

Description

OODA Loop AI Agents - Observe, Orient, Decide, Act framework for systematic problem-solving. Built by AstroMVP to help startups ship AI products fast 🚀

Installation

Terminal
claude install-skill https://github.com/al3rez/ooda-subagents

README

OODA Subagents 🚀

AI agents that think like military strategists.

Quick Install

# Option 1: Git submodule
git submodule add https://github.com/al3rez/ooda-subagents.git .claude

# Option 2: Copy agents
git clone https://github.com/al3rez/ooda-subagents.git
cp -r ooda-subagents/agents /.claude/

What's OODA?

**Observe → Orient → Decide → Act**. A decision-making loop that turns chaos into clarity.

![OODA Loop in Action](ooda.png)

┌─────────────┐
│   OBSERVE   │ ← Gather info
└──────┬──────┘
       ▼
┌─────────────┐
│   ORIENT    │ ← Analyze patterns
└──────┬──────┘
       ▼
┌─────────────┐
│   DECIDE    │ ← Pick best path
└──────┬──────┘
       ▼
┌─────────────┐
│     ACT     │ ← Execute
└─────────────┘

The Agents

🔍 Observe

Gathers info: reads files, searches code, finds patterns.

🧭 Orient

Makes sense of data: spots connections, analyzes context.

🎯 Decide

Weighs options: evaluates trade-offs, recommends solutions.

⚡ Act

Executes: writes code, runs tests, ships features.

Example

Debugging an auth issue:

    undefined

Why OODA?

    undefined

Built by [AstroMVP](https://astromvp.com) 🌟

We help early-stage startups build AI-first products that ship fast. OODA agents are how we deliver speed AND quality.

**What we do:**

    undefined

Got an AI product idea? Let's build → [astromvp.com](https://astromvp.com)