moai

Featured

MoAI unified orchestrator for autonomous development. Routes natural language or subcommands (plan, run, sync, project, fix, loop, mx, feedback, review, clean, codemaps, gate, e2e, harness, goal) to specialized agents.

AI & Automation 1,143 stars 211 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 96/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

## Pre-execution Context !`git status --porcelain 2>/dev/null || true` !`git branch --show-current 2>/dev/null || true` ## Essential Files .moai/config/sections/*.yaml --- ## Authority References Rules and constraints governing all workflows are always loaded from these sources. Do NOT duplicate their content here: - Core identity, orchestration principles, agent catalog: CLAUDE.md - Quality gates, security boundaries: .claude/rules/moai/core/moai-constitution.md - SPEC workflow phases, token budgets: .claude/rules/moai/workflow/spec-workflow.md - Development methodologies (DDD/TDD): .claude/rules/moai/workflow/spec-workflow.md (Run Phase section) - Agent definitions: See CLAUDE.md Section 4. For agent creation, use builder-harness subagent (artifact_type=agent). - @MX tag rules and protocol: .claude/rules/moai/workflow/mx-tag-protocol.md --- ## Routing Observation Ledger When dispatching a subcommand or workflow, the orchestrator records the routing decision to the append-only routing-ledger (`.moai/state/routing-ledger.jsonl`) via `moai harness ledger record` at dispatch time — the request text is piped via stdin and only a privacy-preserving digest is stored, never verbatim user text. As the routed pipeline reaches gate points, machine evidence is appended via `moai harness ledger evidence` (gate exits, audit verdicts, verify-log paths). Outcome is never supplied as an input; it is finalized from machine evidence only. This observation is opt-in and fail-open — i...

Details

Author
modu-ai
Repository
modu-ai/moai-adk
Created
10 months ago
Last Updated
today
Language
Go
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category