dynamic-agent-lifecycle
SolidHistorical reference for script-owned dynamic-agent lifecycle actions. Do not use from provider sessions.
AI & Automation 3,494 stars
341 forks Updated 2 days ago NOASSERTION
Install
Quality Score: 81/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Dynamic Agent Lifecycle Reference
This reference is retained for rolepack history only. It is not projected as an
active provider skill for `agentroles.ccb_orchestrator`.
Dynamic-agent lifecycle changes are runner-owned. The orchestrator may identify
that a helper or execution role is needed, blocked, or ready for release, but
the supervisor/runner script performs all lifecycle commands and authority
writes.
## Provider Boundary
- Do not run CCB commands.
- Do not add, hide, park, resume, remove, release, or inspect agents from the
provider session.
- Do not edit `.ccb` runtime files, provider state, panes, leases, sockets,
mailbox records, or topology files.
- Do not choose windows, panes, or placement values.
## Reply Shape
When lifecycle information is needed, reply with semantic evidence only:
- requested role/profile and reason;
- known blockers or missing evidence;
- readiness or release recommendation;
- citations to task packet, execution contract, and supplied runtime evidence.
The runner owns command execution and treats provider replies as evidence only.
Details
- Author
- SeemSeam
- Repository
- SeemSeam/claude_codex_bridge
- Created
- 10 months ago
- Last Updated
- 2 days ago
- Language
- Python
- License
- NOASSERTION
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
orchestrator-capacity
Historical reference for script-owned loop capacity requests. Do not use from provider sessions.
3,494 Updated 2 days ago
SeemSeam AI & Automation Listed
lifecycle
Orchestrate feature lifecycle — track steps, enforce gates, dispatch sub-agents. Use when starting a new task, checking lifecycle status, or advancing to the next step.
5 Updated 1 weeks ago
UnBergant AI & Automation Solid
ai-agent-runtime-architecture
Use when designing multi-tenant agent runtimes, control loops, state machines, retries, idempotency, step caps, durable resumability, scheduling, cancellation, and workflow boundaries.
25 Updated 3 days ago
peterbamuhigire