AI-driven development workflow system
New!
Top 82.2% on SourcePulse
This repository provides an AI-driven development workflow system, "Spec Workflow System," built on Claude Code's Sub-Agents. It aims to automate the software development lifecycle from project idea to production-ready code by orchestrating specialized AI agents through distinct phases, offering faster development and consistent quality.
How It Works
The system integrates Claude Code's Sub-Agents, leveraging their isolated context windows for focused, specialized tasks. The workflow is divided into three main phases: Planning (requirements analysis, architecture design, task breakdown), Development (implementation, testing), and Validation (code review, final checks). Each phase includes automated quality gates that validate the completeness and quality of artifacts, with mechanisms to loop back for revisions if gates fail. Agents communicate via structured artifacts, with the orchestrator managing the overall flow.
Quick Start & Requirements
git clone https://github.com/zhsama/claude-sub-agent.git
) and copy agents and slash commands to your project's .claude
directory./agent-workflow "Create a task management web application"
).commands/agent-workflow.md
for detailed slash command options.Highlighted Details
spec-agents/
) and domain-specific agents for backend, frontend, and UI/UX.Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The system relies on the Claude Code platform and its Sub-Agents feature; functionality is dependent on Claude Code's stability and capabilities. Quality gate failures may require manual intervention or iterative agent revisions.
1 week ago
Inactive