This skill provides a structured framework for architecting AI Developer Workflows (ADWs) by breaking complex tasks into four distinct, composable steps: Plan, Build, Review, and Fix. It enables developers to define clear input/output contracts, implement step isolation patterns, and design sophisticated orchestration strategies that transition seamlessly from deterministic specifications to adaptive code generation. By formalizing these workflow primitives, it ensures that AI-driven development processes are reliable, testable, and capable of handling complex engineering tasks through repeatable, automated patterns.
Key Features
01Formal input/output contract definition for AI agents
02Workflow orchestration and composition rules
03Step isolation and dependency management patterns
04Standardized Plan/Build/Review/Fix step templates
05Error handling and recovery strategy design
0612 GitHub stars