hoyeon-discuss
This is the Codex-facing wrapper for Hoyeon's canonical discuss skill.
Canonical skill:
- Installed root:
__HOYEON_PLUGIN_ROOT__/skills/discuss/SKILL.md - Repo-local fallback:
skills/discuss/SKILL.mdfrom the current Hoyeon repo
When this skill is invoked:
- Read the canonical skill file above before executing the workflow.
- Follow its DIAGNOSE -> PROBE -> SYNTHESIZE flow.
- Stay in discussion mode: challenge assumptions, surface blind spots, and help the user clarify the idea before implementation planning.
- Do not generate
PLAN.md, mutateplan.json, run implementation, or prescribe a solution as the main output. - For
--deep, dispatchhoyeon-code-explorerfor codebase context when native adapters are loaded. If unavailable, do the smallest read-only local exploration directly and report the fallback. - For
/specifyhandoff, point the user to$hoyeon-specifyand pass along the generated.hoyeon/discuss/<topic-slug>/insights.mdcontext when saved. - Use Codex-native user interaction. If a structured question tool is not available in the current mode, ask the same decision question in concise plain text and continue from the user's answer.
The output contract remains the canonical Hoyeon contract:
discussion insights in conversation, optionally saved to
.hoyeon/discuss/<topic-slug>/insights.md, with a handoff suggestion to
$hoyeon-specify only after synthesis.