← Back to list

workflowgenerate-handoff
by venikman
⭐ 0🍴 0📅 Jan 19, 2026
SKILL.md
name: workflow/generate-handoff description: Generates a structured handoff artifact with guard rails. version: 0.1.0 status: experimental family: workflow role: Strategist allowed-tools:
- list_dir
- write_to_file policies:
- A.15.1 U.Work outputs:
- HandoffRecord
Workflow: Generate Handoff
1. Context
This skill generates a structured handoff artifact with validated instructions and guard rails, producing deterministic file paths.
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 (required): Semicolon-delimited instructions.
- acceptance_criteria (optional): Semicolon-delimited acceptance criteria.
- constraints (optional): Semicolon-delimited constraints.
- prohibited_actions (optional): Semicolon-delimited prohibited actions.
- 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 guard rails are present.
- Determine the next handoff counter for the target agent type.
- Write the handoff YAML record.
- Emit U.Work via
telemetry/log-workwhen available.
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon