whoami
Installation
SKILL.md
honne — 7-Axis Self-Observation
When invoked, execute Step 1 through Step 6 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: Scope + Locale HITL
Invoke AskUserQuestion tool with two questions in a single call:
(a) Scope:
question: "Scan scope?"options:[{"label":"repo","description":"current project only"},{"label":"global","description":"all projects"}]
(b) Locale:
question: "Locale?"options:[{"label":"ko","description":"한국어"},{"label":"en","description":"English"},{"label":"jp","description":"日本語"}]
Set SCOPE and LOCALE from the two replies. Do not use plain-text Q&A — arrow-key selection only.
Related skills