Autonomous Protocol banner
samibs samibs

Autonomous Protocol

Development community

Description

# Autonomous Developer Loop Protocol v1.0.0 > Shared module that enables fully autonomous operation. > When active, Claude classifies every user input and routes to the correct pipeline without manual command invocation. > Referenced by: CLAUDE.md (when autonomous mode is active) --- ## Activation Autonomous mode is active when the flag file `.claude/.autonomous` exists in the **project directory** (not the framework directory). ``` Check: test -f "$PROJECT_ROOT/.claude/.autonomous" YES →

Installation

Installs to ~/.claude/agents/samibs-skillfoundry-_autonomous-protocol.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/samibs/skillfoundry/HEAD/agents/_autonomous-protocol.md -o ~/.claude/agents/samibs-skillfoundry-_autonomous-protocol.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository