Subagents + Skills Snapshots
Subagents + Skills Snapshots
This page covers two production-grade features: task decomposition (subagents) and maintainable capability updates (skills snapshots).
Entry points:
What to keep explicit
- isolated session keys for subagents
- recursion prevention (subagents cannot spawn subagents)
- registry + persistence for recovery after restarts
- “announce” flow back to the parent session after the child is fully settled
- versioned skills snapshots + environment injection with rollback