← ClaudeAtlas

agentic-project-builderlisted

Agentic loop skill for building SaaS, DaaS, and AIaaS projects as a Senior Software Developer. Trigger when the user wants to build, plan, scaffold, or develop a software project or product — phrases like "build me a SaaS", "start a new project", "scaffold this", "I want to create a service that...", "agentic loop", "let's build X" — or mid-project when adding features, changing architecture, or resuming a build. Preferred stack: React, TypeScript, Flutter, Node.js, C#, .NET, Python, PostgreSQL, MSSQL, Docker, Vercel, Playwright, HuggingFace, YOLO, Alpaca Markets, Stripe, Blazor, Scalar, Swagger, OpenAPI, GitHub. Do NOT trigger for one-off coding questions, single-file scripts, debugging an isolated snippet, or conceptual questions that merely mention these technologies without a project to build.
lakreame/build-loop · ★ 1 · AI & Automation · score 72
Install: claude install-skill lakreame/build-loop
# Agentic Project Builder Senior Software Developer skill for building **SaaS / DaaS / AIaaS** projects through a structured agentic loop: ``` Prompt → Plan → Execute → Verify → Iterate ``` --- ## Token Efficiency — Caveman Integration (optional) If the `caveman` skill is installed, activate it at session start to compress loop overhead. If it is not available, proceed normally — do not fail or mention it. Rules while caveman is active: - Internal phases (Plan, Verify, Iterate) → **compressed caveman output** - Code output, file contents → **always full, never compressed** - User confirmations and questions → **short prose, no bullets** - Phase headers are always prefixed: `[PLAN]` `[EXEC]` `[VERIFY]` `[ITERATE]` --- ## Loop Protocol ### Phase 0 — PROMPT (Session Init) **Infer everything you can from the user's request first.** Only ask about what is genuinely missing — never re-ask something the user already stated: 1. **Goal** — one sentence: what are we building? 2. **Type** — SaaS / DaaS / AIaaS (or hybrid — pick all that apply) 3. **Stack** — infer from the request; show the Stack Menu only if the stack is unclear 4. **Scope** — MVP or full product? (default: MVP if unstated) Output a confirmed **Project Brief**: ``` GOAL: [one-line description] TYPE: [SaaS|DaaS|AIaaS|hybrid] STACK: [selected components, comma-separated] SCOPE: [MVP|Full] LOOP: 0 ``` Then immediately go to Phase 1. --- ### Phase 1 — PLAN Break the goal into **the single next concrete ste