You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kilo Code discovers team workflows automatically. Save the generated files under `.kilocode/workflows/` and trigger them from the command palette with `/openspec-proposal.md`, `/openspec-apply.md`, or `/openspec-archive.md`.
106
108
107
109
#### AGENTS.md Compatible
@@ -140,15 +142,15 @@ openspec init
140
142
```
141
143
142
144
**What happens during initialization:**
143
-
- You'll be prompted to pick any natively supported AI tools (Claude Code, Cursor, OpenCode, etc.); other assistants always rely on the shared `AGENTS.md` stub
145
+
- You'll be prompted to pick any natively supported AI tools (Claude Code, CodeBuddy, Cursor, OpenCode, etc.); other assistants always rely on the shared `AGENTS.md` stub
144
146
- OpenSpec automatically configures slash commands for the tools you choose and always writes a managed `AGENTS.md` hand-off at the project root
145
147
- A new `openspec/` directory structure is created in your project
146
148
147
149
**After setup:**
148
150
- Primary AI tools can trigger `/openspec` workflows without additional configuration
149
151
- Run `openspec list` to verify the setup and view any active changes
150
152
- If your coding assistant doesn't surface the new slash commands right away, restart it. Slash commands are loaded at startup,
151
-
so a fresh launch ensures they appear.
153
+
so a fresh launch ensures they appear
152
154
153
155
### Create Your First Change
154
156
@@ -215,7 +217,7 @@ Or run the command yourself in terminal:
215
217
$ openspec archive add-profile-filters --yes # Archive the completed change without prompts
216
218
```
217
219
218
-
**Note:** Tools with native slash commands (Claude Code, Cursor, Codex) can use the shortcuts shown. All other tools work with natural language requests to "create an OpenSpec proposal", "apply the OpenSpec change", or "archive the change".
220
+
**Note:** Tools with native slash commands (Claude Code, CodeBuddy, Cursor, Codex) can use the shortcuts shown. All other tools work with natural language requests to "create an OpenSpec proposal", "apply the OpenSpec change", or "archive the change".
219
221
220
222
## Command Reference
221
223
@@ -327,7 +329,7 @@ Without specs, AI coding assistants generate code from vague prompts, often miss
327
329
1.**Initialize OpenSpec** – Run `openspec init` in your repo.
328
330
2.**Start with new features** – Ask your AI to capture upcoming work as change proposals.
329
331
3.**Grow incrementally** – Each change archives into living specs that document your system.
330
-
4.**Stay flexible** – Different teammates can use Claude Code, Cursor, or any AGENTS.md-compatible tool while sharing the same specs.
332
+
4.**Stay flexible** – Different teammates can use Claude Code, CodeBuddy, Cursor, or any AGENTS.md-compatible tool while sharing the same specs.
331
333
332
334
Run `openspec update` whenever someone switches tools so your agents pick up the latest instructions and slash-command bindings.
0 commit comments