Team Attention Hoyeon
team-attention-hoyeon is a Claude Code plugin for the Build phase that runs a requirements-first harness to derive, verify, and execute agent work with hooks and guards.
Add Hoyeon when you want Claude Code to treat requirements as the source of truth—derive specs, verify them with guards, then execute in a hook-based parallel pipeline.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install team-attention-hoyeon@team-attention/hoyeonBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:team-attention/hoyeon") and the paste-ready config with skillselion.get_install_config("plugin:team-attention/hoyeon").
What it does
team-attention-hoyeon is a Claude Code plugin that implements a requirements-first harness for builders who are tired of agents improvising past the spec. The flow is deliberate: derive what must be true, verify constraints through hook-based guards, then execute work in a managed pipeline that can run steps in parallel when safe. That pattern suits indie SaaS and agent-heavy products where one person juggles research, ticketing language, and implementation in the same repo. Hoyeon is not a pile of unrelated snippets—it is one plugin oriented around state, specification, and controlled execution so Claude stays aligned with what you actually asked for. Use it when you are moving from vague intent to shipped code and want the agent loop to resemble a lightweight PM discipline instead of endless reactive edits.
Highlights
- Requirements-first harness: derive, verify, then execute
- Hook-based guards that block agent drift from stated requirements
- Parallel pipeline orchestration for multi-step development workflows
- Single focused plugin entry from team-attention/hoyeon
- Workflow keywords span research, specify, automation, and agent management
Why builders use it
Agent-assisted builds often skip structured requirements, so implementations diverge from what you specified and are hard to audit or parallelize safely.
With Hoyeon registered, Claude follows a derive-verify-execute pipeline with guards so features trace back to explicit requirements and execution stays stateful and reviewable.
At a glance
- Type - Plugin in Productivity.
- Adoption - 0 installs, 131 stars, 0 votes.
FAQ
Who is team-attention-hoyeon for?
It is for developers using Claude Code who want requirements-driven agent workflows with verification guards instead of unconstrained coding sessions.
When should I use team-attention-hoyeon?
Use it when scoping and implementing features in Build—after you have intent but before you let the agent execute multi-step changes in parallel.
How do I add team-attention-hoyeon to my agent?
Install the hoyeon plugin from the team-attention/hoyeon marketplace listing in Claude Code and configure your project to use its specify-and-execute harness hooks.
Comments
Share how you use team-attention-hoyeon, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.