Loading...
Loading...
Generate a resumable handoff document from an in-progress conversation, review, debugging session, or investigation. Dispatches co-located subagents to extract original instructions and Q&A context, capture evidence-backed insights, optionally validate claims from tracking files, and assemble a cold-start-ready handoff file plus structured working artifacts. Use when the user says "create a handoff doc", "save this for later", "document what we found", "update the resumption file", or wants a fresh agent to resume later without relying on chat history.
npx skill4agent add b-mendoza/agent-skills generate-handoff-document| Input | Required | Example |
|---|---|---|
| Yes | |
| No | |
| No | |
| No | |
./references/data-contracts.mdcontext-extractorinsight-documenterclaim-validatordocument-assembler| Subagent | Path | Purpose |
|---|---|---|
| | Capture the original mandate, instruction amendments, and chronological Q&A history |
| | Extract evidence-backed findings, risks, and recommendations from the session |
| | Verify factual claims from external tracking files against primary sources when available |
| | Assemble the final handoff document from the structured artifacts |
./references/data-contracts.mddocument-assembler| Artifact | Produced by | Purpose |
|---|---|---|
| | Final cold-start handoff document |
| | Original instructions, amendments, and Q&A log |
| | Findings with evidence, category, priority, and verification state |
| | Optional claim-validation checklist and summary |
TARGET_FILEOriginal Instructions & ScopeQ&A LogObservations & InsightsUnverified Claims & Validation ChecklistOpen Questions & Recommended Next Steps| Situation | Reference file | Purpose |
|---|---|---|
| Contract or artifact-path questions | | Derive sibling artifact names and confirm the schemas/required sections |
TARGET_FILE./references/data-contracts.mdcontext-extractorCONTEXT_SOURCECONTEXT_FILEinsight-documenterCONTEXT_SOURCEINSIGHTS_FILETRACKING_FILESclaim-validatorTRACKING_FILESINSIGHTS_FILECLAIMS_FILEdocument-assemblerTARGET_FILESUBJECTCONTEXT_FILEINSIGHTS_FILECLAIMS_FILEdocs/auth-review-handoff.context.jsondocs/auth-review-handoff.insights.jsondocs/auth-review-handoff.claims.jsoncontext-extractorCONTEXT: PASSFile: docs/auth-review-handoff.context.jsonQ&A exchanges: 4insight-documenterINSIGHTS: PASSFile: docs/auth-review-handoff.insights.jsonInsights: 6claim-validatorCLAIMS: WARNFile: docs/auth-review-handoff.claims.jsonClaims checked: 9Unverified: 2document-assemblerHANDOFF: PASSFile: docs/auth-review-handoff.mdOpen questions: 2docs/auth-review-handoff.md