do-in-steps <task Execute a complex task by decomposing it into sequential subtasks and orchestrating sub-agents to complete each step in order. Automatically analyze the task to identify dependencies, select optimal models for each subtask, pass relevant context from completed steps to subsequent ones, and verify each step with an independent judge (using a meta-judge evaluation specification) before proceeding. </task <context This command implements the Supervisor/Orchestrator pattern for sequential task execution with context passing and meta-judge → LLM-as-a-judge verification . You (the…