Orchestrating SPEC-First TDD Development

Orchestrate SPEC-first TDD workflows with SPEC, TEST, CODE, and DOC phases.

1|Updated Jul 28, 2025
One-click install
npx skills add https://github.com/kivo360/quickhooks --skill orchestrating-spec-first-tdd-development
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Orchestrating SPEC-First TDD Development
Source: https://github.com/kivo360/quickhooks/tree/main/.claude/skills/moai-alfred-dev-guide
Command: npx skills add https://github.com/kivo360/quickhooks --skill orchestrating-spec-first-tdd-development

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It provides a repeatable SPEC-FIRST TDD workflow (SPEC→TEST→CODE→DOC) with EARS-based context engineering, TRUST 5 pillars, and TAG traceability to speed feature development while ensuring quality. It guides how to plan, run, and sync SPECs across the Alfred agent lifecycle.

Core Features & Use Cases

  • SPEC-first planning and documentation generation (SPEC files, spec.md)
  • TDD execution pattern RED/GREEN/REFACTOR with @TEST/@CODE/@DOC tags
  • Context engineering to load only necessary docs per phase
  • TAG chain validation and synchronization across PLAN/RUN/SYNC
  • TRUST 5 Principles integration for readable, secure, and evaluated code

Quick Start

Start using this guide with /alfred:1-plan to draft SPECs, then /alfred:2-run to implement tests and code, and finally /alfred:3-sync to validate TAG chains.