mataeil
- 10 skills
- 0 followers
- 6 hours ago last updated
- ▌ Dev Cycle · mataeilFull 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.
- ▌ Ooda Setup · mataeil3-step project setup wizard. Auto-detects language, test framework, CI, and endpoints. Creates config.json from config.example.json.
- ▌ Ooda Skill · mataeilCreate, disable, and enable domain skills. Generates project-specific SKILL.md files via a short interview.
- ▌ Run Deploy · mataeilTrigger deployment via GitHub Actions workflow_dispatch. Execute phase skill — validates pre-deploy conditions, fires the configured workflow, monitors completion, and verifies post-deploy health.
- ▌ Check Tests · mataeilRun test suite, track coverage trends, and detect regressions. Detect phase skill — uses config.test_command to execute tests and records results.
- ▌
- ▌ Ooda Status · mataeilDisplay OODA-loop status dashboard. Shows cycle count, domain states, confidence scores, action queue, and alerts in a single view.
- ▌ Scan Health · mataeilMonitor service health endpoints and detect anomalies. Observe phase skill — reads config.health_endpoints, checks availability, records baseline metrics.
- ▌ Plan Backlog · mataeilScore 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.
- ▌ Scan Disk · mataeil bundleMinimal example Observe-phase domain skill. Checks disk usage and records it. Copy this as a starting point for your own domain.