askill
quick-interview

quick-interviewSafety 95Repository

Force quick interview depth for this session. Use when user says '/quick-interview' or 'quick interview mode'.

0 stars
1.2k downloads
Updated 2/22/2026

Package Files

Loading files...
SKILL.md

quick-interview (Interview Depth Override)

You are setting the interview depth to QUICK for this session.

When To Use

  • User says "/quick-interview"
  • User is in a hurry
  • Small modification or well-defined task
  • User is experienced and knows what they want

Effect

This session will use quick interview depth:

  • Only essential questions: Q1, Q2, Q6, Q12
  • Smart defaults for everything else
  • Minimal interruptions

Questions Asked (Quick Mode)

IDQuestionWhy Essential
Q1What are you building?Core understanding
Q2What problem does this solve?Context for decisions
Q6Project type (CLI/Web/API/etc)Stack selection
Q12Done criteria / v1 scopeKnow when to stop

Workflow

1. Acknowledge Depth Setting

Interview depth: QUICK
- Only Q1, Q2, Q6, Q12
- Smart defaults for rest
- Minimal interruptions

2. Ask Quick Questions

Ask all four questions in 1-2 rounds using AskUserQuestion tool:

Round 1:

AskUserQuestion({
  questions: [
    {
      question: "What are you building?",
      header: "Building",
      options: [
        { label: "CLI Tool", description: "Command-line utility" },
        { label: "Web App", description: "Browser-based application" },
        { label: "API/Service", description: "Backend service" },
        { label: "Script", description: "Automation or one-off task" }
      ],
      multiSelect: false
    },
    {
      question: "What problem does this solve?",
      header: "Problem",
      options: [
        { label: "Automation", description: "Automate repetitive tasks" },
        { label: "Data", description: "Process/visualize/manage data" },
        { label: "Integration", description: "Connect systems together" },
        { label: "User-facing", description: "Solve end-user problem" }
      ],
      multiSelect: false
    }
  ]
})

Round 2:

AskUserQuestion({
  questions: [
    {
      question: "When is v1 done? What's the minimum viable scope?",
      header: "Done When",
      options: [
        { label: "Works locally", description: "Runs on my machine" },
        { label: "Deployed", description: "Running in production" },
        { label: "Has tests", description: "Tested and reliable" },
        { label: "Documented", description: "Others can use it" }
      ],
      multiSelect: true
    }
  ]
})

3. Apply Smart Defaults

After quick questions, propose defaults:

Using smart defaults:
- Storage: [SQLite/Convex based on type]
- Auth: [None/Clerk based on type]
- Infra: [Local/oci-dev based on type]

Proceed? (Say 'full' to switch to full interview)

4. Route to Implementation

Once confirmed, route to create-plan or direct implementation.

Keywords

quick-interview, quick, fast, minimal, speed, yolo, just build

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

82/100Analyzed 2/25/2026

Well-structured skill with clear workflow, code examples, and appropriate triggers. Addresses a specific use case (quick interview mode) with complete guidance. Minor deduction for generic tags and missing icon/metadata, but highly actionable and reusable.

95
85
80
80
90

Metadata

Licenseunknown
Version-
Updated2/22/2026
PublisherKhamel83

Tags

apici-cddatabasegithub-actionssecurity