moai-workflow-spec

Plan and orchestrate MoAI-ADK SPEC workflows using EARS and Plan-Run-Sync.

Updated Jan 23, 2026
One-click install
npx skills add https://github.com/hnabyz-bot/gate_drv --skill moai-workflow-spec-hnabyz-bot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: moai-workflow-spec
Source: https://github.com/hnabyz-bot/gate_drv/tree/main/.claude/skills/moai-workflow-spec
Command: npx skills add https://github.com/hnabyz-bot/gate_drv --skill moai-workflow-spec-hnabyz-bot

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams plan and orchestrate SPEC workflows for MoAI-ADK development by formalizing requirements with the EARS format and enabling a Plan-Run-Sync lifecycle.

Core Features & Use Cases

  • SPEC-first planning using EARS patterns to create precise, testable requirements.
  • Plan-Run-Sync lifecycle with Git worktrees for parallel SPEC development and governance.
  • DDD-guided execution and automated quality gates to ensure consistency, traceability, and collaboration.
  • Template-driven SPEC creation and automated validation to accelerate delivery and maintain quality.

Quick Start

Start the PLAN phase by issuing a SPEC draft command, for example: /moai:1-plan "new feature description", then proceed with /moai:2-run SPEC-001 and /moai:3-sync SPEC-001 to complete the lifecycle.

Frequently Asked Questions about moai-workflow-spec

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

FAQPage Schema
How do I formalize software requirements to enable automated workflow validation?

Use the EARS pattern to create precise, testable specifications that enforce frontmatter metadata and align with quality gates for automated validation.

How do I run parallel SPEC workflows using Git worktrees?

Execute Plan-Run-Sync lifecycle phases across isolated Git worktrees, enabling concurrent feature development and governance without branch conflicts.

What is the best way to orchestrate a Plan-Run-Sync lifecycle for DDD-driven development?

Extract SPECs for planning, apply DDD-guided execution for implementation, and synchronize documentation and artifacts for traceable delivery.

Does the SPEC workflow orchestration require specific repository tooling or version control setup?

The orchestration integrates directly with existing repository tooling and version control, requiring Git worktrees for parallel execution and enforcing frontmatter metadata alignment.

How do I generate changelogs and documentation from validated SPEC artifacts?

Execute the sync phase to automatically produce documentation, update the changelog, and generate artifacts from validated SPEC workflows.