You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Customize iteration behavior by setting these parameters:
max_tasks: 8
scope_focus: Enabler tasks (blocking other work)
priority_threshold: high
mode: Execution mode
Objective
Execute an orchestration cycle to process pending tasks in the work queue following the file-based orchestration approach. Focus on Tasks that enable other tasks to progress.
Execute an orchestration cycle following file-based orchestration approach:
1. Initialize as Manager Mike per AGENTS.md
2. Read work/collaboration/AGENT_STATUS.md
3. Run agent_orchestrator.py to assign pending tasks
4. Execute top X priority tasks by delegating to custom agents ( see max tasks configuration at the top )
5. Create work logs per Directive 014
6. Update AGENT_STATUS.md and create iteration summary
7. Post Manager Mike recap comment
Ensure:
- Tasks selected by priority (critical > high > medium)
- All work logs Directive 014 compliant
- Metrics captured per ADR-009
- Incremental commits with report_progress
- Framework health assessed
Configuration Parameters (Optional)
Customize iteration behavior by setting these parameters:
Objective
Execute an orchestration cycle to process pending tasks in the work queue following the file-based orchestration approach. Focus on Tasks that enable other tasks to progress.
Context
.github/agents/approaches/file-based-orchestration.md)work/(inbox, assigned, done, logs, collaboration).github/agents/*.agent.md.github/agents/directives//analysis-modefor task executionCurrent Status
To be filled/check by Manager Mike before running iteration running
work/scripts/template-status-checker.shor manually:Manual alternative:
Execution Instructions
1. Initialize
AGENTS.mdguidelineswork/collaboration/AGENT_STATUS.mdfor current context2. Task Selection
work/inbox/for pending taskspython work/scripts/agent_orchestrator.pyto assign tasks3. Task Execution
work/assigned/<agent>/towork/done/<agent>/work/done/rootwork/logs/<agent>/per Directive 0144. Documentation & Reporting
work/collaboration/AGENT_STATUS.mdreport_progressafter each taskSuccess Criteria
Note: These checkboxes can be auto-populated by orchestrator post-execution using
work/scripts/template-status-checker.sh --validateAGENT_STATUS.mdupdated with current iteration stateDeliverables
work/done/<agent>/subdirectorieswork/logs/<agent>/work/collaboration/AGENT_STATUS.mdreflects current stateReferences
.github/agents/approaches/file-based-orchestration.md.github/agents/directives/014_worklog_creation.md).github/agents/*.agent.mdwork/collaboration/ITERATION_*_SUMMARY.mdExample Prompt