Run spec-first Claude Code development workflows with MoAI-ADK
Use MoAI-ADK to install Claude Code agents and skills for spec-first implementation, TDD, DDD, and quality-gated development.
npx skills add agentskillexchange/skills --skill run-spec-first-claude-code-development-workflows-with-moai-adk
Use MoAI-ADK when a Claude Code project needs a structured development workflow instead of ad hoc prompting. The operator installs the single-binary ADK, initializes its retained agents and template-managed skills, and uses the workflow to move from specs through implementation and quality gates. The boundary is Claude Code project orchestration with packaged agents and skills, not a general framework, plugin directory, or language SDK.
What this skill actually does
Inputs and prerequisites: Claude Code, MoAI-ADK CLI, Git, local shell.
Setup notes: Install the MoAI-ADK binary from the project documentation or GitHub releases, initialize it in a Claude Code project, then use the provided agents and moai-* skills to run spec-first development and quality-gate workflows.
Source and verification boundary: use https://adk.mo.ai.kr as the canonical reference before running the workflow; keep commands, API calls, CLI usage, and generated outputs reviewable against that upstream source.
Framework fit: publish this as a Claude Code workflow only when the operator can invoke the documented toolchain directly, rather than treating the upstream project as a generic product listing.