Work Orchestrate end-to-end task implementation: understand the task, assess complexity, implement directly or distribute across a team, then polish the result. Workflow 1) Parse Task Read the task description from . - If is empty, ask the user for a task description and stop. - Extract key signals: scope (files, modules, components mentioned), action type (new feature, bug fix, refactor, migration), and any constraints. - Note any referenced issues, PRs, or URLs for later context gathering. 2) Assess Complexity Classify the task as simple or complex using these heuristics: | Signal | Simple…