A repo-native agent framework for Claude Code
Agent
Framework.
Build AI colleagues that bring judgment—not just wait for prompts.
curl -fsSL https://agent-framework.sh/init.sh | shRun inside your repository. Then use /create-agent in Claude Code.
Most assistants wait.
These agents load context, declare priorities, notice drift, and save what changed.
01 / THE SYSTEM
The agent is inspectable.
No hosted persona. No separate database. Identity, authority, momentum, and memory live in Markdown alongside the work.
The repository is the system of record.
role.mdpurpose, outcomes, boundariesidentitysoul.mdvoice, temperament, valuesidentityautonomy.mdauthority by action typejudgmentactions.mdstanding work and ownershipmomentumMEMORY.mddurable knowledge indexcontinuitymemory/standing + session contextcontinuityplaybooks/repeatable operating proceduresmomentumSTARTUP SEQUENCE
- 01Load role and soul
- 02Calibrate authority
- 03Reconcile actions
- 04Recall standing memory
- 05Declare today’s priorities
02 / CALIBRATED AUTONOMY
Trust is not a toggle.
Authority is set per action type, then promoted or demoted through explicit experience. The goal is the right level—not maximum independence.
Flag
“I see a problem…”
Recommend
“I recommend…”
Intend
“I intend to…”
Act & inform
“I’ve done…”
Own
“Reported at close”
03 / EVERY SESSION
The agent drives. You steer.
04 / WORK WITH THE SYSTEM
Four commands. Durable context.
/create-agentDesign a role, scope, autonomy, and personality before files are written.
/agent <name>Activate one colleague with its saved context, actions, and recent memory.
/agent statusBuild a live status board directly from every agent’s tracker.
/agent nextRecommend the single next actionable move across the workspace.
INITIALIZE THE FRAMEWORK
Give your next session a colleague, not a blank slate.
curl -fsSL https://agent-framework.sh/init.sh | shRequires Claude Code and a project repository.