moai

Coordinate autonomous development workflows across planning, execution, and documentation.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/yslee5005/app-library --skill moai-yslee5005
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: moai
Source: https://github.com/yslee5005/app-library/tree/main/.claude/skills/moai
Command: npx skills add https://github.com/yslee5005/app-library --skill moai-yslee5005

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates end-to-end autonomous development workflows by routing user intent to specialized agents for planning, implementation, and documentation, reducing manual coordination.

Core Features & Use Cases

  • Routes natural language or subcommands (plan, fix, sync, db) to dedicated agents to execute SPEC planning, error remediation, documentation synchronization, and database metadata management workflows.
  • Supports parallel exploration and sequential execution across MoAI phases, with task tracking and completion markers for reliability.
  • Use case: A team wants to generate SPECs, implement changes, and sync documentation with minimal manual handoffs, while preserving provenance and audit trails.

Quick Start

Describe your goal and MoAI will automatically explore, plan, implement, and sync the result.

Frequently Asked Questions about moai

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate software documentation synchronization after code changes?

Automate software documentation synchronization by routing implementation changes to dedicated agents that update docs in parallel. The orchestrator tracks tasks and applies completion markers to ensure documentation matches the latest code with minimal manual handoffs.

What is the best way to generate project SPECs and implement them autonomously?

Generating project SPECs and implementing them autonomously involves routing natural language goals through planning and execution phases. The orchestrator explores requirements, creates specs, and sequentially executes changes while preserving provenance and audit trails.

How do autonomous development workflows handle error remediation and fixes?

Autonomous development workflows handle error remediation by routing fix subcommands to specialized agents. This orchestrates automated fixes across the project, tracking the remediation process sequentially to resolve issues and report results reliably.

Can I manage database metadata changes within an automated development workflow?

You can manage database metadata changes within automated development workflows using the db subcommand. The orchestrator routes database metadata management tasks to dedicated agents, integrating schema updates seamlessly with planning and execution phases.

Do I need to manually coordinate planning and execution phases for complex software projects?

You do not need to manually coordinate planning and execution phases for complex software projects. The orchestrator routes intent across MoAI phases, supporting parallel exploration and sequential execution with configurable quality gates to ensure reliable completion.