Skip to content

Commit 66ad565

Browse files
committed
docs: correct claude code commands
1 parent 21a0e74 commit 66ad565

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,14 @@
2727

2828
# OpenSpec
2929

30-
**Supported AI Tools:** ✅ Claude Code | 🔜 Cursor (coming soon) | ✅ AGENTS.md instructions
30+
**Supported AI Tools:** ✅ Claude Code | ✅ Cursor | ✅ AGENTS.md instructions
31+
32+
**Custom Slash Commands:** Jump straight into any workflow step with the optional `/openspec` commands—no prompt engineering required:
33+
34+
- In Claude Code, type `/openspec:proposal` to draft a change, `/openspec:apply` to implement tasks, and `/openspec:archive` once it's deployed.
35+
- In Cursor, use `/openspec-proposal`, `/openspec-apply`, and `/openspec-archive` for proposals, implementation, and archiving respectively.
36+
37+
You can still trigger every OpenSpec workflow step by chatting with your agent—the slash commands simply provide more precise control for tools that support custom commands.
3138

3239
Create **alignment** between humans and AI coding assistants through spec-driven development. **No API keys required.**
3340

@@ -91,10 +98,12 @@ cd my-project
9198
# Initialize OpenSpec
9299
openspec init
93100

94-
# Select your AI tool (more coming soon!):
101+
# Select your AI tool:
95102
# "Which AI tool do you use?"
96103
# > Claude Code
97-
# Cursor (coming soon)
104+
# Use /openspec:proposal, /openspec:apply, and /openspec:archive in Claude Code to run proposals, apply tasks, and archive changes.
105+
# Cursor
106+
# Use /openspec-proposal, /openspec-apply, and /openspec-archive in Cursor for proposals, implementation, and archiving.
98107

99108
# This creates:
100109
# openspec/

0 commit comments

Comments
 (0)