LiorCohen/sdd Skills
(25)Browse AI agent skills from LiorCohen/sdd for Claude Code, OpenClaw, Cursor, Windsurf, and more. Install them with a single command to extend what your agents can do.
agents-standards
LiorCohen/sdd
Standards for authoring SDD plugin agents — frontmatter, self-containment, skill references, and no-user-interaction rules.
change-creation
LiorCohen/sdd
Create change specification and implementation plan with dynamic phase generation. Supports feature, bugfix, refactor, and epic types.
change-orchestration
LiorCohen/sdd
Orchestrates the full change lifecycle — routes actions to phase-specific sub-files.
commands-standards
LiorCohen/sdd
Standards for authoring SDD plugin commands — frontmatter, user interaction, skill/agent invocation, CLI integration, and output formatting.
commit
LiorCohen/sdd
Create a commit following repository guidelines with proper versioning and changelog updates.
commit-standards
LiorCohen/sdd
Guidelines for consistent, well-documented commits in SDD projects
d2
LiorCohen/sdd
D2 diagramming language reference for architecture diagrams, sequence diagrams, grid layouts, SQL tables, and class diagrams. Produces .d2 files rendered via CLI or playground.
docs-standards
LiorCohen/sdd
Writes and maintains user-facing documentation for the SDD plugin. Proactively detects when docs are out of sync with plugin capabilities.
domain-population
LiorCohen/sdd
Populate domain specs (glossary, entity definitions, use-cases) from SPEC.md content during implementation.
external-spec-integration
LiorCohen/sdd
Process external specifications through transformation, classification, gap analysis, component discovery, and decomposition. Creates workflow items with classified context.
init-orchestration
LiorCohen/sdd
Orchestrates SDD project initialization — version detection, environment verification, scaffolding, and git setup.
manifest-validation
LiorCohen/sdd
Validate plugin and marketplace manifest files against the official Claude Code specification
planning
LiorCohen/sdd
Templates and guidance for implementation plans with dynamic phase generation.
plugin-product-standards
LiorCohen/sdd
Technical product expert specializing in platform engineering, DevOps, and AI dev tools. Critically reviews the SDD plugin for DX issues, inconsistencies, and gaps.
Plugin Testing Standards
LiorCohen/sdd
# Plugin Testing Standards Testing methodology for Claude Code plugins ensuring deterministic verification of LLM-driven workflows. --- ## Core Principles ### 1. Separation of Concerns ``` tests/ ├── lib/ # All helper/utility code (wraps Node.js) │ ├── index.ts #
project-scaffolding
LiorCohen/sdd
Scaffolds project-level structure (root files, specs).
project-settings
LiorCohen/sdd
Manage project settings in sdd/sdd-settings.yaml including component settings that drive scaffolding.
skills-standards
LiorCohen/sdd
Standards for authoring SDD plugin skills — frontmatter, self-containment, and input/output schemas.
spec-decomposition
LiorCohen/sdd
Analyze specifications and decompose into independent changes.
spec-index
LiorCohen/sdd
Manage spec registry and generate snapshots.
spec-solicitation
LiorCohen/sdd
Guided requirements gathering through structured questions to create comprehensive specifications. Produces a complete requirements document via non-blocking conversational interaction.
spec-writing
LiorCohen/sdd
Templates and validation for writing product specifications.
tasks
LiorCohen/sdd
Manage tasks and plans using the .tasks/ directory.
typescript-standards
LiorCohen/sdd
Shared TypeScript coding standards for strict, immutable, type-safe code.