Entretien de spécification

VérifiéSûr

Utilisez cette compétence lorsque vous démarrez un nouveau projet ou une fonctionnalité nécessitant une collecte détaillée des exigences. Elle vous guide à travers un processus d'entretien structuré couvrant les détails techniques, l'UX/UI, les cas limites, et plus encore, puis génère un document de spécifications complet dans docs/SPEC.md.

Spar Skills Guide Bot
DocumentationIntermédiaire
6002/06/2026
Claude Code
#requirements-gathering#specification#project-planning#interviewing

Recommandé pour

Notre avis

Interviewe l'utilisateur en profondeur pour rassembler les exigences et produire un document de spécification détaillé.

Points forts

  • Couverture exhaustive des aspects techniques, UX, sécurité et performance.
  • Processus itératif avec questions de suivi pour lever les ambiguïtés.
  • Produit un livrable structuré (SPEC.md) prêt pour l'implémentation.

Limites

  • Nécessite un utilisateur disponible et patient pour répondre à de nombreuses questions.
  • Peut être long pour des projets très complexes ou mal définis.
  • Ne remplace pas une validation utilisateur réelle (tests, prototypes).
Quand l'utiliser

Idéal en début de projet ou de fonctionnalité pour clarifier les besoins avant de coder.

Quand l'éviter

À éviter pour des tâches triviales, des bugs simples, ou lorsque les exigences sont déjà claires et documentées.

Analyse de sécurité

Sûr
Score qualité88/100

Skill only asks questions and writes a specification file; no execution of commands or access to sensitive resources.

Aucun point d'attention détecté

Exemples

New Login Feature
I want to build a new login feature for our web app. Interview me to gather all requirements and write a spec.
E-commerce Checkout System
We're planning a checkout system for our e-commerce site. Please interview me in depth and create a specification document.
Complex Data Migration
I need to migrate our legacy database to a new schema. Interview me to capture all requirements, edge cases, and constraints for the migration plan.

name: interview description: Interview user in-depth to create a detailed spec. Use when starting a new feature, project, or complex task that needs requirements gathering before implementation. argument-hint: [instructions] allowed-tools: AskUserQuestion, Write

Interview

Interview the user in-depth to create a detailed specification document.

Process

Follow the user instructions provided in <instructions> tags (if any) and interview the user about their requirements.

What to Ask About

  • Technical implementation details
  • UI and UX considerations
  • Edge cases and error handling
  • Tradeoffs and constraints
  • Dependencies and integrations
  • Performance requirements
  • Security considerations
  • Data models and schemas
  • User workflows and journeys
  • Acceptance criteria

How to Ask

  • Use AskUserQuestion tool for each question
  • Be very in-depth - do not ask obvious questions
  • Follow up on answers to dig deeper
  • Cover multiple angles of each topic
  • Continue interviewing until requirements are complete

Interview Strategy

  1. Start with high-level goals and context
  2. Drill into specific features one by one
  3. Explore edge cases and failure modes
  4. Clarify ambiguities and assumptions
  5. Confirm understanding before moving on

When Complete

Write the spec to docs/SPEC.md (or the path specified in instructions).

The spec should include:

  • Project/feature overview
  • Detailed requirements
  • Technical approach
  • Data models (if applicable)
  • UI/UX specifications (if applicable)
  • Edge cases and error handling
  • Open questions (if any remain)

<instructions>$ARGUMENTS</instructions>

Skills similaires