hoyeon-blueprint
SkillDev toolsHoyeon 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.
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-blueprint skill
What this skill tells your AI
The instructions your AI receives, as published by team-attention/hoyeon in codex/skills/hoyeon-blueprint/SKILL.md and read by ahel’s review.
This is the Codex-facing wrapper for Hoyeon's canonical blueprint skill.
Canonical skill:
- Installed root:
__HOYEON_PLUGIN_ROOT__/skills/blueprint/SKILL.md - Repo-local fallback:
skills/blueprint/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. - Mutate
plan.jsononly throughhoyeon-cli plan init|merge|validate. - Prefer temporary JSON files over inline complex JSON.
- 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.
The output contract remains the canonical Hoyeon contract:
<spec_dir>/plan.json and, when useful, <spec_dir>/contracts.md.
Signals
- GitHub stars
- 174
- Forks
- 24
- Last commit
- May 2026
Advanced
- Catalog kind
- skill
- Gateway key
hoyeon-blueprint- Source
- github.com/team-attention/hoyeon