DE

design-doc-interviewer

Conducts a structured interview to capture requirements and logic, outputting a formal design document.

Install

mkdir -p .claude/skills/design-doc-interviewer && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/4278" && unzip -o skill.zip -d .claude/skills/design-doc-interviewer && rm skill.zip

Installs to .claude/skills/design-doc-interviewer

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Interview the user to turn a proposed product/engineering change into a structured design document. Use when the user asks to be interviewed, wants help clarifying a design, or wants a design doc produced from Q&A. Emphasize numbered questions (few at a time), capture requirements/constraints/UX/data/logic/testing, and output a clean design doc.
347 chars✓ has a “when” triggerlonger than Claude Code's old 250-char listing cap (fine on current versions)
Intermediate

Key capabilities

  • Conduct structured interviews with numbered question batches
  • Draft design documents using a standard template
  • Incorporate existing design context from repository files
  • Identify high-impact gaps in requirements and constraints
  • Save final documents to package-specific directories

How it works

The skill guides the user through small, numbered batches of questions to elicit design details, then synthesizes the responses into a template-based document.

Inputs & outputs

You give it
User request for design document assistance
You get back
A structured design document saved at design/{package}/

When to use design-doc-interviewer

  • Drafting a technical design document
  • Clarifying product requirements
  • Collecting feedback for a design change

About this skill

Design Doc Interviewer

Overview

Elicit the minimum set of decisions and details needed to produce a clear design document, using short, numbered question batches and progressive refinement.

Workflow

1) Align on format and scope

  • Ask for the intended audience, affected systems, and whether there is a preferred template or example to mirror.
  • If the user provided a sample doc, follow its section order and tone.
  • Identify the target package in this monorepo. If unclear, ask the user to pick one of the packages managed here before proceeding.

1.5) Pre-flight repo context

  • Search design/* with emphasis on design/ideas/ for related context before asking detailed questions.
  • Summarize any relevant findings and confirm whether they should be incorporated.

2) Run a structured interview in small batches

  • Ask 2–4 numbered questions per turn.
  • Keep questions concise, unambiguous, and grouped by section.
  • After each response, confirm key points and update the working outline.

Use the question bank when needed: references/question-bank.md.

3) Draft the design doc incrementally

  • Populate sections as soon as sufficient information is available.
  • Mark unknowns as Open Questions rather than blocking progress.
  • Use the template for consistent structure: references/design-doc-template.md.

4) Review for completeness and risk

  • Check for missing: goals/non-goals, data model/API changes, compatibility, rollout, testing.
  • Ask final clarifying questions only for high-impact gaps.

5) Deliver the final document

  • Output a clean, single-pass doc with headings and code fences where needed.
  • Preserve the user’s terminology and system names.
  • Always save the final design doc at design/{package}/ where {package} is a package managed in this monorepo. Create the directory if it does not exist.

Interview Style Rules

  • Number all questions.
  • Keep question batches small (2–4).
  • Prefer concrete, scenario-based prompts over abstract ones.
  • Avoid asking about sections the user explicitly scoped out.

References

  • references/design-doc-template.md for the canonical structure.
  • references/question-bank.md for section-specific prompts.

When not to use it

  • When the user has not identified a target package in the monorepo
  • When the user requests a design document without participating in an interview

Prerequisites

references/design-doc-template.mdreferences/question-bank.md

Limitations

  • Requires the user to select a package before proceeding
  • Limited to the structure defined in the provided template

How it compares

Unlike manual drafting, this skill enforces a structured, iterative interview process to ensure all critical design sections are addressed.

Compared to similar skills

design-doc-interviewer side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
design-doc-interviewer (this skill)16moNo flagsIntermediate
pmbok-project-management389moNo flagsIntermediate
project-planner329moReviewIntermediate
spec-kit-workflow118moNo flagsIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

pmbok-project-management

jgtolentino

Comprehensive PMP/PMBOK project management methodologies and best practices. Use this skill when users need guidance on project management processes, templates, knowledge areas, process groups, tools, techniques, or certification preparation. Covers all 10 PMBOK Knowledge Areas and 5 Process Groups with practical templates, frameworks, and industry-standard approaches. Includes risk management, stakeholder engagement, schedule management, cost control, quality assurance, and resource planning.

38183

project-planner

adrianpuiu

Comprehensive project planning and documentation generator for software projects. Creates structured requirements documents, system design documents, and task breakdown plans with implementation tracking. Use when starting a new project, defining specifications, creating technical designs, or breaking down complex systems into implementable tasks. Supports user story format, acceptance criteria, component design, API specifications, and hierarchical task decomposition with requirement traceability.

32115

spec-kit-workflow

jmanhype

Guides specification-driven development workflow. Automatically invoked when discussing new features, specifications, technical planning, or implementation tasks. Ensures proper workflow phases (specify → clarify → plan → checklist → tasks → analyze → implement).

11111

product-manager-toolkit

davila7

Comprehensive toolkit for product managers including RICE prioritization, customer interview analysis, PRD templates, discovery frameworks, and go-to-market strategies. Use for feature prioritization, user research synthesis, requirement documentation, and product strategy development.

3280

planning-agent

parcadei

Planning agent that creates implementation plans and handoffs from conversation context

531

pdd

mikeyobrien

Transforms a rough idea into a detailed design document with implementation plan. Follows Prompt-Driven Development — iterative requirements clarification, research, design, and planning.

66

Search skills

Search the agent skills registry