workflow-orchestrator

Community

Automate complex feature development with a 9-phase workflow.

Authornguyenthienthanh
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Developing complex features involves numerous steps, from understanding requirements to deployment, often leading to missed steps, inconsistent quality, or scope creep. This Skill orchestrates a structured 9-phase workflow to ensure comprehensive and high-quality feature delivery, every time.

Core Features & Use Cases

  • 9-Phase Workflow: Guides through a complete software development lifecycle: Understand, Design, UI Breakdown, Plan Tests, Write Tests (TDD RED), Build (TDD GREEN), Polish (TDD REFACTOR), Review, Verify, Document, and Share.
  • TDD & Quality Gates: Enforces Test-Driven Development (TDD) as non-negotiable and includes approval gates at each phase to maintain quality and alignment.
  • Smart Phase Skipping: Intelligently skips irrelevant phases (e.g., UI for backend-only tasks) to optimize the workflow without compromising quality.
  • Use Case: When starting a new, complex feature like "Add user authentication with JWT", this skill guides you through each phase, ensuring proper design, test-driven development, code review, and documentation, leading to a robust solution.

Quick Start

Start a new workflow to implement user authentication with JWT

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: workflow-orchestrator
Download link: https://github.com/nguyenthienthanh/aura-frog/archive/main.zip#workflow-orchestrator

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository