persona
Installation
SKILL.md
honne — Persona Synthesis
When invoked, execute Step 1 through Step 5 in order immediately. Do not summarize the skill or ask what the user wants — invocation itself is the request. Start by asking the Step 1 question.
Step 1: Locale HITL
Invoke AskUserQuestion tool:
question: "Locale?"options:[{"label":"ko","description":"한국어"},{"label":"en","description":"English"},{"label":"jp","description":"日本語"}]
Set LOCALE from the reply. Do not use plain-text Q&A — arrow-key selection only.
Step 2: Load and Validate
Check that persona.json exists:
bash "${CLAUDE_PLUGIN_ROOT}/scripts/honne" persona check --persona .honne/persona.json
Related skills