workflow
Installation
SKILL.md
Workflow (UltraCode-style orchestration)
Use this skill when a task is too large, too complex, or too interconnected for a single-pass approach. It pushes two capabilities to their maximum and combines them: extended upfront reasoning and dynamic orchestration of parallel sub-agents.
The mental model: if a task is the kind of thing a senior engineer would spend an hour planning before touching code, this workflow is the right tool. For small or well-defined tasks, skip it — it costs more time and compute. See when-to-use.md for the full decision criteria.