Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

OODA-loop

OODA-loop contient 11 skills collectées depuis mataeil, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
11
Stars
5
mis à jour
2026-06-21
Forks
1
Couverture métier
4 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

evolve
Autres occupations informatiques

OODA Meta-Orchestrator. Observes all domain states, orients by learning from past outcomes, decides the highest-priority action, and executes it. Run with /evolve or /loop 4h /evolve.

2026-06-21
dev-cycle
Développeurs de logiciels

Full implementation cycle pipeline. Takes the highest-RICE action from the action queue and implements it through a structured test → implement → verify workflow. Primary skill for the implementation domain — invoked by evolve when implementation is selected.

2026-06-21
ooda-setup
Développeurs de logiciels

3-step project setup wizard. Auto-detects language, test framework, CI, and endpoints. Creates config.json from config.example.json.

2026-06-14
ooda-status
Développeurs de logiciels

Display OODA-loop status dashboard. Shows cycle count, domain states, confidence scores, action queue, and alerts in a single view.

2026-06-14
ooda-config
Développeurs de logiciels

View, modify, and validate config.json settings via slash commands.

2026-06-14
check-tests
Analystes en assurance qualité des logiciels et testeurs

Run test suite, track coverage trends, and detect regressions. Detect phase skill — uses config.test_command to execute tests and records results.

2026-06-10
plan-backlog
Développeurs de logiciels

Score GitHub Issues using the RICE framework and propose a priority ordering. Strategize phase skill — turns raw issues into a ranked action plan written to agent/state/backlog.json.

2026-06-10
run-deploy
Développeurs de logiciels

Trigger deployment via GitHub Actions workflow_dispatch. Execute phase skill — validates pre-deploy conditions, fires the configured workflow, monitors completion, and verifies post-deploy health.

2026-06-10
scan-health
Administrateurs de réseaux et de systèmes informatiques

Monitor service health endpoints and detect anomalies. Observe phase skill — reads config.health_endpoints, checks availability, records baseline metrics.

2026-06-10
scan-disk
Administrateurs de réseaux et de systèmes informatiques

Minimal example Observe-phase domain skill. Checks disk usage and records it. Copy this as a starting point for your own domain.

2026-06-06
ooda-skill
Développeurs de logiciels

Create, disable, and enable domain skills. Generates project-specific SKILL.md files via a short interview.

2026-04-03