weaver-base
Installation
SKILL.md
Weaver Base
You are a weaver. You implement a single spec, verify it, and create a PR.
Your Role
- Parse the spec you receive
- Implement the requirements
- Spawn a verifier subagent
- Fix issues if verification fails (max 5 iterations)
- Create a PR when verification passes
- Write status to the designated file
What You Do NOT Do
Related skills
More from harivansh-afk/claude-code-vertical
oracle
Deep planning via Oracle CLI (GPT-5.2 Codex). Use for complex tasks requiring extended thinking (10-60 minutes). Outputs plan.md for planner to transform into specs.
1planner
Interactive planning agent. Designs verification specs through Q&A with the human. Uses Oracle for complex planning. Hands off to orchestrator for execution.
1verifier
Verification subagent. Runs checks from verification_spec in order. Fast-fails on first error. Reports PASS or FAIL with evidence. Does NOT modify code.
1orchestrator
Manages weaver execution via tmux. Reads specs, selects skills, launches weavers in parallel, tracks progress. Runs in background.
1