Multitask Skill Purpose Execute multiple independent development tasks in parallel. Each workstream runs in an isolated clone with its own Recipe Runner process following code-enforced workflow steps. Key Advantage : Uses Recipe Runner YAML recipes instead of prompt-based markdown workflows. Python controls step execution, making it impossible to skip steps. Quick Start Inline Tasks JSON Config Create : Then: How It Works Why Recipe Runner? | Aspect | Classic (markdown) | Recipe Runner (YAML) | | ------------------ | ------------------------ | --------------------------------------- | | Step…