Loading...
Loading...
Use when coordinating handoffs between workflows (e.g., skill-editor to programming-pm). Provides universal handoff schema v3.0, validation rules, distributed tracing conventions, and workflow discovery via frontmatter metadata.
npx skill4agent add dangeles/claude workflow-coordinatorcharacters / 4python3claude-handoff validateclaude-handoff-registry sync{
"handoff": {
"version": "3.0",
"schema_type": "universal",
"timestamp": "2026-02-07T18:30:00Z",
"trace_id": "550e8400-e29b-41d4-a716-446655440000",
"source": {
"skill": "skill-editor",
"workflow_id": "session-20260207-183000",
"session_path": "/tmp/skill-editor-session/session-20260207-183000",
"phase": "Phase 3"
},
"target": {
"skill": "programming-pm"
},
"context": {
"summary": "Implement workflow coordination system",
"problem_type": "implementation"
},
"payload": {
"working": {
"description": "Key implementation details here"
}
},
"meta": {
"token_count": 250,
"confidence": "high"
}
}
}python3 -c "import uuid; print(uuid.uuid4())"wc -c < handoff.json | awk '{printf "Estimated tokens: %d\n", $1/4}'trace_idpayload.workingpayload.sessionpayload.referencescharacters / 4python3 -c "import json, jsonschema; ..."{session_path}/handoffs/{source}-to-{target}-{timestamp}.jsontrace.jsonlhandoff.version"3.0"trace_idcontext.summarycontext.problem_typepayload.workingpayload.sessionpayload.referencestarget.expected_phase| Task | Reference |
|---|---|
| Creating a handoff payload | |
| Debugging a handoff chain | |
| Finding target workflows | |
| Adding handoff support to a skill | |
| Schema definition (JSON Schema) | |
unevaluatedPropertiesunevaluatedProperties: falseadditionalPropertiesexamples/skill-editor-to-programming-pm.jsonexamples/programming-pm-to-skill-editor.jsonreferences/universal-handoff-schema-v3.0.json