← ClaudeAtlas

build-fastlisted

Quick-iteration development for small/medium scope changes with persistent artifacts and optional review.
rp1-run/rp1 · ★ 38 · Web & Frontend · score 77
Install: claude install-skill rp1-run/rp1
# Build Fast Command Quick-iteration workflow for focused changes. Three-phase execution: plan -> build -> [review]. ## §CTX Use the pre-resolved `projectRoot`, `kbRoot`, `workRoot`, and `codeRoot` values from the generated Workflow Bootstrap section. Do not hardcode `.rp1/work/` or `.rp1/context/` paths. ## References | File | Purpose | When to Load | |------|---------|--------------| | `references/review-and-finalization.md` | Optional review pass, cleanup manifest, comment cleanup, push, post-implementation checkpoint | Once the build phase completes | ## §VERSION-GATE **If** `RP1_VERSION` < 0.3.3 **then** STOP execution with message: ``` Your rp1 CLI needs to be updated. Please run `/rp1-base:self-update` to update, then retry this command. Or in the terminal: `rp1 update` ``` ## §FLAG-LOGIC When `AFK=true`, treat `CONFIRM_PLAN` as `false` regardless of the value passed. AFK means zero user interaction, so every user prompt in this workflow is skipped — an AFK run that pauses for input has nobody to answer it. When `AFK=false`, the plan review checkpoint is mandatory after planner artifact registration and before §PHASE-2. `CONFIRM_PLAN` does not control the plan checkpoint; it only enables the post-implementation checkpoint in §4.4. **Effective values when AFK=true**: - Plan review checkpoint -> SKIP - `CONFIRM_PLAN` -> `false` (forced, disables post-implementation checkpoint) - All checkpoints -> SKIP (no user prompts) ## STATE-MACHINE ```mermaid stateD