From agentic-dev-kit
Cross-cell handoff protocol for the Agentic Dev Kit. Load when producing or consuming a handoff document between the Development, Delivery Engineering, or QA cells.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agentic-dev-kit:handoffThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Template: `${CLAUDE_PLUGIN_ROOT}/docs/templates/HANDOFF.md`
Template: ${CLAUDE_PLUGIN_ROOT}/docs/templates/HANDOFF.md
Storage: memory/handoffs/YYYY-MM-DD-<from>-to-<to>.md
| Field | Content |
|---|---|
| From | Originating cell and agent name |
| To | Receiving cell and orchestrator |
| Objective | What was being accomplished |
| Current state | Exactly what is true right now — grounded in evidence |
| Relevant context | Files changed, decisions made, constraints |
| Assumptions | Stated explicitly — not buried in prose |
| Unresolved risks | Known unknowns the receiving cell must evaluate |
| What this handoff does not claim | Explicit scope boundary |
| Requested output | What the receiving cell is being asked to do |
npx claudepluginhub koriseng/agentic-dev-kit --plugin agentic-dev-kitProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.