What problem does it solve?
Context-pack prevents delegated work from losing decisions, constraints, and prior attempts when an AI agent hands a task to another agent or resumes work later. It turns scattered conversation history into a compact briefing that is easier for the next agent to use than rereading the full thread.
Core Features & Use Cases
- Structured handoff packets: Captures task goals, decisions, constraints, and progress in a predictable format.
- Durable context summaries: Focuses on type names, contracts, and behavior instead of brittle file paths or line numbers.
- Delegation support: Helps build, team, rescue, and other higher-level workflows spawn subagents without repeating work.
- Safety checks: Enforces mandatory sections like out-of-scope boundaries and testable acceptance criteria.
- Use case: A coding assistant splits a large refactor into subtasks and uses this Skill to brief each subagent so they stay aligned.
Quick Start
Use context-pack to turn the current task, constraints, decisions, and failed attempts into a compact handoff brief for the next agent.