interview

Installation
SKILL.md
Contains Shell Commands

This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.

!ACTIVE=$(cat personas/_active.md 2>/dev/null || echo "default"); cat "personas/$ACTIVE/persona.md" 2>/dev/null || echo "No persona found. Starting fresh interview."

Interview Skill Protocol

Goal

Start or continue a deep psychology-based interview that extracts evidence across 10 frameworks and appends results to persona.md interview-log.

Interview Start Protocol (resume-first)

  1. Try loading personas/{active}/persona.md, where active comes from personas/_active.md and falls back to default.
  2. If file exists:
    • Find ## interview-log.
    • Read the latest interview-log lines.
    • Resume from the last meaningful entry (last framework worked, open GAP hypotheses, unresolved tensions).
  3. Confirm continuity in first prompt:
    • Mention prior framework and continue depth-spiral instead of restarting from zero.
Installs
4
GitHub Stars
154
First Seen
13 days ago
interview — lilmgenius/polysona