What problem does it solve?
This Skill eliminates the chaos of uncoordinated multi-agent development on the MediatorLite project, where inconsistent handoffs, duplicate knowledge entries, and unplanned parallel work cause merge conflicts, wasted effort, and drifting project knowledge.
Core Features & Use Cases
- Delegation mode guidance: Helps orchestrators choose between parallel and orchestration modes to avoid race conditions and ordering issues when spawning multiple role agents.
- Standardized handoff contracts: Enforces the mandatory LessonsSuggested, MemoriesSuggested, and ReasoningSummary blocks for all role agent handoffs to ensure no context is lost between tasks.
- Learning governance enforcement: Implements versioned pattern tracking, pre-write deduplication, conflict resolution, and safety gates for lessons and memories to prevent contradictory guidance in the project knowledge base.
- Use case: When spawning a backend-developer agent to implement a new mediator feature, this Skill ensures the agent returns a complete handoff block, logs key decisions to the session database, and proposes validated lessons instead of creating duplicate knowledge entries.
Quick Start
Invoke the agentic-workflow Skill whenever you need to spawn a specialist role agent or coordinate handoffs between team members working on MediatorLite development tasks.