From soloscrum
Reference: criteria for validating feature design across scope clarity (Goal and AC alignment), dependency identification, and technical feasibility against the project stack.
How this skill is triggered — by the user, by Claude, or both
Slash command
/soloscrum:soloscrum-define-design-criteriaThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Feature design validation criteria.
Feature design validation criteria.
| Check | Criteria |
|---|---|
| Is the Goal stated clearly in 1-2 sentences? | OK: single purpose. NG: multiple purposes mixed |
| Is the AC in verifiable format? | OK: Shape A (user can ..., user-facing) or Shape B (<contract or capability> exists / produces ..., structural) per soloscrum-define-issue-format's AC Writing Guide. NG: implement ... / refactor ... (procedure, not outcome) |
| Is Out of Scope explicitly stated? | OK: stated. NG: blank |
| Does scope fit within a single feature? | OK: one feature. NG: multiple features mixed |
| Check | Criteria |
|---|---|
| Are dependencies on other Issues stated explicitly? | If dependencies exist, are they noted in Notes? |
| Are there dependencies on external APIs or services? | If so, confirm availability |
| Does it involve data changes (schema migrations, etc.)? | If so, is migration considered? |
| Check | Criteria |
|---|---|
| Does it align with the existing architecture? | Flag if it diverges significantly from existing patterns |
| Is it achievable with the tech stack? | Cross-reference with .claude/rules/stack.md |
| Are there performance concerns? | Bulk data processing, real-time processing, etc. |
| Are there security concerns? | Authentication, authorization, input validation, etc. |
| Verdict | Condition |
|---|---|
| Pass | All items OK |
| Conditional Pass | Issues that can be resolved with minor revisions |
| Fail | Scope unclear, technically infeasible, or dependency problems |
Provides 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.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub mew-ton/soloscrum --plugin soloscrum