agentic-os-kbwen — Agentic OS (KbWen)
Agentic OS by KbWen is a governance-first operating framework for AI coding agents, described as "the governance-first operating system for AI coding agents." It enforces structured workflows through a mandatory phase system (bootstrap → plan → implement → review → test → ship) with hard delivery gates: no evidence means no completion, no gate means no progression. The framework ships 26 slash commands mapped to workflow phases, 14 professional skills (borrowed from the superpowers pattern), plus an .agentcortex/ Single Source of Truth state system with per-task Work Logs. It differentiates by task classification (tiny-fix, quick-win, feature, hotfix, architecture-change) with different required phase sets per classification. A Python-based validation script (validate.sh) checks metadata integrity and command sync at deploy time. The deploy mechanism uses installers/deploy_brain.sh to install the framework non-destructively into any existing project.
Compared to the seeds, Agentic OS is closest to superpowers (Archetype 1 — skills-only behavioral framework) but hybridizes with agent-os (Archetype 4) by adding 26 slash commands on top of the skill layer. The key deltas are: a mandatory gate engine that prevents phase skipping, a SSoT state machine with classification-locked task flows, and a deploy-time installer that works against any existing project rather than requiring a template clone.