
Team Attention Hoyeon
- 171 repo stars
- Updated May 21, 2026
- team-attention/hoyeon
team-attention-hoyeon is a Claude Code plugin that runs a requirements-first harness to derive, verify, and execute agent work with hooks and guards.
About
team-attention-hoyeon is a Claude Code plugin that implements a requirements-first harness for developers 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 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.
- 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
Team Attention Hoyeon by the numbers
- Data as of Jul 26, 2026 (Skillselion catalog sync)
/plugin install team-attention-hoyeon@team-attention/hoyeonAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| repo stars | ★ 171 |
|---|---|
| Last updated | May 21, 2026 |
| Repository | team-attention/hoyeon ↗ |
What it does
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.
Who is it for?
Best when you're shipping agent-driven features and want specification, verification gates, and parallel task pipelines in one Claude Code workflow plugin.
Skip if: Skip if you only need a one-shot code generator with no requirements traceability or hook-based process enforcement.
What you get
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.
- One requirements-first harness plugin for Claude Code
- Guarded derive-verify-execute flow for agent tasks
- Parallel pipeline-oriented workflow for structured implementation
By the numbers
- Plugin count: 1
- Repository: team-attention/hoyeon
- Catalog category: productivity
Recommended Plugins
How it compares
Requirements harness and workflow guards, not a security scanner or a 300-plugin marketplace.
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.