-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Update with extra commands #491
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
Conversation
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.
Pull Request Overview
This PR introduces two new workflow commands /clarify and /analyze to enhance the specification-driven development process by adding structured clarification and cross-artifact validation capabilities.
- Adds
/clarifycommand for interactive specification refinement before planning - Adds
/analyzecommand for cross-artifact consistency validation after task generation - Updates workflow documentation and version to reflect new command availability
Reviewed Changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| templates/commands/plan.md | Adds prerequisite check for clarifications before proceeding with planning |
| templates/commands/clarify.md | New interactive clarification workflow with structured questioning and spec integration |
| templates/commands/analyze.md | New read-only cross-artifact analysis and validation reporting |
| src/specify_cli/init.py | Updates init workflow steps to include new commands |
| scripts/powershell/check-prerequisites.ps1 | Adds JSON support for paths-only mode |
| scripts/bash/check-prerequisites.sh | Adds JSON support for paths-only mode |
| pyproject.toml | Version bump to 0.0.17 |
| README.md | Documents new commands and updated workflow order |
| CHANGELOG.md | Documents new features in version 0.0.17 |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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.
Pull Request Overview
Copilot reviewed 9 out of 9 changed files in this pull request and generated 1 comment.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Update with extra commands
Introduces
/clarifyand/analyze.