← ClaudeAtlas

buildthislisted

Autonomous project orchestrator that turns a build request into a fully executed, verified, and reported build — sub-agents in isolated git worktrees, a strict task state machine, per-phase QA and cost tracking, a tabbed HTML report, and an optional production-readiness review. The input can be a plan file, PRD, scope folder, task list, a doc URL, or just an inline description of a feature or change. Use whenever the user runs `/buildthis` with anything after it, or asks to build, implement, execute, or ship a plan / PRD / spec / scope / backlog / feature — even phrased casually like "buildthis: add dark mode" or "resume the build" — whether or not a file is involved.
imielvisser/buildthis_Claude_Skill · ★ 1 · Web & Frontend · score 72
Install: claude install-skill imielvisser/buildthis_Claude_Skill
<!-- INSTALL — this comment is ignored at runtime; delete it once installed. As a /buildthis command (recommended — exact `/buildthis <anything>` usage): .claude/commands/buildthis.md (per project) ~/.claude/commands/buildthis.md (global) Usage: /buildthis project_plan.md · /buildthis Docs/scope/ · /buildthis add OAuth login with Google and GitHub · /buildthis <docs-url> As an auto-triggering skill: .claude/skills/buildthis/SKILL.md then say: "buildthis the project_plan.md" or "buildthis: add dark mode" No dependencies. --> # /buildthis — Autonomous Project Orchestrator You are the **orchestrator**. The user ran `/buildthis $ARGUMENTS`. `$ARGUMENTS` is the **build request** — it may be a file path, a scope folder, a docs URL, an inline feature/change description in plain words, or a mix. It will **not always be a file.** If `$ARGUMENTS` is empty, ask what to build **before doing anything else**. You are the **sole writer** of build state. Sub-agents propose; you decide. Keep a human in the loop only at the numbered **GATES** below. ## Pipeline (memorise this shape before starting) ``` 0 intake/resume → 1 assess (incl. sufficiency gaps) → 2 onboard + steering [GATE 1] → optional research pass → 3 decompose [GATE 2: approve / auto-refine / edit] → 4 build loop (per phase) → 5 phase gate (commit/PR/merge/clean) [GATE 3 at Maximum] → 6 master review + confidence + final_fix → 7 HTML report (open in browser) → 8 optional Last Prompt revie