codex/skills/hoyeon-discuss/SKILL.md
Hoyeon Socratic discussion workflow for Codex. Use when the user invokes "$hoyeon-discuss", "/discuss", asks to think through an idea, challenge assumptions, clarify requirements before planning, run a deep/scored discussion, or says Korean phrases like "같이 생각해보자", "문제 정의", "이거 어떻게 생각해?", "요구사항이 불명확", or "아이디어 구체화".
npx skillsauth add team-attention/hoyeon hoyeon-discussInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This is the Codex-facing wrapper for Hoyeon's canonical discuss skill.
Canonical skill:
__HOYEON_PLUGIN_ROOT__/skills/discuss/SKILL.mdskills/discuss/SKILL.md from the current Hoyeon repoWhen this skill is invoked:
PLAN.md, mutate plan.json, run implementation, or
prescribe a solution as the main output.--deep, dispatch hoyeon-code-explorer for codebase context when
native adapters are loaded. If unavailable, do the smallest read-only
local exploration directly and report the fallback./specify handoff, point the user to $hoyeon-specify and pass along
the generated .hoyeon/discuss/<topic-slug>/insights.md context when saved.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.
development
Run a full implementation verification pass after code or data changes. Use when the user asks to verify, QA, smoke test, run checks, validate a feature, inspect a local app in the browser, capture screenshots, or turn discovered QA issues into regression tests/checklists with user approval.
development
Hoyeon execution workflow for Codex. Use when the user invokes "$hoyeon-execute" or wants to execute a Hoyeon plan.json through the Bash-first Codex adapter. This adapter loads the canonical execute skill and follows its Codex runtime surface.
development
Plan-driven orchestrator. Reads plan.json (from /blueprint) or requirements.md, then dispatches workers to build the system. Use when: "/execute", "execute", "plan 실행", "blueprint 실행"
testing
"/clarify", "clarify this", "keep asking until clear", "remove ambiguity", "clarify requirements", "clarify design", "clarify the plan", "질문 계속해", "모호한 게 없게", "명확해질 때까지", "계속 물어봐", "Q&A로 정리", "질문답변 기록", "요구사항 명확화", "설계 명확화". Relentless ambiguity-resolution interview that records Q&A under .hoyeon/clarify/<topic>/ and hands off to specify/blueprint/docs when clear.