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 through structured questioning and frameworks.
/plugin marketplace add https://www.claudepluginhub.com/api/plugins/benshapyro-cadre-devkit-claude/marketplace.json/plugin install benshapyro-cadre-devkit-claude@cpd-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.
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.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.