Agent OS v3 🚀 - Leaner and more aligned for 2026 #310
CasJam
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Agent OS v3 is a major release that refocuses the framework on what it does best—establishing and injecting standards—while deferring to modern AI tools for the parts they now handle better.
Full documentation → | Migration guide →
Why the change?
AI coding tools have evolved significantly since Agent OS's original release in mid-2025. Claude Code's plan mode, extended thinking, and improved models now handle much of the scaffolding that earlier versions of Agent OS provided.
It doesn't make sense to reinvent these core functions, which are much better handled by the core tools than 3rd-party frameworks like Agent OS:
Agent OS v3 focuses more squarely on the original problems it set out to solve:
What's different in v3?
Standards
The concept and structure of standards is unchanged. But v3 introduces new tools for creating and maintaining them:
/discover-standards— Lets the agent surface, suggest, and create standards from your codebase./inject-standards— Injects standards into any context: conversations, plans, Claude Skills, or anywhere your agent needs them. It automatically detects which standards are relevant via the newindex.ymlfile.Specs
The structure of specs is unchanged—your
agent-os/specs/folders remain intact.What's new is how specs are created. Instead of Agent OS commands handling spec writing, we defer to Plan Mode in Claude Code (or Cursor, or any agent with plan mode). This is the industry-standard approach to spec-driven development in 2026+.
Agent OS enhances plan mode with
/shape-spec, which prompts targeted questions that consider your standards and product mission—resulting in better, more aligned specs (which get written via Plan mode). It also saves your plan into your Agent OS spec folder automatically.Product planning
The product planning phase from v2 is still here, producing the same files:
agent-os/product/mission.mdagent-os/product/roadmap.mdagent-os/product/tech-stack.mdIt's simpler, smarter, and uses the AskUserQuestion tool for a smoother experience.
Profiles
Profiles are still here for managing different standards sets across project types.
Inheritance is simpler in v3—now defined in your main
config.ymlinstead of separateprofile-config.ymlfiles. V3 also adds a sync script to push new standards from a project back to your base profiles.Subagents & orchestration
The implementation and orchestration phases from v2 have been retired. Today's frontier models handle spec implementation well on their own—this is the recommended approach in 2026+.
While Agent OS no longer installs subagents, you can create your own. Use
/inject-standardsto bake your standards into subagents, Claude Skills, custom commands, or any prompt.Is it backward compatible?
Yes and no.
Your content stays the same. Your standards, specs, and product docs use the same format. They transfer directly to v3 without modification.
Commands and scripts are new. The installation and updating process is much simpler in v3, but the commands themselves are different.
If you prefer to remain on v2, the v2 documentation is still available. However, we recommend using v3 on all new projects and consider updating existing projects to v3.
Beta Was this translation helpful? Give feedback.
All reactions