@obsidian-owl/opencode-specwright
v0.26.2
Published
Specwright adapter for Opencode. Spec-driven development with quality gates.
Maintainers
Readme
Specwright for Opencode
Specwright adapter for Opencode. Brings spec-driven development with quality gates to the Opencode environment.
Installation
Add to your opencode.json:
{
"plugin": ["@obsidian-owl/opencode-specwright@latest"]
}Opencode installs the package automatically on next startup.
Usage
Once installed, the Specwright workflow commands are available:
sw-init— Project setup: constitution, charter, gatessw-design— Interactive solution architecturesw-plan— Decompose design into testable work unitssw-build— TDD implementation of one work unitsw-verify— Quality gates validationsw-ship— Strategy-aware merge via PR
Run sw-init first to configure Specwright for your project, then follow the design → plan → build → verify → ship workflow.
More Information
See the Specwright repository for full documentation.
