skills/interview/SKILL.md
Evaluate ideas and gather requirements through structured questions before implementation. Use when the user says "interview me", "evaluate this idea", "ask me questions", "ask clarifying questions", or describes a feature and wants feedback before building.
npx skillsauth add jkvc/jkvc-skills interviewInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Evaluate a proposed idea or feature, then gather requirements through structured questions. Do NOT implement anything.
Explore — read relevant code, understand the current system, identify what the idea touches.
Evaluate — assess feasibility, identify pitfalls, flag architectural concerns, estimate scope. Present findings concisely.
Interview — ask structured multi-choice questions using the AskQuestion tool (or conversationally if unavailable). Focus on:
Summarize — after answers, restate the resolved design. Flag anything still ambiguous. Ask "any more questions?" or "ready to implement?"
testing
Stress-test a plan for completeness against reality. Use when the user says "pressure", "pressure-plan", "pressure the plan", "is the plan complete", "audit the plan", "what did we miss", or wants to verify a plan covers everything before execution.
testing
Only use when the user explicitly says "fresh-context", "fresh context", "fresh agent", or "on a fresh agent".
testing
Run the full verification pipeline and fix issues. Use when the user says "verify", "run checks", "check everything", "any test needed", or wants confirmation that recent changes are clean.
testing
Add a tech debt entry to the project's TECH_DEBT.md. Use when the user says "debt", "add tech debt", "write this down as tech debt", "track this shortcut", or when you take a conscious shortcut during implementation.