name: governance/handoff-to-agent description: Records a handoff to another agent role within a session. version: 0.1.0 status: experimental family: governance role: Strategist allowed-tools:
- list_dir
- write_to_file policies:
- A.15.1 U.Work outputs:
- HandoffRecord
Governance: Handoff To Agent
1. Context
This skill records a structured handoff artifact for a session, targeting a specific agent role and incrementing a deterministic counter.
2. Inputs
- context (required): Bounded context name (safe path segment).
- session_id (required): Session identifier (safe path segment).
- from_agent_type (optional): Issuing agent type (default: strategist).
- to_agent_type (required): Receiving agent type (safe path segment).
- instructions (optional): Semicolon-delimited instructions.
- acceptance_criteria (optional): Semicolon-delimited acceptance criteria.
- constraints (optional): Semicolon-delimited constraints.
- artifacts (optional): Semicolon-delimited artifact paths.
- notes (optional): Freeform notes.
- agent_model (optional): Agent model identifier.
- role_assignment (optional): RoleAssignment for U.Work logging (default: Strategist).
- decisions (optional): Semicolon-delimited DRR ids/paths.
- timestamp_start (optional): ISO-8601 timestamp for deterministic output.
3. Outputs
-
runtime/contexts/<context>/handoffs/<session_id>.<to_agent_type>.<n>.handoff.yaml
4. Procedure
- Validate inputs and ensure the session record exists.
- Determine the next handoff counter for the target agent type.
- Write the handoff YAML record.
- Emit U.Work via
telemetry/log-workwhen available.
chat Comments (0)
Sign in to join the discussion and leave a comment.
Skill Details
GitHub Stars
0
GitHub Forks
0
Created
Jan 2026
Last Updated
4个月前
tools
tools system admin
Related Skills
Build your own?
Join 12,000+ developers contributing to the Claude ecosystem.
No comments yet. Be the first to share your thoughts!