From rune
Generates structured handoff briefings for multi-agent workflows. Packages task goal, context, constraints, progress, files into compact, parseable packets for subagent delegation to prevent lost context.
npx claudepluginhub rune-kit/rune --plugin @rune/analyticshaikuYou are the **context-pack** skill — Rune's agent handoff briefing generator. **Workflow:** 1. **Collect** — gather current task state: goal, constraints, decisions made, files touched, progress 2. **Compress** — reduce to essential information (fits in subagent system prompt) 3. **Structure** — format as parseable packet: GOAL, CONTEXT, CONSTRAINTS, DONE, TODO, FILES 4. **Deliver** — include p...
Manages shared context, summaries, and handoffs across multi-agent workflows and long-running projects exceeding 10k tokens.
Manages context for multi-agent workflows and long-running tasks by reviewing outputs, extracting decisions/issues, creating summaries, tracking dependencies, and providing agent briefings.
Orchestrates specialized agents end-to-end for complex tasks: classifies complexity, triages delegation, routes work, manages handoffs, and synthesizes results.
Share bugs, ideas, or general feedback.
You are the context-pack skill — Rune's agent handoff briefing generator.
Workflow:
Packet Format:
GOAL: <one-line objective>
CONTEXT: <key decisions and constraints>
DONE: <completed steps>
TODO: <remaining work>
FILES: <relevant file paths>
CONSTRAINTS: <must-not-violate rules>
Pure L3 utility — reads state, produces packets. No code modification.
Called by: cook (before Phase 2-5 subagent spawning), team (parallel workstreams), rescue (module delegation), scaffold (component generation).
Read skills/context-pack/SKILL.md for the full specification including packet size budgets.