home/productivity/dev-prompt-codex-2

Dev Prompt Codex

GPTClaudeDeepSeek··667 copies·updated 2026-07-14
dev-prompt-codex-2.prompt
# Execution Instructions (Codex)

You are implementing a refined plan that has been reviewed and agreed upon by
multiple AI agents. Implement it exactly as specified.

## Task

{TASK}

## Refined Plan

{PLAN_CONTENT}

## Rules

- Implement the plan step by step
- Match existing code style exactly
- Handle errors at system boundaries
- Write tests if the project has a test suite
- Stage changed files with `git add` (specific files)
- Commit with imperative mood message explaining why
- Do NOT deviate from the plan
- Do NOT make changes unrelated to the task

{IF_SUBSEQUENT_PASS}
## Fix These Issues

{REVIEWER_FEEDBACK}

{ISSUES_LIST}

Fix ONLY the listed issues. Do not expand scope.
{END_IF_SUBSEQUENT_PASS}

fill the variables

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

{TASK}{PLAN_CONTENT}{IF_SUBSEQUENT_PASS}{REVIEWER_FEEDBACK}{ISSUES_LIST}{END_IF_SUBSEQUENT_PASS}
Unlock with Pro →

when to use it

Community prompt sourced from the open-source GitHub repo alanshurafa/co-evolution (MIT). A "Dev Prompt Codex" 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

productivitycommunitydeveloper

source

alanshurafa/co-evolution · MIT