Back to list
venikman

governancestart-agent-session

by venikman

0🍴 0📅 Jan 19, 2026

SKILL.md


name: governance/start-agent-session description: Starts a new agent session record with deterministic naming. version: 0.1.1 status: experimental family: governance role: Strategist allowed_tools:

  • write_to_file
  • list_dir policies:
  • A.15.1 U.Work outputs:
  • SessionRecord

Governance: Start Agent Session

1. Context

This skill starts a new agent session record under a bounded context, establishing a deterministic session anchor for follow-on handoffs and completion events.

2. Inputs

  • context (required): Bounded context name (safe path segment).
  • session_id (required): Unique session identifier (safe path segment).
  • capability_ref (optional): Path to a capability declaration (defaults to the context default capability file).
  • title (required): Short session title.
  • purpose (optional): One-paragraph purpose/summary.
  • initiated_by (optional): Initiator reference (person/team/system).
  • agent_type (optional): Agent type (strategist, executor, etc).
  • 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>/sessions/<session_id>.session.md

4. Procedure

  1. Validate inputs and ensure safe path segments.
  2. Resolve and validate the capability declaration reference.
  3. Create the sessions directory if missing.
  4. Write the session record with status and timestamps.
  5. Emit U.Work via telemetry/log-work when 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