Validation criteria, checklists, and report format for feature implementation plans. Auto-invoke when validating plans, checking completeness, or assessing implementation readiness. Do NOT load for requirements gathering or implementation tasks.
Auto-validates feature implementation plans for completeness, feasibility, and clarity. Triggers when checking plan quality or assessing implementation readiness.
/plugin marketplace add L-Sypniewski/claude-code-toolkit/plugin install development-workflow@claude-code-toolkitThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Criteria and report format for validating feature implementation plans.
Required Sections:
✓ Requirements Analysis
- [ ] Feature description (clear, specific)
- [ ] Examples of feature in action
- [ ] Technical context and constraints
- [ ] Other considerations (performance, security)
✓ Implementation Plan
- [ ] High-level implementation strategy
- [ ] Files to modify/create (with specific paths)
- [ ] Implementation steps (broken into phases)
- [ ] Validation criteria (specific, testable)
✓ Architecture Recommendations (if complexity ≥5)
- [ ] Architectural approach documented
- [ ] Addresses architectural concerns
- [ ] Provides clear guidance
✓ Metadata
- [ ] Complexity score documented
- [ ] Recommended implementation agent specified
- [ ] Source (GitHub issue, prompt, file) noted
Dependencies & Libraries:
Codebase Integration:
Technical Constraints:
Breaking Changes:
Specificity:
Completeness:
Sequencing:
Ambiguity Detection:
## Validation Report
### Overall Status
**Decision**: ✅ APPROVED | ⚠️ APPROVED WITH NOTES | ❌ NEEDS REVISION
### Completeness Check
**Status**: PASS | FAIL
**Score**: X/Y required sections present
Issues:
- [ ] Missing: [section]
- [ ] Incomplete: [section] - [what's missing]
### Feasibility Review
**Status**: FEASIBLE | QUESTIONABLE | NOT FEASIBLE
Technical Concerns:
- ⚠️ [Concern with details]
- ✅ [Validated approach]
- ❌ [Blocking issue]
Dependencies Validated:
- ✅ [lib] - [verification result]
- ⚠️ [lib] - [warning]
- ❌ [lib] - [not found/incompatible]
### Clarity Assessment
**Status**: CLEAR | NEEDS CLARIFICATION
Clarity Issues:
- ❌ Step X: "[vague step]" - [what's needed]
- ⚠️ [minor ambiguity]
- ✅ [validated aspect]
Ambiguities Found:
- Line X: "[quote]" - [issue]
### Recommendations
**Must Address** (blocking):
1. [Critical issue]
2. [Critical issue]
**Should Consider** (improvements):
1. [Suggestion]
**Nice to Have** (optional):
1. [Enhancement]
### Summary
[2-3 sentence outcome and key actions]
Vague Language:
Missing Details:
Unrealistic Expectations:
Ambiguous Steps:
This skill should be used when the user asks to "create a slash command", "add a command", "write a custom command", "define command arguments", "use command frontmatter", "organize commands", "create command with file references", "interactive command", "use AskUserQuestion in command", or needs guidance on slash command structure, YAML frontmatter fields, dynamic arguments, bash execution in commands, user interaction patterns, or command development best practices for Claude Code.
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.
This skill should be used when the user asks to "create a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-based hooks", "use ${CLAUDE_PLUGIN_ROOT}", "set up event-driven automation", "block dangerous commands", or mentions hook events (PreToolUse, PostToolUse, Stop, SubagentStop, SessionStart, SessionEnd, UserPromptSubmit, PreCompact, Notification). Provides comprehensive guidance for creating and implementing Claude Code plugin hooks with focus on advanced prompt-based hooks API.