agentic-project-builderlisted
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