Methodology for discovering and specifying new software products. Use when starting greenfield projects, exploring new ideas, or defining MVP scope.
Transforms vague product ideas into actionable specifications using structured questioning frameworks. Use when starting greenfield projects, exploring new ideas, or defining MVP scope to clarify requirements before implementation.
/plugin marketplace add benshapyro/cadre-devkit-claude/plugin install benshapyro-cadre-devkit-claude@benshapyro/cadre-devkit-claudeThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Transform vague ideas into actionable specifications through structured questioning.
Five Whys - Reach root problems:
MECE (Mutually Exclusive, Collectively Exhaustive):
Socratic Probing:
Key Questions:
Key Questions:
Scope Control:
Key Questions:
Key Questions:
Key Questions:
Effort-Based Framing (NOT time-based):
| Scope Level | Definition |
|---|---|
| Core MVP | Solves ONE problem for ONE user type |
| Expanded MVP | Multiple features, still single user focus |
| Full Vision | Complete feature set, all user types |
# [Project Name] Specification
## Problem Statement
[Core problem, why it matters, who has it]
## Target Users
- **Primary:** [Specific user type and needs]
- **Secondary:** [If applicable]
## MVP Scope (Core)
### Must Have
1. [Essential capability 1]
2. [Essential capability 2]
### Explicitly Excluded
- [Deferral 1 with reasoning]
## Success Criteria
- [ ] [Measurable outcome 1]
- [ ] [User can accomplish X]
## Full Vision
[Complete feature list for later phases]
## Scenarios
### Scenario 1: [Name]
- Given: [Context]
- When: [Action]
- Then: [Outcome]
# [Project Name] Technical Design
## Architecture Overview
[High-level system structure]
## Technology Choices
| Layer | Choice | Reasoning |
|-------|--------|-----------|
| Frontend | [Tech] | [Why] |
| Backend | [Tech] | [Why] |
| Database | [Tech] | [Why] |
## Data Models
### [Entity]
- field: type (constraints)
## Key Decisions
### [Decision]
- **Choice:** [What was decided]
- **Reasoning:** [Why]
- **Trade-offs:** [What we accept]
## Technical Risks
| Risk | Mitigation |
|------|------------|
| [Risk] | [How we handle it] |
# [Project Name] Implementation Plan
## MVP Scope
[Reference to SPEC.md MVP section]
## Implementation Order
### Phase 1: Foundation
- [ ] [Task 1]
- [ ] [Task 2]
### Phase 2: Core Features
- [ ] [Task 3]
- [ ] [Task 4]
### Phase 3: Polish & Launch
- [ ] [Task 5]
- [ ] Launch preparation
## Go/No-Go Criteria
### Continue if:
- [ ] [Success metric achieved]
### Pivot if:
- [ ] [Failure condition]
## Post-MVP Phases
### Phase 2 (After validation)
- [Feature additions]
These specs become context for AI implementation - clarity here multiplies effectiveness later.
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.