Command
Load an existing GitHub issue into the bug workflow (the complement of bug.issue) and seed a triage draft.
Command
Load an existing GitHub issue into the bug workflow (the complement of bug.issue) and seed a triage draft.
Command
Apply the remediation from a bug assessment and record what was changed.
Command
File a GitHub issue from a bug assessment (the 'report' phase) and record the issue link.
Command
Open a pull request for the applied bug fix, linking the tracked issue.
Command
Validate that a previously fixed bug is resolved and record the verification report.
Command
Scope a maintenance chore against the codebase and the project constitution, and write an assessment.
Command
Load an existing GitHub issue into the chore workflow and seed a triage draft.
Command
Implement the scoped chore (the actual maintenance work) and record what changed.
Command
File a GitHub issue from a chore assessment (the 'report' phase) and record the issue link.
Command
Open a pull request for the implemented chore, linking the tracked issue.
Command
Create a GitHub issue describing a new feature, label it with the configured feature label, and optionally auto-run speckit.specify to turn it into a spec.
Command
Fetch open GitHub issues, classify each as bug, feature, or chore, then DELEGATE to the correct extension: bugs → bug.fetch (saved under .specify/bugs/), chores → chore.fetch (saved under .specify/chores/), features → speckit.specify (saved under specs/). Never save bugs or chores as specs.