Skip to main content

Skills & Capabilities

SpecWeave ships batteries-included. Every installation comes with 45 skills, 73 commands, and 3 AI agents covering the full development lifecycle — no plugins to install, no configuration required.

What's Included

Planning & Design (7 skills)

Define what to build before writing code.

SkillWhat it does
incrementCreate a new feature/bugfix/hotfix with spec, plan, and tasks
pmProduct Manager — writes specs with user stories and acceptance criteria
architectSystem Architect — designs technical approach with ADRs
planGenerate plan.md and tasks.md for an increment
brainstormMulti-perspective ideation with selectable cognitive lenses
diagramsMermaid architecture diagrams following C4 Model conventions
skill-genGenerate project-specific skills from detected patterns

Implementation (6 skills)

Execute tasks with autonomous workflows.

SkillWhat it does
doExecute increment tasks following spec and plan
autoFully autonomous execution — implement, test, fix, repeat
getClone and register repositories into the workspace
importImport external issues from GitHub, Jira, or Azure DevOps
debugSystematic 4-phase debugging with escalation protocol
helpSkill discovery and usage guidance

Testing & TDD (6 skills)

Test-driven development with full cycle support.

SkillWhat it does
tdd-cycleFull red-green-refactor cycle with validation gates
tdd-redWrite failing tests that define expected behavior
tdd-greenWrite minimal code to make failing tests pass
tdd-refactorRefactor code with test safety net
e2eGenerate and run Playwright E2E tests traced to acceptance criteria
validateRule-based quality checks (130+ rules)

Code Review & Quality (4 skills)

Multi-agent review before shipping.

SkillWhat it does
code-reviewerParallel specialized reviewers for logic, security, performance, and more
grillCritical code review and quality interrogation
judge-llmDeep validation using extended thinking
pr-reviewPull request review against spec acceptance criteria

Team & Parallel Work (3 skills)

Coordinate multiple AI agents working simultaneously.

SkillWhat it does
team-leadOrchestrate parallel multi-agent work across domains
team-buildSpawn coordinated teams from battle-tested presets
team-mergeMerge completed parallel agent work

Lifecycle & Release (5 skills)

Close increments and ship releases.

SkillWhat it does
doneClose increment with PM 3-gate validation
prCreate pull request from increment feature branch
npmFull patch release with npm publish and GitHub Release
release-expertMulti-repo release coordination and version alignment
progress-syncSync progress to all connected external tools

GitHub Integration (3 skills)

SkillWhat it does
github-syncTwo-way sync between specs and GitHub Projects
github-issue-standardConsistent issue format with checkable acceptance criteria
github-multi-projectCoordinate specs and tasks across multiple repositories

Jira Integration (3 skills)

SkillWhat it does
jira-syncTwo-way sync between increments and Jira epics/stories
jira-mapperBidirectional mapping (Increment → Epic + Stories + Subtasks)
jira-resource-validatorValidate and auto-create Jira projects and boards

Azure DevOps Integration (4 skills)

SkillWhat it does
ado-syncTwo-way sync between increments and ADO work items
ado-mapperBidirectional conversion (Increment ↔ Epic/Feature/Story/Task)
ado-multi-projectOrganize tasks across multiple ADO projects
ado-resource-validatorValidate and auto-create ADO projects, area paths, and teams

Media Generation (3 skills)

SkillWhat it does
imageAI image generation via Google Gemini and Pollinations.ai
videoAI video generation via Google Veo 3.1 and Pollinations.ai
remotionProgrammatic video creation with React components

Documentation (1 skill)

SkillWhat it does
sync-docsSync living docs for an increment

AI Agents

Skills handle specific tasks. Agents are specialized AI personas that collaborate during planning:

AgentRole
PMWrites spec.md with user stories and acceptance criteria
ArchitectWrites plan.md with architecture decisions and component design
PlannerGenerates tasks.md with BDD test plans (Given/When/Then)

Skills like code-reviewer and team-lead spawn additional sub-agents internally for parallel work.


Commands (73)

Commands are the low-level operations that skills and sync workflows invoke. Most users interact with skills directly — commands run behind the scenes for operations like github-push, jira-pull, ado-create, docs-build, release-rc, and more.

See Commands Reference for the full list.


Extending with Domain Skills

Need capabilities beyond the built-in 45? The vskill CLI installs domain-specific skills:

npx vskill install --repo anton-abyzov/vskill --plugin <name>
PluginSkillsUse case
mobileappstoreApp Store Connect automation, TestFlight, certificates
marketingslack-messaging, social-media-postingSlack automation, cross-platform social media
google-workspacegwsGmail, Drive, Sheets, Docs, Calendar via CLI
productivitysurvey-passingExpert network survey automation
skillsscoutDiscover and install community skills

The verified-skill.com registry hosts community-contributed skills searchable via npx vskill find "query".


Extending with CLAUDE.md

Beyond skills, customize SpecWeave behavior through your project's CLAUDE.md file:

AreaExamples
External SyncAdd fields, transform statuses, integrate with internal tools
Quality GatesCustom validation, linting rules, security scans
Agent BehaviorOverride default prompts, add domain-specific requirements
Naming ConventionsEnforce team-specific ID formats, branch names

Next Steps