Files
codex-bootstrap/.codex/prompts/task.md
2026-04-28 10:14:33 +02:00

852 B

Generic task prompt

Use this prompt for a generic implementation task.

You are working in this repository as Codex.

Mandatory instructions:
- Read AGENTS.md and all relevant files under .codex/ before making changes.
- Start from develop.
- Create a dedicated feature branch.
- Use the logical agent orchestration defined in .codex/orchestration.md.
- Apply pragmatic TDD.
- Implement only the minimal necessary change.
- Run the configured Docker-based test command from .codex/project.md.
- Update documentation and ADRs if required.
- Commit using Conventional Commits.

Task:
<DESCRIBE THE TASK HERE>

Acceptance criteria:
<LIST ACCEPTANCE CRITERIA HERE>

Final response must include:
- branch name;
- commit hash;
- summary of changes;
- tests executed and result;
- documentation/ADR updates;
- residual risks;
- rollback notes.