What problem does it solve? It turns an approved specification and its authorized ticket set into verified, integrated code changes without losing track of ownership, dependencies, or authorization boundaries. ## Core Features & Use Cases - Ticket Resolution and Planning: Reads the approved spec, resolves its authorized tickets and dependencies, and uses an orchestration-plan operation when an explicit execution frontier is needed. - Bounded Writer Dispatch: Runs eligible work with one writer by default, giving each writer an exact root, bounded scope, focused checks, and a defined terminal state, with isolated worktrees when ownership requires them. - Parent-Owned Integration: The parent owns integration, conflict resolution, integration checks, corrections, and final judgment, while preserving user authority for publication, merge, release, and destructive operations. - Use Case: After a spec and its tickets are approved, instruct the agent to implement the spec; it verifies repository, revision, ticket IDs, and protected boundaries, dispatches writers, integrates results, and stops only when a genuinely missing external-operation authorization is required. ## Quick Start Implement the authorized specification using its current references, bounded ownership, focused checks and requested delivery state.