Skip to content

docs: expand commands list and fix grep pattern in local-dev guide#2254

Open
HumaizaNaz wants to merge 10 commits intogithub:mainfrom
HumaizaNaz:main
Open

docs: expand commands list and fix grep pattern in local-dev guide#2254
HumaizaNaz wants to merge 10 commits intogithub:mainfrom
HumaizaNaz:main

Conversation

@HumaizaNaz
Copy link
Copy Markdown

Summary

  • Updated section title from "The 6-Step Process" to
    "The 6-Step Workflow" for consistency with the rest
    of the documentation

AI Disclosure

I did not use AI assistance for this contribution

Update section title from 'Process' to 'Workflow'
Added new commands for specification clarification and task implementation.
Update installation instructions with new commands
Update command to check for executable shell scripts.
Fix grep pattern for shell script check
@HumaizaNaz HumaizaNaz requested a review from mnriem as a code owner April 17, 2026 06:55
@HumaizaNaz
Copy link
Copy Markdown
Author

I apologize for the multiple commits.
This is my first contribution to this repo.
Happy to squash if needed!

Comment thread docs/quickstart.md
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates documentation around local development and installation verification, including a small shell command correction and an expanded list of available /speckit.* slash commands after initialization.

Changes:

  • Fixes the POSIX script filtering example in the local development guide by properly escaping the . in the .sh match.
  • Updates the post-init “available commands” list in the installation guide to include /speckit.clarify and /speckit.implement and normalize list formatting.
Show a summary per file
File Description
docs/local-development.md Escapes the grep pattern for .sh when checking generated scripts.
docs/installation.md Expands/rewrites the post-init command list shown to users.

Copilot's findings

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 2/2 changed files
  • Comments generated: 2

Comment thread docs/installation.md Outdated
Comment thread docs/installation.md Outdated
@mnriem
Copy link
Copy Markdown
Collaborator

mnriem commented Apr 27, 2026

Please address Copilot feedback

@HumaizaNaz HumaizaNaz changed the title update section title from Process to Workflow in quickstart guide docs: expand commands list and fix grep pattern in local-dev guide Apr 27, 2026
@HumaizaNaz
Copy link
Copy Markdown
Author

Both Copilot suggestions have been addressed — updated the commands list wording and PR title. Thank you!

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot's findings

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 2/2 changed files
  • Comments generated: 2

Comment thread docs/installation.md
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:
Copy link

Copilot AI Apr 28, 2026

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.

Suggested change
After initialization, you should see some of the available commands in your AI agent:
After initialization, you should see some of the available commands in your AI coding agent:

Copilot uses AI. Check for mistakes.
Comment thread docs/installation.md
Comment on lines +89 to +95
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
Copy link

Copilot AI Apr 28, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR description’s Summary still mentions renaming a quickstart section (“The 6-Step Process” → “The 6-Step Workflow”), but this PR changes the installation command list and a grep pattern in local-development docs. Please update the PR description summary to match the actual changes (or include the referenced quickstart change in this PR).

Copilot uses AI. Check for mistakes.
@mnriem
Copy link
Copy Markdown
Collaborator

mnriem commented Apr 28, 2026

Please address Copilot feedback

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants