From sdd-toolkit
Creates and maintains domain specifications following the SDD approach. Use this skill when specs need to be written, features derived, or domain requirements documented. Pure domain language — no technical details like frameworks, HTTP methods, or data types.
npx claudepluginhub mgoericke/javamark-claude-plugins --plugin sdd-toolkitThis skill uses the workspace's default tool permissions.
Create domain specifications in pure business language. Specifications describe *what* the system should do, never *how* it is technically implemented.
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
Create domain specifications in pure business language. Specifications describe what the system should do, never how it is technically implemented.
# Feature: [Feature Name]
## Context
[Why is this feature needed?]
## Actors
[Who interacts with the feature?]
## Domain Requirements
[What should the system be able to do?]
## Business Rules
[What rules apply?]
## Acceptance Criteria
[When is the feature complete?]
specs/ in the project