lilmgenius/polysona · Archived

interview

Start a deep psychology-based interview to extract your persona using 10 frameworks

Installation

$ npx skills add lilmgenius/polysona --skill interview

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from lilmgenius/polysona.

npx skills add lilmgenius/polysona

Browse all from lilmgenius/polysona

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 154
License LICENSE
Default branch ralphthon
Open issues 0
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,603 B
  • docs SUMMARY.md 100 B

History

  1. First recorded snapshot · 4 installs

SKILL.md

!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).

  1. Confirm continuity in first prompt:

- Mention prior framework and continue depth-spiral instead of restarting from zero.

Interview Fresh Protocol (no persona)

  1. If no persona file exists, start a fresh interview.
  2. Begin with McAdams narrative warmup:

- Ask for life chapters. - Ask for one high point, one low point, one turning point. - Capture narrative language exactly.

  1. Transition to Laddering only after narrative anchors are established.

Execution Rules

  • Use all 10 frameworks over the full interview flow (not necessarily equal time).
  • Mark contradictions using GAP: format in interview-log.
  • Keep extraction mode: no persona structuring in this step.
  • Append only; never overwrite historical entries.