opencode-weave
Multi-agent orchestration for structured software development workflows
All Skills in This Repository (6)
Pure Emerald Level Indicatorssdd-planning
Generates SDD Plan and Weave Plan artifacts from feature specifications with constitution checks and gate validation.
sdd-clarify
Detect ambiguities in feature specifications and guide a structured clarifications workflow.
sdd-constitution
Define project governance with semantic versioning and change-management procedures.
sdd-analysis
Analyze spec.md, plan.md, and tasks.md for cross-artifact inconsistencies.
sdd-orchestration
Orchestrate Spec-Driven Development phases with automated delegation to specialized sub-skills.
sdd-specification
Automates creation and validation of formal feature specifications with YAML frontmatter and quality checklists.
Frequently Asked Questions
FAQPage SchemaHow to install opencode-weave?โผ
Run `npx skills add pgermishuys/opencode-weave --all -g -y` in your terminal to install all skills in this suite globally.
What does Weave do for OpenCode?โผ
Weave adds multi-agent orchestration to OpenCode, letting a lead agent plan work and delegate coding, research, review, and security audits to specialized sub-agents.
How does Weave route tasks to different agents?โผ
It uses category-based dispatch to send each task to a domain-optimized agent and model, with tool permissions enforced per agent to prevent unauthorized file changes.
Can Weave run multiple agents in parallel?โผ
Yes. It manages background agents with concurrency control, so independent subtasks execute asynchronously while the main workflow continues.
Does Weave support spec-driven development?โผ
Yes. It includes example skills for specification, clarification, planning, and consistency analysis that guide features from written spec to verified implementation.
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