Skip to content

v1.11.0

Choose a tag to compare

@husniadil husniadil released this 02 Jan 05:16
· 3 commits to main since this release
608eea8

New Plugin: Interview

Deep requirements gathering skill that interviews users through thoughtful, in-depth questions before implementation.

Features

  • CDEEPER Workflow - 7-phase interview process:

    • Contextualize: Explore codebase before asking questions
    • Discover: Understand core intent
    • Explore: Technical implementation questions
    • Edge: Edge cases and boundaries
    • Prioritize: Trade-offs and constraints
    • Experience: UX/DX considerations
    • Ready: Summary and plan mode transition
  • Skip-to-Summary Flow - Jump to summary at any point with configurable styles:

    • Minimal: List what was discussed
    • Inferred: Make reasonable assumptions
    • Critical first: Ask 2-3 critical questions before summarizing
  • Question Tracking & Deduplication - Avoid re-asking covered topics

  • Confidence Scoring - Percentage-based confidence on each requirement (90-100% explicit, 70-89% uncertain, etc.)

  • Hybrid Question Ordering - Domain-based start with adaptive reordering based on answers

  • Multi-session Persistence - Resume interviews with full phase tracking

Installation

claude plugin install interview@ekstend

Usage

/interview
"Interview me about this feature"
"Let's deep dive into requirements before implementing"

🤖 Generated with Claude Code