Loading...
Loading...
Transform vague ideas into implementation-ready specifications through structured interviewing. Use when user describes a new feature/product idea, has a problem to solve, or needs to document requirements. Produces intent.md (technical spec for code agents) and overview.md (human-friendly summary).
npx skill4agent add arcblock/idd intent-interviewQuestions to ask:
- What is the core problem?
- Who is the target user?
- Is this a new product or addition to existing?
- What's the priority/urgency?| Dimension | Key Questions |
|---|---|
| Data | Sources, contracts, validation, conflicts, authentication |
| Rendering | Cross-platform strategy, components, theming, sizing |
| Sync/Update | Real-time requirements, refresh strategy, failure handling |
| Architecture | Storage, sharing, cloud/local, offline capability |
| UX | Configuration flow, error states, feedback mechanisms |
| Edge Cases | Failures, migrations, security, low-end devices |
| Scope | MVP boundaries, what's in/out, phasing |
| Tech Stack | Languages, frameworks, existing code to reuse |
AskUserQuestion# [Project] Specification
## 1. Overview
- Product positioning
- Core concept
- Priority
- Target user
- Project scope
## 2. Architecture
- Data layer
- Rendering layer
- Key subsystems
## 3. Detailed Behavior
- Update/refresh
- Error handling
- Data processing
## 4. User Experience
- Key flows
- Configuration
## 5. Technical Implementation Guide
- Project structure
- Code examples
## 6. Decisions Summary
| Decision | Choice | Rationale |
## 7. MVP Scope
- Included
- Excluded
## 8. Risks
## 9. Open Items# [Project]: One-line description
## One sentence explanation
## Why?
Problem in plain language
## Core experience
ASCII flow diagram
## Architecture
ASCII component diagram
## Key decisions
| Question | Choice | Why |
## Scope
In / Out
## Risk + Mitigation
## Next stepsUser describes idea
↓
Phase 1: Problem space (1-2 rounds)
↓
Phase 2: Deep dive (multiple rounds)
↓
Phase 3: Resolve contradictions
↓
Phase 4: Check readiness
↓ (loop if gaps)
Generate intent.md
↓
Ask if overview needed
↓
Generate overview.md
↓
(Optional) Push to repository