codex/skills/hoyeon-blueprint/SKILL.md
Hoyeon blueprint workflow for Codex. Use when the user invokes "$hoyeon-blueprint" or wants to turn requirements.md into a validated plan.json and optional contracts.md. This adapter loads the canonical blueprint skill and follows its Codex runtime surface.
npx skillsauth add team-attention/hoyeon hoyeon-blueprintInstall 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 blueprint skill.
Canonical skill:
__HOYEON_PLUGIN_ROOT__/skills/blueprint/SKILL.mdskills/blueprint/SKILL.md from the current Hoyeon repoWhen this skill is invoked:
Runtime Surface -> Codex section in that file.plan.json only through hoyeon-cli plan init|merge|validate.hoyeon-code-explorer, hoyeon-worker, hoyeon-verifier, and
hoyeon-code-reviewer.The output contract remains the canonical Hoyeon contract:
<spec_dir>/plan.json and, when useful, <spec_dir>/contracts.md.
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.