-
Notifications
You must be signed in to change notification settings - Fork 8.2k
docs: expand commands list and fix grep pattern in local-dev guide #2254
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
9f7bc34
342b1ba
0caab6e
1004c06
156f08e
52604a9
447e53f
2349fae
40e8318
a13d3d4
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -86,11 +86,13 @@ specify version | |
|
|
||
| This helps verify you are running the official Spec Kit build from GitHub, not an unrelated package with the same name. | ||
|
|
||
| After initialization, you should see the following commands available in your coding agent: | ||
| After initialization, you should see some of the available commands in your AI agent: | ||
|
|
||
| - `/speckit.specify` - Create specifications | ||
| - `/speckit.plan` - Generate implementation plans | ||
| - `/speckit.tasks` - Break down into actionable tasks | ||
| - `/speckit.specify` - Create specifications | ||
| - `/speckit.clarify` - Clarify and refine specifications | ||
| - `/speckit.plan` - Generate implementation plans | ||
| - `/speckit.tasks` - Break down into actionable tasks | ||
| - `/speckit.implement` - Execute tasks and build the feature | ||
|
Comment on lines
+89
to
+95
|
||
|
|
||
| The `.specify/scripts` directory will contain both `.sh` and `.ps1` scripts. | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This sentence switches terminology from the rest of the document (“coding agent” / “AI coding agent”) to “AI agent”. For consistency (and to avoid confusion with non-coding AI tools), consider using “AI coding agent” here as well.