Core skill for task scheduling and multi-agent coordination in V8 development.
This skill defines the behavior of the Main Agent acting as an Orchestrator and Scheduler. It is mandatory for all complex tasks to ensure efficiency, parallelism, and correct dependency handling.
Task Breakdown & DAG Construction:
task.md artifact or equivalent representation.Scheduling & Execution:
Priority & Resource Management:
Communication & Synthesis:
schedule tool to provide synthesized updates to the user, preventing long periods of silence.env_abstraction/SKILL.md. In gemini-cli, use agentapi new-conversation (CLI) instead of the invoke_subagent tool, which may not be available.Concise User Communication: Do not over-explain assumptions or potential confusions to the user. State what the plan is based on the interpreted context and proceed. Avoid wordy justifications.
Structured Reporting: Subagents must report results in a structured format, highlighting:
Synthesis Before Escalation: The Orchestrator must not simply pass subagent reports to the user. It must synthesize the reports from all active tasks into a coherent state summary and present only the high-level certainties and decisions to the user.
Proactive Context Sharing: The Orchestrator must relay relevant discoveries between subagents working on overlapping or dependent tasks to avoid duplicate work.
origin/main). Avoid creating spurious CLs or polluting existing CLs with unrelated changes. Use isolated worktrees for tasks that modify the workspace state.agents/scripts/analyze_brain.py against the session logs.