buildmelisted
Install: claude install-skill spikelab/multiplai-cc-mktplace
# BuildMe
Orchestrate the complete journey from idea to working code via a deterministic
Python pipeline. Interview → Research → Codebase Analysis → Specs →
Design Audit → Prototype → Review → TDD Build → Respec → Publish (branch
pushed + draft PR).
Before any spec is written, the pipeline reads the repo it is about to change
(architecture, patterns, integration points) and resolves the reference docs
for the detected stack and framework, so `design.md` extends the code that
exists and follows the conventions the project already builds to.
Every build runs **inside its own git worktree on its own branch** and ends by
pushing that branch and opening a draft PR — see [Git lifecycle](#git-lifecycle).
## Prerequisites
- **`uv`** (https://docs.astral.sh/uv/) — the pipeline runs via `uv run`.
- **Network + git on first run** — the first invocation fetches the
`multiplai-core` dependency.
- **Optional: the `multiplai-research` plugin** — the **Interview** and
**Research** phases invoke `/interviewer` and `/deep-research`, which ship in
`multiplai-research`. Without it, gather requirements inline (ask the user
directly) and skip deep research (or run with `--skip-research`).
## Modes
| Mode | Trigger | Flow |
|------|---------|------|
| From Scratch | Bare idea, no docs | Interview → Research → Specs → Build |
| From Brief | File paths or docs provided | Load docs → Interview → Research → Specs → Build |
| Build Only | "build it", specs exist | Verify specs → Research