Prompt file imported from brandonliam/Campfire (
.codex/prompts/sprint-execution.md). Copyright stays with the author.
Sprint Execution Prompt
Read AGENTS.md.
Read docs/roadmap/README.md.
Read the current sprint file:
docs/roadmap/sprint-XX-name.md
Read only the feature specs and rulebook files listed in that sprint file.
Task: Implement the current sprint only.
Rules:
- Do not implement future sprint work.
- Do not implement anything listed under Out of Scope.
- Do not add speculative abstractions.
- Do not introduce paid runtime dependencies.
- Do not build payment, email automation, integrations, or multi-tenancy unless the current sprint explicitly requires it.
Before editing files:
- Summarise the sprint goal.
- Summarise the relevant rulebook constraints.
- Identify affected modules.
- Propose the smallest implementation plan.
- Ask blocking questions only if the answer changes schema, security, or product behaviour.
After editing files:
- Summarise what changed.
- List files changed.
- List migrations.
- List docs updated.
- List tests/checks run.
- List known limitations.