app-dev-orchestrator

Orchestrates a 21-stage pipeline delegating new app development to specialized planning, TDD, security, and deployment skills.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/Simon-YHKim/eject-button --skill app-dev-orchestrator-simon-yhkim
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: app-dev-orchestrator
Source: https://github.com/Simon-YHKim/eject-button/tree/main/.claude/skills/app-dev-orchestrator
Command: npx skills add https://github.com/Simon-YHKim/eject-button --skill app-dev-orchestrator-simon-yhkim

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Starting a new app from scratch involves dozens of decisions and steps—research, planning, design, testing, security, deployment—that are easy to skip or do in the wrong order. This Skill coordinates the entire zero-to-one lifecycle by delegating each stage to the right specialized skill. ## Core Features & Use Cases - 21-Stage Pipeline: Runs interview, research, planning, design, TDD implementation, security audit, benchmarking, shipping, deployment, and retrospective in sequence, passing outputs between stages. - Stage-0 Interview: Captures platform, target users, repo, budget, external APIs, and deadline before any planning begins, saving answers to a kickoff document. - Delegation with Guardrails: Calls Gstack and simon-stack skills for each phase, enforces TDD guard mode, runs a multi-layer security audit, and supports parallel execution via worktrees. - Use Case: A user says "새 앱 만들자" for a subscription SaaS; the Skill interviews them, researches competitors, produces DESIGN.md and an authz model, drives TDD implementation, audits security, and ships a deployed first release. ## Quick Start Ask the agent to build a new app from scratch, for example: "Help me build a new MVP for a subscription SaaS from zero."

Frequently Asked Questions about app-dev-orchestrator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a new app from scratch with an AI agent?

Describe the app you want and the orchestrator runs a stage-0 interview covering platform, target users, repo, budget, APIs, and deadline. It then delegates research, planning, design, TDD implementation, security audits, and deployment through a 21-stage pipeline.

What stages does the app development pipeline include?

The pipeline covers interview, YC-style office hours, external research, CEO and engineering plan reviews, design consultation, TDD implementation, a multi-layer security audit, benchmarking, shipping, deployment with canary monitoring, and a retrospective.

When should I not use the app-dev-orchestrator skill?

Do not use it for bug fixes, refactors, or improvements to existing code, since it is designed only for zero-to-one projects. Use dedicated skills like simon-tdd, investigate, or refactor for those tasks instead.

Does the pipeline handle security for paid APIs like Stripe?

Yes, stage 16 runs a multi-step security audit including a checklist for RLS, subscriptions, and rate limits, an authorization model review, and a six-layer paid API defense check. Findings are fixed with atomic commits and re-verified.

Can pipeline stages run in parallel?

Independent stages such as the security audits or TDD plus code structure checks can run in parallel using git worktrees and a fan-out delegation pattern. This isolates branches and reduces total execution time.