Agent OS emerging
Standards-first system that extracts your codebase's real conventions and injects them into agent context to shape better specs.
Reviewed 2 months ago · Jul 18, 2026
Website GitHub · buildermethods/agent-os Compare with other frameworks →
- Stars
- 5.4K
- Contributors
- 20
- Open issues
- 2
- Age
- 1.1 years
- Last push
- 3 days ago
- Latest release
- v3.0.0 Jan 20, 2026
View weekly commit data
| Week starting | Commits |
|---|---|
| Aug 30, 2026 | 0 |
| Aug 23, 2026 | 1 |
| Aug 16, 2026 | 0 |
| Aug 9, 2026 | 0 |
| Aug 2, 2026 | 0 |
| Jul 26, 2026 | 0 |
| Jul 19, 2026 | 0 |
| Jul 12, 2026 | 0 |
| Jul 5, 2026 | 0 |
| Jun 28, 2026 | 0 |
| Jun 21, 2026 | 0 |
| Jun 14, 2026 | 0 |
| Jun 7, 2026 | 0 |
| May 31, 2026 | 0 |
| May 24, 2026 | 0 |
| May 17, 2026 | 0 |
| May 10, 2026 | 0 |
| May 3, 2026 | 4 |
| Apr 26, 2026 | 0 |
| Apr 19, 2026 | 0 |
| Apr 12, 2026 | 0 |
| Apr 5, 2026 | 0 |
| Mar 29, 2026 | 0 |
| Mar 22, 2026 | 0 |
| Mar 15, 2026 | 0 |
| Mar 8, 2026 | 0 |
| Mar 1, 2026 | 0 |
| Feb 22, 2026 | 0 |
| Feb 15, 2026 | 0 |
| Feb 8, 2026 | 0 |
| Feb 1, 2026 | 0 |
| Jan 25, 2026 | 0 |
| Jan 18, 2026 | 5 |
| Jan 11, 2026 | 0 |
| Jan 4, 2026 | 0 |
| Dec 28, 2025 | 0 |
| Dec 21, 2025 | 0 |
| Dec 14, 2025 | 0 |
| Dec 7, 2025 | 1 |
| Nov 30, 2025 | 1 |
| Nov 23, 2025 | 0 |
| Nov 16, 2025 | 0 |
| Nov 9, 2025 | 1 |
| Nov 2, 2025 | 0 |
| Oct 26, 2025 | 10 |
| Oct 19, 2025 | 7 |
| Oct 12, 2025 | 7 |
| Oct 5, 2025 | 22 |
| Sep 28, 2025 | 0 |
| Sep 21, 2025 | 0 |
| Sep 14, 2025 | 0 |
| Sep 7, 2025 | 0 |
Metrics updated Sep 1, 2026 · collected automatically from the GitHub API
Core approach
Standards-first: extract the codebase's actual conventions into documented standards, inject the relevant ones into agent context on demand, and use them to shape specs. Version 3 deliberately retired its own task-breakdown and implementation orchestration, deferring to native tool features like Claude Code's plan mode.
Workflow
/discover-standards— surface and document patterns from the codebase/index-standards— keep standards organized and discoverable/inject-standards— deploy relevant standards into any context: conversations, plans, skills/plan-product— establish product mission and planning docs/shape-spec— enhance plan mode with targeted questions informed by standards and mission; the resulting plan is saved to the Agent OS spec folder
Supported tools
- Claude Code
- Cursor
- Windsurf
- Codex
- Antigravity
Strengths
- Lightweight and tool-agnostic — everything is Markdown, usable by any agent that reads files
- Distinct niche: standards discovery and injection that complements modern plan modes instead of duplicating them
- Profile system supports different stacks and teams, with standards syncing back to base profiles
- Honest v3 philosophy — cut the features frontier tools now do better rather than accreting them
Limitations
- Effectively a single-maintainer project (Brian Casel / Builder Methods)
- Least active of the tracked frameworks — no release since v3.0.0 in January 2026
- No longer covers implementation or orchestration, so it depends on external tools to complete the SDD loop
- Smallest community of the tracked frameworks, with an adopter base that skews to small personal repos
Notes
Agent OS is the contrarian entry: where other frameworks add process, v3 removed it. Its thesis is that plan modes in frontier tools already do task breakdown well, and what they lack is knowledge of your codebase’s conventions — so that is the only problem it tries to solve. Whether a deliberately narrow, single-maintainer tool can hold its niche as agent platforms absorb more of the workflow is exactly the kind of question this observatory exists to watch.