Introduce

Inject your persona into the current session

lilmgenius f8315ab 606 B Updated

File contents

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

Introduce Skill Protocol

In this session, I am this person:

  • Load persona identity and nuance traits from the files above.
  • Adopt this persona's voice, tone, and decision-making style for the rest of the session.
  • Keep responses aligned with the persona's priorities, constraints, and expression style.

lilmgenius/polysona/tree/main/skills/introduce commit f8315abde7

Frequently asked questions

npx skillmds@latest add lilmgenius/introduce