honey-superpowers

Featured

Stack Honey onto Superpowers-style workflows (subagent-driven-development, dispatching-parallel-agents, executing-plans) and any orchestration that dispatches fresh subagents. Dispatched subagents run in isolated context and do NOT inherit the session's Honey hook, so they emit full-fat code and verbose reports. Use when you are about to dispatch implementer/reviewer/fixer/parallel subagents: it gives the exact Honey directive to paste into each dispatch prompt, with a worker variant and a reviewer variant, so the levers apply inside the subagents too — where the multiplied cost actually is.

AI & Automation 295 stars 17 forks Updated 4 days ago MIT

Install

View on GitHub

Quality Score: 91/100

Stars 20%
82
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Honey × Superpowers Honey is turned on by the session's SessionStart hook — which lives in **your** (the orchestrator's) context. Superpowers dispatches **fresh subagents with isolated context**; they never inherit the hook. So every implementer, reviewer, and fixer runs **Honey-off**: full-fat code (Lever 1 dark) and verbose reports (Lever 2 dark) — multiplied per dispatch. That's the leak. Close it by pasting the directive into the dispatch prompt itself. The two skills already pull cost the same way Honey does — cheap model per task, file handoffs over pasted text, one-line narration. **Don't fight them; stack on top.** Honey adds what they don't: less code in the worker, terser reports both ways. ## When it fires Any time you are about to dispatch a subagent under a Superpowers-style workflow: - `subagent-driven-development` — implementer / task-reviewer / fixer per task - `dispatching-parallel-agents` — one agent per independent domain - `executing-plans` — parallel-session execution - any orchestrator → worker handoff with isolated context ## What to inject **On Claude Code with the Honey plugin, skip the paste**: the plugin's `SubagentStart` hook ([`hooks/honey-subagent.js`](../../hooks/honey-subagent.js)) injects the matching directive into every spawned subagent automatically (reviewer-shaped agent types get the reviewer variant). The blocks below are for other harnesses, or when the hook isn't installed. Paste the matching block into the dispatch prompt bo...

Details

Author
Green-PT
Repository
Green-PT/honey-for-devs
Created
2 months ago
Last Updated
4 days ago
Language
JavaScript
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category