What problem does it solve?
Speckit Specify Command Executor streamlines turning natural-language feature descriptions into formal Speckit specifications, enabling teams to define WHAT before diving into design and implementation.
Core Features & Use Cases
- Automates spec creation: loads the official Speckit /speckit.specify command and executes it within the project context.
- OpenCode workflow compatibility: reads .opencode/commands/speckit.specify.md and applies syntax transformations ($ARGUMENTS, $1, $2, @filepath, !command).
- Consistency and governance: preserves handoffs, templates, and standard Speckit conventions for reliable spec generation.
- Use Case: A product feature described in natural language is converted into a structured spec that can be reviewed, planned, and implemented.
Quick Start
Place the speckit.specify command in .opencode/commands/speckit.specify.md and run the Speckit workflow in your project context to generate a ready-to-validate spec.