一键导入
compare
Asset-only retrospective. No transcript re-scan, no LLM re-analysis, no HITL. Triggers: "compare", "review past", "what changed", "self retrospective".
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Asset-only retrospective. No transcript re-scan, no LLM re-analysis, no HITL. Triggers: "compare", "review past", "what changed", "self retrospective".
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Stage a live debate between your persona's antipattern and signature voices on a topic. Triggers: "crush", "debate personas", "personas fight", "/honne:crush".
Lexicon axis standalone — extract high-frequency vocabulary, code-switching ratio, onomatopoeia. Triggers: "my vocabulary", "lexicon", "word habits", "speech patterns".
Conflict synthesis from antipattern × signature axes. Generates a working persona prompt from your observed patterns. Triggers: "persona", "activate persona", "honne persona".
Orchestrate 7-axis self-observation from local LLM transcripts. Autonomous evidence gathering + LLM-synthesized narrative. Triggers: "who am I", "self profile", "profile me", "honne whoami", "whoami self".
| name | compare |
| version | 0.0.5 |
| description | Asset-only retrospective. No transcript re-scan, no LLM re-analysis, no HITL. Triggers: "compare", "review past", "what changed", "self retrospective". |
| ssl | {"scheduling":{"anti_triggers":[".honne/assets/ 미생성 또는 비어있을 때 (whoami 먼저 실행)"]},"structural":{"scenes":["Step 1: Scope HITL","Step 2: Assets presence check","Step 3: Load claims+evolutions","Step 4: Time-bucket grouping","Step 5: Render docs/honne-compare.md","Step 6: Asset immutability check"],"branches":["Step 2: assets dir absent or empty → print 'No assets yet' + exit 0","Step 5: user requested 'summarize' → cite-bound LLM pass (otherwise pure render)"],"resumable":false},"logical":{"tools":["bash"],"side_effects":{"reads":[".honne/assets/*.jsonl"],"writes":["docs/honne-compare.md # overwrite"],"deletes":[],"network":[]},"idempotent":false,"rollback":"docs/honne-compare.md 는 .gitignore 대상 — 실행 전 cp 백업 또는 출력 검증 후 수동 삭제."}} |
Ask: "Retrospective scope — repo or global?"
If .honne/assets/ absent or empty: Print "No assets yet. Run honne first." and exit 0.
bash "${CLAUDE_PLUGIN_ROOT}/scripts/query-assets.sh" \
--tag "<axis>" --scope "$SCOPE" --type claim --out stdout
bash "${CLAUDE_PLUGIN_ROOT}/scripts/query-assets.sh" \
--type evolution --scope "$SCOPE" --out stdout
Async wait pattern — use Monitor until-loop, not sleep N && cat:
# ✓ Monitor: until [ -f ".honne/assets/claim.jsonl" ]
Group by axis × recorded_at bucket (YYYY-MM granularity for MVP).
Format per architecture PRD §4.2 compare Step 6. No LLM unless the user asked for "summarize" — and even then, only cite-bound.
This skill MUST NOT write to .honne/assets/ or .honne/persona.json. Verify (test): stat -c %Y on assets/*.jsonl before/after unchanged.