specweave 0.3.7 → 0.3.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,436 @@
1
+ # SpecWeave Skills Index
2
+
3
+ **Purpose**: Quick reference for all available skills. Read this file BEFORE starting any task.
4
+
5
+ **Last Updated**: 2025-10-30T18:08:45.324Z (auto-generated, do not edit manually)
6
+
7
+ **Total Skills**: 34
8
+
9
+ ---
10
+
11
+ ## 🚀 Quick Start (Progressive Disclosure)
12
+
13
+ **MANDATORY**: Skills are your expert manuals. Always check for relevant skills BEFORE starting implementation.
14
+
15
+ ### Progressive Disclosure Pattern
16
+
17
+ 1. **Scan this index** to find skills matching your task
18
+ 2. **Match activation keywords** to your current request
19
+ 3. **Load full SKILL.md** for matching skills
20
+ 4. **Follow the workflow** in SKILL.md precisely
21
+
22
+ ### Example Workflow
23
+
24
+ ```
25
+ User asks: "Plan a new feature for user authentication"
26
+
27
+ Step 1: Scan this index → Find "increment-planner" skill
28
+ Step 2: Check keywords → Matches "feature planning", "create increment"
29
+ Step 3: Load skill → cat .claude/skills/increment-planner/SKILL.md
30
+ Step 4: Execute → Follow the increment planning workflow
31
+ ```
32
+
33
+ ---
34
+
35
+ ## 📚 All Available Skills
36
+
37
+
38
+ ### Framework Core
39
+
40
+ #### context-loader
41
+
42
+ **Description**: Explains how SpecWeave achieves context efficiency through Claude's native progressive disclosure mechanism and sub-agent parallelization. Skills load only when relevant, sub-agents isolate context. Activates when users ask about context loading, token usage, or how SpecWeave scales. Keywords: context loading, progressive disclosure, token efficiency, sub-agents, context management.
43
+
44
+ **Location**: `.claude/skills/context-loader/SKILL.md`
45
+
46
+ ---
47
+
48
+ #### context-optimizer
49
+
50
+ **Description**: Second-pass context optimization that analyzes user prompts and removes irrelevant specs, agents, and skills from loaded context. Achieves 80%+ token reduction through smart cleanup. Activates for optimize context, reduce tokens, clean context, smart context, precision loading.
51
+
52
+ **Location**: `.claude/skills/context-optimizer/SKILL.md`
53
+
54
+ **Allowed tools**: Read, Grep, Glob
55
+
56
+ ---
57
+
58
+ #### increment-planner
59
+
60
+ **Description**: Creates comprehensive implementation plans for SpecWeave increments (aka features - both terms are interchangeable). This skill should be used when planning new increments/features, creating specifications, or organizing implementation work. Activates for: increment planning, feature planning, implementation plan, create increment, create feature, plan increment, plan feature, organize work, break down increment, break down feature.
61
+
62
+ **Activates for**: increment planning, feature planning, implementation plan, create increment, create feature, plan increment, plan feature, organize work, break down increment, break down feature
63
+
64
+ **Location**: `.claude/skills/increment-planner/SKILL.md`
65
+
66
+ ---
67
+
68
+ #### increment-quality-judge
69
+
70
+ **Description**: Optional AI-powered quality assessment for specifications, plans, and tests. Goes beyond rule-based validation to evaluate clarity, testability, edge cases, and architecture soundness. Activates for validate quality, quality check, assess spec, evaluate increment, spec review, quality score.
71
+
72
+ **Location**: `.claude/skills/increment-quality-judge/SKILL.md`
73
+
74
+ **Allowed tools**: Read, Grep, Glob
75
+
76
+ ---
77
+
78
+ #### skill-creator
79
+
80
+ **Description**: Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
81
+
82
+ **Location**: `.claude/skills/skill-creator/SKILL.md`
83
+
84
+ ---
85
+
86
+ #### specweave-ado-mapper
87
+
88
+ **Description**: Expert in bidirectional conversion between SpecWeave increments and Azure DevOps (ADO) Epics/Features/User Stories/Tasks. Handles export (increment → ADO), import (ADO → increment), and bidirectional sync with conflict resolution. Activates for ADO sync, Azure DevOps sync, work item creation, import from ADO.
89
+
90
+ **Location**: `.claude/skills/specweave-ado-mapper/SKILL.md`
91
+
92
+ ---
93
+
94
+ #### specweave-detector
95
+
96
+ **Description**: Documentation skill that explains SpecWeave v0.1.9 smart workflow slash commands. SpecWeave uses EXPLICIT slash commands only - no auto-activation! Use /inc (Plan Increment) or /increment to start. Smart features auto-resume (/do), auto-close (/inc), progress tracking (/progress). Commands /inc, /do, /progress, /validate, /done, /list-increments, /sync-docs, /sync-github. All commands listed in .claude/commands/. Keywords slash commands, /inc, /increment, /do, /progress, /validate, /done, specweave commands, smart workflow, v0.1.9.
97
+
98
+ **Location**: `.claude/skills/specweave-detector/SKILL.md`
99
+
100
+ ---
101
+
102
+ #### specweave-jira-mapper
103
+
104
+ **Description**: Expert in bidirectional conversion between SpecWeave increments and JIRA epics/stories/subtasks. Handles export (increment → JIRA), import (JIRA → increment), and bidirectional sync with conflict resolution. Activates for JIRA sync, issue creation, import from JIRA.
105
+
106
+ **Location**: `.claude/skills/specweave-jira-mapper/SKILL.md`
107
+
108
+ ---
109
+
110
+
111
+ ### Orchestration & Planning
112
+
113
+ #### role-orchestrator
114
+
115
+ **Description**: Multi-agent orchestration system that coordinates specialized agents (PM, Architect, DevOps, QA, Tech Lead, Security) to work together on complex tasks. Implements hierarchical orchestrator-worker pattern. Activates for complex multi-step requests requiring multiple roles/skills. Keywords: build product, create SaaS, full implementation, end-to-end, multi-agent, orchestrate, coordinate roles, complex project.
116
+
117
+ **Location**: `.claude/skills/role-orchestrator/SKILL.md`
118
+
119
+ ---
120
+
121
+ #### skill-router
122
+
123
+ **Description**: Intelligent routing system that parses ambiguous user requests and routes them to appropriate SpecWeave skills with >90% accuracy. Acts as the "traffic controller" for all skill invocations. Activates when user intent is unclear or when multiple skills could handle a request. Keywords: route, clarify, ambiguous, which skill, help me decide.
124
+
125
+ **Location**: `.claude/skills/skill-router/SKILL.md`
126
+
127
+ ---
128
+
129
+
130
+ ### External Integrations
131
+
132
+ #### ado-sync
133
+
134
+ **Description**: Sync SpecWeave increments with Azure DevOps Epics/Features/User Stories. Activates for ADO sync, Azure DevOps sync, create ADO work item, import from ADO. Coordinates with specweave-ado-mapper agent.
135
+
136
+ **Location**: `.claude/skills/ado-sync/SKILL.md`
137
+
138
+ **Allowed tools**: Read, Write, Edit, Task, Bash
139
+
140
+ ---
141
+
142
+ #### figma-mcp-connector
143
+
144
+ **Description**: Connects to Figma MCP servers (official and community) to read/write Figma files, extract design tokens, and manage design resources. Wrapper for both official Figma MCP (desktop/remote) and community Framelink MCP. Activates for figma file, figma api, figma mcp, read figma, figma data, figma variables.
145
+
146
+ **Location**: `.claude/skills/figma-mcp-connector/SKILL.md`
147
+
148
+ ---
149
+
150
+ #### github-sync
151
+
152
+ **Description**: Bi-directional synchronization between GitHub and SpecWeave. Maps GitHub Milestones to Release Plans, Issues to RFCs/Tasks. Maintains sync status. Activates for GitHub, sync GitHub, map GitHub to SpecWeave, GitHub issues.
153
+
154
+ **Location**: `.claude/skills/github-sync/SKILL.md`
155
+
156
+ ---
157
+
158
+ #### jira-sync
159
+
160
+ **Description**: Sync SpecWeave increments with JIRA epics/stories. Activates for JIRA sync, create JIRA issue, import from JIRA, sync to JIRA. Coordinates with specweave-jira-mapper agent.
161
+
162
+ **Location**: `.claude/skills/jira-sync/SKILL.md`
163
+
164
+ **Allowed tools**: Read, Write, Edit, Task, Bash
165
+
166
+ ---
167
+
168
+
169
+ ### Architecture & Design
170
+
171
+ #### design-system-architect
172
+
173
+ **Description**: Expert guide for creating design systems using Atomic Design methodology. Defines design tokens (colors, typography, spacing, shadows, borders), component hierarchy (atoms/molecules/organisms), and ensures reusability. Activates for design system, atomic design, design tokens, reusable components, component library, design patterns.
174
+
175
+ **Location**: `.claude/skills/design-system-architect/SKILL.md`
176
+
177
+ ---
178
+
179
+ #### diagrams-architect
180
+
181
+ **Description**: Expert in creating Mermaid diagrams following C4 Model and SpecWeave conventions. Specializes in system architecture, sequence diagrams, ER diagrams, and deployment diagrams. Activates for diagram creation, architecture visualization, data modeling, sequence flows, C4 diagrams, HLD, LLD.
182
+
183
+ **Location**: `.claude/skills/diagrams-architect/SKILL.md`
184
+
185
+ ---
186
+
187
+ #### diagrams-generator
188
+
189
+ **Description**: Generate Mermaid diagrams following C4 conventions. Activates for create diagram, draw diagram, visualize, system diagram, architecture diagram, C4 diagram, context diagram, container diagram, component diagram, sequence diagram, ER diagram, entity relationship, data model, deployment diagram. Coordinates with diagrams-architect agent.
190
+
191
+ **Location**: `.claude/skills/diagrams-generator/SKILL.md`
192
+
193
+ **Allowed tools**: Read, Write, Edit, Task
194
+
195
+ ---
196
+
197
+ #### spec-driven-brainstorming
198
+
199
+ **Description**: Refines rough ideas into spec-ready designs through structured Socratic questioning, alternative exploration, and incremental validation. Use BEFORE creating increments - transforms vague concepts into clear requirements. Activates for: brainstorm, explore idea, refine concept, design thinking, what should I build, help me think through, ultrathink design, deep thinking, architecture exploration.
200
+
201
+ **Activates for**: brainstorm, explore idea, refine concept, design thinking, what should I build, help me think through, ultrathink design, deep thinking, architecture exploration
202
+
203
+ **Location**: `.claude/skills/spec-driven-brainstorming/SKILL.md`
204
+
205
+ ---
206
+
207
+
208
+ ### Development
209
+
210
+ #### dotnet-backend
211
+
212
+ **Description**: .NET/C# backend developer for ASP.NET Core APIs with Entity Framework Core. Builds REST APIs, minimal APIs, gRPC services, authentication with Identity/JWT, authorization, database operations, background services, SignalR real-time features. Activates for: .NET, C#, ASP.NET Core, Entity Framework Core, EF Core, .NET Core, minimal API, Web API, gRPC, authentication .NET, Identity, JWT .NET, authorization, LINQ, async/await C#, background service, IHostedService, SignalR, SQL Server, PostgreSQL .NET, dependency injection, middleware .NET.
213
+
214
+ **Activates for**: .NET, C#, ASP
215
+
216
+ **Location**: `.claude/skills/dotnet-backend/SKILL.md`
217
+
218
+ ---
219
+
220
+ #### figma-implementer
221
+
222
+ **Description**: Expert frontend developer specializing in converting Figma designs to production-ready React/Angular components with Storybook validation. Implements design tokens, creates component libraries, and ensures pixel-perfect implementation. Activates for figma to code, implement figma, convert figma, figma react, figma angular, storybook.
223
+
224
+ **Location**: `.claude/skills/figma-implementer/SKILL.md`
225
+
226
+ ---
227
+
228
+ #### figma-to-code
229
+
230
+ **Description**: Converts Figma designs to production-ready code (React/Angular). Generates design tokens, components, and TypeScript interfaces from Figma files. Parses component hierarchy, maps properties to props, generates TypeScript types. Activates for figma to code, convert figma to react, figma to angular, implement design, code generation.
231
+
232
+ **Location**: `.claude/skills/figma-to-code/SKILL.md`
233
+
234
+ ---
235
+
236
+ #### frontend
237
+
238
+ **Description**: Frontend developer for React, Vue, Angular web applications. Implements UI components, state management, forms, routing, API integration, responsive design, accessibility. Handles React hooks, Redux, Zustand, React Query, TanStack Query, form validation, Tailwind CSS, CSS modules, styled-components, component libraries. Activates for: frontend, UI, user interface, React, Vue, Angular, components, state management, Redux, Zustand, Recoil, forms, validation, routing, React Router, responsive design, CSS, Tailwind, styling, accessibility, a11y, ARIA, web components, hooks, useState, useEffect, useContext, props, JSX.
239
+
240
+ **Activates for**: frontend, UI, user interface, React, Vue, Angular, components, state management, Redux, Zustand, Recoil, forms, validation, routing, React Router, responsive design, CSS, Tailwind, styling, accessibility, a11y, ARIA, web components, hooks, useState, useEffect, useContext, props, JSX
241
+
242
+ **Location**: `.claude/skills/frontend/SKILL.md`
243
+
244
+ ---
245
+
246
+ #### nextjs
247
+
248
+ **Description**: NextJS 14+ implementation specialist. Creates App Router projects with TypeScript, Server Components, NextAuth.js, Prisma ORM, Tailwind CSS, shadcn/ui. Configures production builds, API routes, environment variables. Activates for NextJS, Next.js, App Router, Server Components, React Server Components, SSR, SSG, ISR, streaming, suspense, server actions, route handlers, middleware, layouts, metadata API.
249
+
250
+ **Location**: `.claude/skills/nextjs/SKILL.md`
251
+
252
+ **Allowed tools**: Read, Write, Edit, Bash
253
+
254
+ ---
255
+
256
+ #### nodejs-backend
257
+
258
+ **Description**: Node.js/TypeScript backend developer. Builds Express.js, Fastify, NestJS APIs with Prisma ORM, TypeORM, Mongoose. Implements REST APIs, GraphQL, authentication (JWT, session, OAuth), authorization, database operations, background jobs, WebSockets, real-time features, API validation, error handling, middleware. Activates for: Node.js, NodeJS, Express, Fastify, NestJS, TypeScript backend, API, REST API, GraphQL, Prisma, TypeORM, Mongoose, MongoDB, PostgreSQL with Node, MySQL with Node, authentication backend, JWT, passport.js, bcrypt, async/await, promises, middleware, error handling, validation, Zod, class-validator, background jobs, Bull, BullMQ, Redis, WebSocket, Socket.io, real-time.
259
+
260
+ **Activates for**: Node
261
+
262
+ **Location**: `.claude/skills/nodejs-backend/SKILL.md`
263
+
264
+ ---
265
+
266
+ #### python-backend
267
+
268
+ **Description**: Python backend developer for FastAPI, Django, Flask APIs with SQLAlchemy, Django ORM, Pydantic validation. Implements REST APIs, async operations, database integration, authentication, data processing with pandas/numpy, machine learning integration, background tasks with Celery, API documentation with OpenAPI/Swagger. Activates for: Python, Python backend, FastAPI, Django, Flask, SQLAlchemy, Django ORM, Pydantic, async Python, asyncio, uvicorn, REST API Python, authentication Python, pandas, numpy, data processing, machine learning, ML API, Celery, Redis Python, PostgreSQL Python, MongoDB Python, type hints, Python typing.
269
+
270
+ **Activates for**: Python, Python backend, FastAPI, Django, Flask, SQLAlchemy, Django ORM, Pydantic, async Python, asyncio, uvicorn, REST API Python, authentication Python, pandas, numpy, data processing, machine learning, ML API, Celery, Redis Python, PostgreSQL Python, MongoDB Python, type hints, Python typing
271
+
272
+ **Location**: `.claude/skills/python-backend/SKILL.md`
273
+
274
+ ---
275
+
276
+
277
+ ### Quality & Testing
278
+
279
+ #### e2e-playwright
280
+
281
+ **Description**: End-to-end browser automation and testing expert using Playwright. Tests web applications, validates user flows, captures screenshots, checks accessibility, and verifies functionality. SpecWeave-aware for increment testing. Activates for E2E testing, browser automation, web testing, Playwright, UI testing, integration testing, user flow validation, screenshot testing, accessibility testing, headless browser, test web app, browser test, automated testing, web automation, check website, validate UI, test increment.
282
+
283
+ **Location**: `.claude/skills/e2e-playwright/SKILL.md`
284
+
285
+ **Allowed tools**: Bash, Read, Write, Glob, Grep
286
+
287
+ ---
288
+
289
+ #### spec-driven-debugging
290
+
291
+ **Description**: Use when encountering ANY bug, test failure, or unexpected behavior before proposing fixes - systematic five-phase framework (context loading, root cause investigation, pattern analysis, hypothesis testing, implementation with documentation) that ensures understanding and spec alignment before attempting solutions. Activates for: bug, error, test failure, failing test, unexpected behavior, crash, exception, debug, troubleshoot, fix issue, investigate problem, ultrathink bug.
292
+
293
+ **Activates for**: bug, error, test failure, failing test, unexpected behavior, crash, exception, debug, troubleshoot, fix issue, investigate problem, ultrathink bug
294
+
295
+ **Location**: `.claude/skills/spec-driven-debugging/SKILL.md`
296
+
297
+ ---
298
+
299
+
300
+ ### Infrastructure
301
+
302
+ #### cost-optimizer
303
+
304
+ **Description**: Analyzes infrastructure requirements and recommends the cheapest cloud platform. Compares Hetzner, Vercel, AWS, Railway, Fly.io, DigitalOcean based on users, traffic, storage. Shows cost breakdown and savings. Activates for cheapest, budget, cost-effective, compare platforms, save money, affordable hosting.
305
+
306
+ **Location**: `.claude/skills/cost-optimizer/SKILL.md`
307
+
308
+ ---
309
+
310
+ #### hetzner-provisioner
311
+
312
+ **Description**: Provisions infrastructure on Hetzner Cloud with Terraform/Pulumi. Generates IaC code for CX11/CX21/CX31 instances, managed Postgres, SSL configuration, Docker deployment. Activates for deploy on Hetzner, Hetzner Cloud, budget deployment, cheap hosting, $10/month hosting.
313
+
314
+ **Location**: `.claude/skills/hetzner-provisioner/SKILL.md`
315
+
316
+ ---
317
+
318
+
319
+ ### Documentation
320
+
321
+ #### brownfield-analyzer
322
+
323
+ **Description**: Analyzes existing brownfield projects to map documentation structure to SpecWeave's PRD/HLD/RFC/Runbook pattern. Scans folders, classifies documents, detects external tools (Jira, ADO, GitHub), and generates migration plan. Activates for brownfield, existing project, migrate, analyze structure, legacy documentation.
324
+
325
+ **Location**: `.claude/skills/brownfield-analyzer/SKILL.md`
326
+
327
+ ---
328
+
329
+ #### figma-designer
330
+
331
+ **Description**: Expert Figma designer specializing in design systems, atomic design, and UI/UX best practices. Creates production-ready Figma files with reusable components, variables, and design tokens. Supports both comprehensive design system approach and rapid prototyping. Activates for design system, figma design, ui design, mockup, prototype, design tokens.
332
+
333
+ **Location**: `.claude/skills/figma-designer/SKILL.md`
334
+
335
+ ---
336
+
337
+
338
+ ### Other
339
+
340
+ #### bmad-method-expert
341
+
342
+ **Description**: BMAD-METHOD Subject Matter Expert for dynamic gap analysis. Deeply understands BMAD framework and performs on-demand comparison analysis against current SpecWeave state. Analyzes actual code, features, and specs to generate fresh comparison reports. Activates for "compare to BMAD", "BMAD vs SpecWeave", "gap analysis", "what does BMAD have", "benefits comparison", "should I use BMAD or SpecWeave", "BMAD features", "how does BMAD handle X".
343
+
344
+ **Location**: `.claude/skills/bmad-method-expert/SKILL.md`
345
+
346
+ ---
347
+
348
+ #### brownfield-onboarder
349
+
350
+ **Description**: Intelligently onboards brownfield projects by merging existing CLAUDE.md backups into SpecWeave structure. Extracts project-specific knowledge, domain context, team conventions, and technical details from backup CLAUDE.md files, then distributes content to appropriate SpecWeave folders without bloating CLAUDE.md. Activates for: merge docs, merge claude, onboard brownfield, import existing docs, claude backup, specweave merge-docs.
351
+
352
+ **Activates for**: merge docs, merge claude, onboard brownfield, import existing docs, claude backup, specweave merge-docs
353
+
354
+ **Location**: `.claude/skills/brownfield-onboarder/SKILL.md`
355
+
356
+ ---
357
+
358
+ #### spec-kit-expert
359
+
360
+ **Description**: SPEC-KIT Subject Matter Expert for dynamic gap analysis. Deeply understands spec-kit framework and performs on-demand comparison analysis against current SpecWeave state. Analyzes actual code, features, and specs to generate fresh comparison reports. Activates for "compare to spec-kit", "spec-kit vs SpecWeave", "gap analysis", "what does spec-kit have", "benefits comparison", "should I use spec-kit or SpecWeave", "spec-kit features", "how does spec-kit handle X", "GitHub spec-kit".
361
+
362
+ **Location**: `.claude/skills/spec-kit-expert/SKILL.md`
363
+
364
+ ---
365
+
366
+
367
+ ## 💡 How Skills Work
368
+
369
+ **Level 1 - Discovery (this file)**:
370
+ - Scan activation keywords
371
+ - Match to your current task
372
+ - Identify 1-3 relevant skills
373
+
374
+ **Level 2 - Deep Dive (SKILL.md)**:
375
+ - Load full skill documentation
376
+ - Read required prerequisites
377
+ - Follow step-by-step workflow
378
+
379
+ **Level 3 - Execution**:
380
+ - Apply skill's instructions
381
+ - Use recommended tools
382
+ - Follow SpecWeave best practices
383
+
384
+ ---
385
+
386
+ ## 🎯 Task → Skill Matching Guide
387
+
388
+ | Your Task | Relevant Skill | Keywords |
389
+ |-----------|---------------|----------|
390
+ | "Plan a new feature" | `increment-planner` | "feature planning", "create increment" |
391
+ | "Sync to JIRA" | `jira-sync` | "JIRA sync", "create JIRA issue" |
392
+ | "Create diagram" | `diagrams-architect` | "architecture diagram", "C4 diagram" |
393
+ | "Build React UI" | `frontend` | "React", "components", "UI" |
394
+ | "Deploy to cloud" | `hetzner-provisioner` | "deploy", "infrastructure" |
395
+ | "Quality check" | `increment-quality-judge` | "quality check", "assess spec" |
396
+ | "E2E testing" | `e2e-playwright` | "E2E test", "browser test" |
397
+ | "Generate docs site" | `docusaurus` | "documentation site", "docs" |
398
+
399
+ ---
400
+
401
+ ## ⚡ Why Skills Matter
402
+
403
+ **Without skills**:
404
+ - ❌ Reinvent workflows every session
405
+ - ❌ Inconsistent increment structure
406
+ - ❌ Miss SpecWeave conventions
407
+ - ❌ Waste tokens on irrelevant docs
408
+
409
+ **With skills**:
410
+ - ✅ Proven workflows ready to use
411
+ - ✅ Consistent high-quality output
412
+ - ✅ SpecWeave best practices enforced
413
+ - ✅ Efficient token usage (load only what's needed)
414
+
415
+ ---
416
+
417
+ ## 🔧 For AI Tool Developers
418
+
419
+ This index simulates Claude Code's native progressive disclosure:
420
+ - Claude pre-loads skill metadata at startup (name + description)
421
+ - Other tools read this index file for same benefit
422
+ - Single file read replaces 34 individual file scans
423
+ - Token savings: ~97% (1 file vs 34 files)
424
+
425
+ **How to use in your AI tool**:
426
+ 1. Load this file at session start
427
+ 2. Parse activation keywords
428
+ 3. Match user requests to keywords
429
+ 4. Load full SKILL.md when matched
430
+ 5. Execute skill workflow
431
+
432
+ ---
433
+
434
+ **Generated by**: `src/utils/generate-skills-index.ts`
435
+
436
+ **Regenerate with**: `npm run generate-skills-index`