hoyeon-specify
SkillDev toolsHoyeon requirements workflow for Codex. Use when the user invokes "$hoyeon-specify" or wants to turn an unclear goal into structured requirements.md for Hoyeon. This adapter loads the canonical specify skill and follows its Codex runtime surface.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the hoyeon-specify skill
What this skill tells your AI
The instructions your AI receives, as published by team-attention/hoyeon in codex/skills/hoyeon-specify/SKILL.md and read by ahel’s review.
This is the Codex-facing wrapper for Hoyeon's canonical specify skill.
Canonical skill:
- Installed root:
__HOYEON_PLUGIN_ROOT__/skills/specify/SKILL.md - Repo-local fallback:
skills/specify/SKILL.mdfrom the current Hoyeon repo
When this skill is invoked:
- Read the canonical skill file above before executing the workflow.
- Follow the
Runtime Surface->Codexsection in that file. - Keep durable state changes Bash-first through
hoyeon-cli. - Do not rely on hooks or MCP for Codex v1.
- Use Hoyeon native-agent adapter names when dispatching subagents:
hoyeon-code-explorer,hoyeon-worker,hoyeon-verifier, andhoyeon-code-reviewer.
Interview obligation (Codex)
The canonical skill is written around the AskUserQuestion tool, which Codex
does not have. Lack of AskUserQuestion is NOT a license to skip the
interview. You must still elicit user intent before writing
requirements.md.
Rules:
- Ask one concise plain-text question at a time. Wait for the user's reply before continuing. Do not batch multiple questions into one turn unless they are trivially orthogonal yes/no items.
- Phase 0.1 Mirror is mandatory — present your understanding (goal, non-goal, ambiguous) and ask the user to approve or revise before proceeding.
- Phase 0.2 WHERE inference is mandatory — infer
PROJECT_TYPE,SITUATION,AMBITION,RISK factorsfrom the repo, present the "Inferred Context" block with evidence and confidence, and ask the user to confirm or override. - Any dimension marked low confidence (typically
AMBITIONon a truly new project) MUST be asked explicitly. Do not silently default. - Phase 1 axis interviews still apply. Convert each
AskUserQuestionprompt in the canonical skill into a plain-text question that lists the same options inline (e.g., "Who is the primary user? (a) Senior developers, (b) Junior developers, (c) Both — or describe your own."). - Phase 4 Confirmation is mandatory — show the requirements preview
and get explicit user approval before overwriting
requirements.md.
If the user repeatedly answers "you decide" or "whatever works", follow the canonical "I don't know" protocol (tentative judgment + Open Decision entry), not silent inference.
The output contract remains the canonical Hoyeon contract:
<spec_dir>/requirements.md.
Signals
- GitHub stars
- 174
- Forks
- 24
- Last commit
- May 2026
Advanced
- Catalog kind
- skill
- Gateway key
hoyeon-specify- Source
- github.com/team-attention/hoyeon