governancestart-agent-session
maintained by venikman
star
0
account_tree
0
verified_user
MIT License
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
- Validate inputs and ensure safe path segments.
- Resolve and validate the capability declaration reference.
- Create the sessions directory if missing.
- Write the session record with status and timestamps.
- 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
5 months ago
tools
tools monitoring
Related Skills
Build your own?
Join 12,000+ developers contributing to the Claude ecosystem.
No comments yet. Be the first to share your thoughts!