スキル一覧に戻る
venikman

governancehandoff-to-agent

by venikman

0🍴 0📅 2026年1月19日
GitHubで見るManusで実行

SKILL.md


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

  1. Validate inputs and ensure the session record exists.
  2. Determine the next handoff counter for the target agent type.
  3. Write the handoff YAML record.
  4. Emit U.Work via telemetry/log-work when available.

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

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

レビュー

💬

レビュー機能は近日公開予定です