What problem does it solve?
This Skill prevents complex, long-running, or parallel development tasks from drifting, becoming inconsistent, or relying on unverified results by structuring them into coordinated agent workflows.
Core Features & Use Cases
- Dynamic Task Decomposition: Break large objectives into focused work units with explicit scope, constraints, success criteria, and stop conditions.
- Agent Orchestration: Select and coordinate specialized agents for implementation, research, review, security analysis, verification, and challenge testing.
- Quality Gates and Recovery: Use parallel fan-out, sequential gates, independent verification, synthesis barriers, and bounded iteration loops to improve reliability.
- Use Case: For a multi-file feature with security and architecture concerns, assign implementation to a worker, run independent verification and review, then synthesize findings and iterate only until defined quality criteria are met.
Quick Start
Use the dynamic-workflow skill to decompose the current complex task, coordinate the appropriate subagents, verify their results independently, and report remaining risks.