Master reference for the Adaptive Intelligence Engine. Describes the four modules (hooks, learning, self-healing, routing), how plugins integrate, and the relationship to the Memory Engine.
From founder-osnpx claudepluginhub thecloudtips/founder-os --plugin founder-osThis skill uses the workspace's default tool permissions.
Designs and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
Enables AI agents to execute x402 payments with per-task budgets, spending controls, and non-custodial wallets via MCP tools. Use when agents pay for APIs, services, or other agents.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
The Adaptive Intelligence Engine is a behavioral layer that observes, learns from, and improves Founder OS plugin execution. It sits on top of the Memory Engine (storage) and provides:
Memory Engine (storage) ← Intelligence Layer (behavior) ← Adaptive Intel plugin (user commands)
↑
All 30 plugins (emit events via convention)
_infrastructure/intelligence/ — SKILL.md files, SQL schema. No commands.commands/intel/ + skills/intel/ — 6 slash commands for user controlintelligence.db), separate from Memory EngineEvery plugin command file adds observation blocks to emit events. See _infrastructure/intelligence/hooks/SKILL.md for the full convention and annotation templates.
Minimum integration (all plugins):
Enhanced integration (plugins with complex logic):
| Module | Location | Ships In |
|---|---|---|
| Hooks | hooks/SKILL.md | Chunk 1 |
| Taste Learning | learning/taste-learning/SKILL.md | Chunk 2 |
| Self-Healing | self-healing/SKILL.md | Chunk 3 |
| Workflow Optimization | learning/workflow-optimization/SKILL.md | Chunk 5 (future) |
| Confidence Gating | learning/confidence-gating/SKILL.md | Chunk 6 (future) |
| Routing | routing/SKILL.md | Chunk 7 (future) |
Patterns that reference a Company or Contact are promoted to the Memory Engine for cross-plugin availability. Plugin-specific output preferences stay in the Intelligence DB. See the design spec for the full mapping table.
Confidence scale conversion: Intelligence uses 0.0-1.0; Memory Engine uses 0-100. Convert with round(confidence * 100).