specswarm
Spec-driven feature building, fixing, and shipping workflows
All Skills in This Repository (5)
Pure Emerald Level Indicatorsspecswarm-ship
Require explicit confirmation before merging or deploying to production.
specswarm-upgrade
Automate dependency upgrade compatibility analysis, migration guidance, and breaking-change detection.
specswarm-build
Automate spec-driven feature workflows from specification to validated implementation.
specswarm-fix
Execute the SpecSwarm fix workflow to resolve software defects.
specswarm-modify
Modify feature behavior with impact analysis and backward-compatibility assessment.
Frequently Asked Questions
FAQPage SchemaHow to install SpecSwarm?▼
Run `npx skills add MartyBonacci/specswarm --all -g -y` in your terminal to install all skills globally.
What does SpecSwarm do?▼
It turns plain-English feature requests into a full development workflow: spec, plan, tasks, implementation, quality checks, and a gated merge. It also handles bug fixes, modifications, releases, and rollbacks.
How does SpecSwarm prevent bad code from shipping?▼
Every change passes adversarial spec-vs-code verification, per-task build and lint gates, and a quality score threshold before merging. Destructive actions like ship and rollback always require explicit confirmation.
Can SpecSwarm run tasks autonomously overnight?▼
Yes. Commands like /ss:overnight and /ss:go run full feature builds unattended, pausing only at a few human review points and sending a notification when done.
Do I need to learn commands to use SpecSwarm?▼
No. Natural-language skills detect intent like 'fix the login bug' or 'build user authentication' and route your request to the right workflow automatically.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core