Adaptability: Using Agent OS with ANY Tool

Agent OS is designed to work with any AI coding tool through flexible configuration options that adapt to your workflow.

Agent OS is designed to work with any AI coding tool. Whether you use Claude Code, Cursor, Codex, Gemini, Windsurf, or whatever hot new tool drops next week, you can use Agent OS with it.

Agent OS adapts to your tool through flexible configuration options that let you enable the features your tool supports:

Using Agent OS with Claude Code

Claude Code provides the most integrated experience with Agent OS through native support for slash commands, subagents, and Skills.

When configured for Claude Code (claude_code_commands: true), Agent OS:

Learn more about Claude Code configuration options

Using Agent OS with other AI coding tools

Agent OS works with any AI coding tool through a sequential prompt-based workflow. When configured for other tools (agent_os_commands: true), Agent OS generates markdown command files that you can reference in your tool's chat interface.

When configured for other AI tools, Agent OS:

Running commands in other tools

Agent OS provides two ways to run each workflow command with other AI tools:

Option A: Run the main command file, which instructs your agent to complete all steps automatically. For example:

Copy
@agent-os/commands/write-spec/write-spec.md run this

Option B: Run each numbered command file sequentially for more control and reliability. For example:

Copy
@agent-os/commands/write-spec/1-[step-name].md run this
@agent-os/commands/write-spec/2-[step-name].md run this

Some agents perform better with Option A, while others work better with the step-by-step approach of Option B.

Follow the Agent OS workflow to see the complete sequence of commands for building features with your AI tool. Each workflow page shows both options.

Next steps

Learn about configuration options

Install Agent OS

See the Agent OS workflow

Builder Methods

Training & community for pro software developers building with AI.

Created by Brian Casel (that's me). I'm a career software developer, founder, and creator of Builder Methods and Agent OS, the system for spec-driven development with AI.

© 2025 CasJam Media, LLC / Builder Methods
Contact