moai-workflow-spec

Orchestrate SPEC workflows for MoAI-ADK using EARS patterns and Plan-Run-Sync integration.

1|Updated Jan 10, 2026
One-click install
npx skills add https://github.com/GoosLab/moai-rank --skill moai-workflow-spec-gooslab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: moai-workflow-spec
Source: https://github.com/GoosLab/moai-rank/tree/main/.claude/skills/moai-workflow-spec
Command: npx skills add https://github.com/GoosLab/moai-rank --skill moai-workflow-spec-gooslab

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

SPEC workflow management for MoAI-ADK development, enabling consistent specification, planning, execution, and documentation across complex features.

Core Features & Use Cases

  • SPEC workflow orchestration using EARS format to define clear requirements
  • Plan-Run-Sync lifecycle enabling end-to-end project alignment
  • Parallel development via git worktrees for independent SPEC isolation
  • Automated documentation generation and lifecycle governance per SDD 2025
  • Reusable templates and validation hooks to maintain quality and consistency

Quick Start

Use /moai:1-plan to create SPECs, then /moai:2-run to implement, and /moai:3-sync to publish.

Frequently Asked Questions about moai-workflow-spec

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

FAQPage Schema
How do I manage SPEC workflow orchestration for complex features in MoAI-ADK?

SPEC workflow orchestration for MoAI-ADK is managed by applying the SPEC framework to handle requirement analysis, document generation, and parallel development. It uses EARS patterns and a Plan-Run-Sync lifecycle to ensure deterministic and testable artifacts.

What is the Plan-Run-Sync lifecycle for spec management?

The Plan-Run-Sync lifecycle for spec management is an end-to-end project alignment process. You use /moai:1-plan to create SPECs, /moai:2-run to implement them, and /moai:3-sync to publish, ensuring consistent specification, execution, and documentation.

How do I isolate parallel development across multiple SPECs using git worktrees?

Parallel development using git worktrees for multiple SPECs is orchestrated by the framework to provide independent SPEC isolation. This approach enables concurrent feature development while maintaining strict lifecycle governance and compliance with SDD 2025 standards.

Can I use EARS patterns to define requirements for SDD 2025 validation gates?

EARS patterns are used to define clear requirements that pass SDD 2025 validation gates. The workflow generates deterministic, testable SPEC artifacts and applies reusable templates with validation hooks to maintain quality and consistency across the project.

Does MoAI-ADK spec management require any external dependencies?

MoAI-ADK spec management operates without any external dependencies. It uses built-in templates and validation hooks to enforce lifecycle governance and produce testable artifacts directly within the existing development environment.