A skill pack for managing a fleet of AO-powered repositories from a central brain repo.
- conductor — scans org, dispatches work every 5 min
- fleet-manager — starts/stops daemons, monitors health
- template-syncer — keeps shared packages in sync across repos
- brain-product-owner — vision-driven project management
- brain-reconciler — finds incomplete work, creates fix tasks
- brain-reviewer — reviews and merges PRs
- brain-self-improver — continuously improves workflows
conductor— scan-compare-dispatch cycletemplate-sync— cross-repo package syncbrain-product-review— phase tracking + task creationbrain-reconcile— gap detectionbrain-pr-sweep— PR review + mergebrain-self-improve— workflow optimizationdecision-pipeline— founder approval gatesquality-audit— build/test/lint verificationcross-repo-execute— approved actions → real PRs
- Conductor: every 5 min
- PR sweep: every 10 min
- Product review: every 10 min
- Reconciler: hourly
- Template sync: hourly
- Self-improve: every 3 hrs
ao skill install ao-fleet-packAdd to your brain repo's .ao/workflows/custom.yaml. See the brain repo for a complete example.
MIT