en un clic
sdd-mcp
sdd-mcp contient 22 skills collectées depuis yi-john-huang, avec une couverture métier par dépôt et des pages de détail sur le site.
Skills dans ce dépôt
Commit verified SDD changes and prepare a focused pull request.
Design an approved SDD feature with traceable components, interfaces, risks, and tests.
Implement approved SDD tasks test-first with focused verification and security checks.
Generate testable EARS requirements and measurable acceptance criteria for an SDD feature.
Review a focused change for correctness, regressions, security, and maintainability.
Audit a focused scope for exploitable security flaws and prioritized remediation.
Define scoped custom steering for a verified project convention or domain.
Create or update concise project steering from verified repository facts.
Generate an approved-design task plan with test-first slices and measurable completion.
Generate focused tests for observable behavior, boundaries, and real failures.
Implement a small focused change test-first without starting the full SDD workflow.
Perform thorough Linus-style code review focusing on correctness, maintainability, and adherence to project conventions. Use after completing implementation to ensure code quality. Invoked via /sdd-review [file-path or PR-number].
Perform OWASP-aligned security audit of code. Checks for common vulnerabilities including injection, authentication flaws, sensitive data exposure, and more. Invoked via /sdd-security-check [file-path or scope].
Generate comprehensive tests following TDD methodology. Creates unit tests, integration tests, and edge case coverage. Works with existing test frameworks in the project. Invoked via /sdd-test-gen [file-path or function-name].
Guide commit message and PR creation for SDD workflow. Use when committing changes, creating pull requests, or documenting changes. Invoked via /sdd-commit.
Create technical design specifications for SDD workflow. Use when designing architecture, defining components, or creating system design documents after requirements are approved. Invoked via /sdd-design <feature-name>.
Implementation guidelines for SDD workflow. Use when implementing features, applying TDD, checking security, or ensuring code quality. Invoked via /sdd-implement <feature-name>.
Generate EARS-formatted requirements for SDD workflow. Use when starting a new feature specification, creating requirements documents, or defining acceptance criteria. Invoked via /sdd-requirements <feature-name>.
Generate TDD task breakdown for SDD workflow. Use when breaking down design into implementable tasks with test-first approach. Invoked via /sdd-tasks <feature-name>.
Create custom steering documents for specialized contexts. Use when you need domain-specific guidance for particular file types, modules, or workflows. Invoked via /sdd-steering-custom.
Create project-specific steering documents for SDD workflow. Use when setting up project context, documenting technology stack, or establishing project conventions. Invoked via /sdd-steering.
Implement simple features with best practices. Use when adding small features, bug fixes, or quick enhancements without the full SDD workflow. Invoked via /simple-task <description>.