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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sdd-toolkit:spec-featureThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Create domain specifications in pure business language. Specifications describe *what* the system should do, never *how* it is technically implemented.
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 projectProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
npx claudepluginhub mgoericke/javamark-claude-plugins --plugin sdd-toolkit