You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

specweave

Package Overview
Dependencies
Maintainers
1
Versions
780
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

specweave

100+ domain-expert AI skills — PM, Architect, Frontend, QA, Security and more. Skills learn your team's patterns permanently. Spec-first planning, autonomous execution, multi-agent teams, synced to GitHub/JIRA. Claude Code, Cursor, Copilot & more.

Source
npmnpm
Version
1.0.545
Version published
Weekly downloads
4.5K
-54.52%
Maintainers
1
Weekly downloads
 
Created
Source

SpecWeave

AI-assisted development, under control.
Stop prompting. Start specifying.

npm 600+ increments 10+ production apps 100+ skills 49 platforms MIT Discord


The Problem

36.82% of AI skills have security flaws (Snyk ToxicSkills). In May 2025, 170 out of 1,645 vibe-coded apps had security vulnerabilities exposing personal data. No specs. No tests. No review. Just vibes.

Every alternative is an instruction layer — Cursor Rules, Copilot Instructions, Windsurf Rules, CLAUDE.md. They tell the AI how to write code but never what to build, never how to test it, and never when it's done.

SpecWeave is a spec-first development layer. Configuration, not prompting. Enforced, not hoped for.


The Solution

You: "Build a checkout flow with Stripe"
  ↓
  spec.md → plan.md → tasks.md       ← you review the plan
  ↓
  Autonomous execution for hours      ← AI builds, tests, fixes
  ↓
  Quality gates (Grill + Judge-LLM)   ← code reviewed automatically
  ↓
  Synced to GitHub/JIRA/ADO           ← closed, documented, shipped

Every feature starts as a specification — user stories, acceptance criteria, architecture decisions — before a single line of code is written. TDD enforces correctness. Quality gates catch what tests miss.


Built With SpecWeave

12 production projects shipped in 3 months. 5 in the App Store.

AppPlatformWhat It Does
EasyChampWeb (GCP)Enterprise sports league management. 20+ microservices, ML video analytics. 4 years in production.
SketchMateApp StoreAI drawing game — multi-model evaluation judges player art semantically.
LullaApp StoreBaby sleep app with Apple Watch. ML cry classification (tired/hungry/pain).
Football 2026App Store + WebWorld Cup 2026 companion. AI travel planner, live tickets, team stats.
SkillUp FootballApp StoreCoaches monetize training via Stripe. Instagram-like feed, scheduling.
BizZoneApp StoreStudent & business events with AI-powered news generation.
EduFeedWebNotebookLM meets Zoom. Upload videos, get quizzes, flashcards, live rooms.
JobWeaveWebAI-powered job search. Smart matching, resume optimization.
SpecWeavenpmThe framework itself. 600+ increments, 538+ releases.
SpecWeave UmbrellaGitHubMulti-repo orchestration workspace for all repositories.
vskillnpmPackage manager for AI skills. Security scanning, 49 platforms.
verified-skill.comWebSkill marketplace & studio. 105K+ verified skills, eval system.

Browse increments on GitHub — full transparency.


Quick Start

npm install -g specweave       # Node.js 20.12.0+
cd your-project
specweave init .
# Then in Claude Code, Cursor, Copilot, or any AI tool:
# "Build me a user authentication system"

How It Compares

CapabilityCursor RulesCopilot InstructionsWindsurfClineVibe CodingSpecWeave
Structured specs (spec + plan + tasks)Yes
Quality gates (Grill + Judge-LLM + 130 rules)Yes
Autonomous execution (hours, unattended)Yes
Multi-agent teams (parallel, contract-first)Yes
External sync (GitHub / JIRA / ADO)Yes
TDD enforcement (strict red-green-refactor)Yes
LSP code intelligence (198x faster)Yes
Self-improving skills (learns from corrections)Yes

Cursor tells AI "use Tailwind." SpecWeave tells AI "build a checkout flow with 5 acceptance criteria, test it, review it, sync to JIRA, and close."


Key Features

Spec-First Planning — Every feature starts as spec.md + plan.md + tasks.md. Configuration, not prompting.

TDD Enforcement — Strict red-green-refactor. Tasks cannot close without passing tests. Coverage targets enforced.

Agent Swarms — Run parallel agents across iTerm/tmux panes. Team lead splits work, each agent owns an increment.

┌──────────────────┬──────────────────┬──────────────────┐
│  Agent 1 (auth)  │ Agent 2 (payments)│ Agent 3 (catalog)│
│  sw:auto         │  sw:auto         │  sw:auto         │
│  ████████░░ 80%  │  ██████░░░░ 60%  │  ████░░░░░░ 40%  │
└──────────────────┴──────────────────┴──────────────────┘

LSP Code Intelligence — 198x faster than grep, 0 false positives. Semantic references, definitions, and types.

100+ Skills — PM, Architect, QA, Security, DevOps, Frontend, Backend, Mobile, ML. Every skill is customizable via skill-memories without forking.

External Sync — GitHub Issues, JIRA, Azure DevOps — bidirectional, real-time. Close an increment, external tools update automatically.

Enterprise Ready — Compliance audit trails (SOC 2, HIPAA, FDA). Brownfield analysis. Multi-repo coordination. Multi-environment deployment.

Dashboard — Built-in web dashboard for increment progress, analytics, cost tracking, and multi-project monitoring.


Skills Ecosystem

SpecWeave skills are published and verified at verified-skill.com. The vskill package manager provides:

  • Security scanning — 52 attack patterns, SHA-256 pinning, blocklist API
  • 49 agent platforms — one install deploys to Claude Code, Cursor, Copilot, Windsurf, and 45 more
  • Skill evals — unit tests, A/B comparisons, cross-model testing. Skills tested like programs.
  • Visual Skill Studiovskill eval serve for benchmarks, comparisons, and history
npx vskill install remotion-best-practices    # Install from registry
npx vskill eval run my-skill                  # Run eval suite

Core Commands

You saySpecWeave runs
"Build me X"sw:increment → spec + plan + tasks
"Go ahead"sw:auto → autonomous execution
"Ship it"sw:done → quality gates + close
"Split into teams"sw:team-lead → parallel agents
"Review the code"sw:code-reviewer → 6 parallel reviewers

Full command reference


Documentation

spec-weave.com — guides, reference, and enterprise docs.

Community

Discord · YouTube · GitHub Issues

License

MIT — github.com/anton-abyzov/specweave

Keywords

specweave

FAQs

Package last updated on 24 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts