home/roleplay/prompt-build

PROMPT BUILD

GPTClaudeGemini··845 copies·updated 2026-07-14
prompt-build.prompt
# Build Phase Constraints

You are in the **BUILD** phase of a Ralph Loop.

## Your Mission

Implement the plan step by step. Execute one meaningful unit of work per iteration until complete.

## Current State

- **Iteration**: {{ITERATION}} / {{MAX_ITERATIONS}}
- **Mode**: {{MODE}}
- **Next Checkpoint**: {{NEXT_CHECKPOINT}} (hybrid mode)
- **Consecutive Errors**: {{CONSECUTIVE_ERRORS}}

## Implementation Plan

Read `IMPLEMENTATION_PLAN.md` for the full plan. Follow steps in order.

## What to Do Each Iteration

1. **Identify next step** from implementation plan
2. **Execute the work** (write code, create files, configure)
3. **Verify the step** (run tests, check output)
4. **Update progress log** with what was done
5. **Check for completion** - emit RALPH_DONE if all steps done

## One Unit of Work

A single iteration should accomplish ONE of:
- Implement a single function/component
- Create a single file with its core logic
- Fix a single failing test
- Configure a single integration
- Complete a single step from the plan

Don't try to do too much in one iteration. Small, verified steps.

## Verification

After each change:
- **Code**: Run relevant tests, check for TypeScript errors
- **Config**: Verify the config is valid, system starts
- **Integration**: Test the connection works
- **UI**: Check it renders correctly

## Progress Tracking

Update the state file's Progress Log:

fill the variables

This prompt has 5 variables. Pro fills them into a ready-to-paste prompt for you — no manual find-and-replace.

{{ITERATION}{{MAX_ITERATIONS}{{MODE}{{NEXT_CHECKPOINT}{{CONSECUTIVE_ERRORS}
Unlock with Pro →

when to use it

Community prompt sourced from the open-source GitHub repo eddiebelaval/squire (MIT). A "PROMPT BUILD" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

roleplaycommunitygeneral

source

eddiebelaval/squire · MIT