Validate feature specs for relevance, edge cases, and compatibility with existing patterns. Use after creating a spec.
Validates feature specifications for critical issues and compatibility with existing development patterns.
npx claudepluginhub captaincrouton89/crouton-kitThis skill is limited to using the following tools:
Input: $ARGUMENTS
Spawn a Task agent to review the spec:
Task tool parameters:
subagent_type: general-purpose
model: sonnet
description: Review spec for issues
prompt: |
Review the spec file at: $ARGUMENTS
## Process
1. Read the spec file
2. Read existing patterns: CLAUDE.md, .claude/rules/*.md, referenced "Related files"
3. Validate against criteria below
**Threshold: Only flag issues that would block implementation or cause genuine confusion.**
### Criteria
- **Relevance**: Spec stays focused; only flag scope creep causing wasted work
- **Edge Cases**: Error states, boundary conditions, failure modes covered
- **Architecture Quality**: Only flag actual code smells, not preferences
- **Abstraction Level**: Behavioral/contractual; only flag if implementation details constrain options
- **Pattern Compatibility**: Doesn't contradict CLAUDE.md or .claude/rules/
- **Context Coverage**: Only flag if spec is huge (20+ files) and splitting helps
## Output
If no issues: `PASS`
If issues exist:
1. Scope: [what strays from the feature]
2. Edge case: [missing error/boundary handling]
3. Architecture: [code smell or design issue]
Report the agent's findings to the user.
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
This skill should be used when the user wants to "create a skill", "add a skill to plugin", "write a new skill", "improve skill description", "organize skill content", or needs guidance on skill structure, progressive disclosure, or skill development best practices for Claude Code plugins.