Welcome to the App Factory, a centralized repository of agentic skills and workflows designed to build high-quality, industry-standard applications through a structured 5-phase pipeline.
The App Factory uses a rigorous, gate-controlled process to ensure every piece of software is well-designed, architecturally sound, and thoroughly tested.
- Phase 1: Discovery 🔍
- Agent:
phase1-discovery-interviewer - Focus: Requirement gathering, capability selection, and product definition.
- Output: Approved Discovery Pack (
discovery_pack.json).
- Agent:
- Phase 2: UI/UX Design 🎨
- Agent:
phase2-ui-design-agent - Focus: Visual identity, screen specs, and user flows.
- Output: Approved UI Design Bundle.
- Agent:
- Phase 3: Architecture 🏗️
- Agent:
phase3-architecture-agent - Focus: ERDs, API contracts (OpenAPI), Security/RLS, and Infrastructure.
- Output: Approved Architecture Artifacts.
- Agent:
- Phase 4: Build 🛠️
- Agent:
phase4-build-agent - Focus: TDD-driven implementation, feature-by-feature construction.
- Output: Tested, Alpha-grade Codebase.
- Agent:
- Phase 5: QA & Release 🚢
- Agent:
phase5-qa-release-agent - Focus: Performance checks, security scanning, and deployment.
- Output: Production-ready Application.
- Agent:
This repo contains a suite of specialized skills located in .agent/skills/:
- Phase Playbooks: Instructions for each agent phase.
- Contract Validators: Automated gates that ensure each phase is approved before moving forward.
- UI/UX Pro Max: Advanced design patterns and palettes.
- TDD Workflow: Full suite for Red-Green-Refactor testing cycles.
- Architecture Patterns: Implementations for Clean and Hexagonal architectures.
- Clone this repository or point your agent to this directory.
- Start with the Discovery Phase by running the
/phase1-discovery-interviewerworkflow. - Follow the prompts and approval gates to move through the pipeline.
Built for excellence.