generated from bisco/codex-bootstrap
34 lines
852 B
Markdown
34 lines
852 B
Markdown
# Generic task prompt
|
|
|
|
Use this prompt for a generic implementation task.
|
|
|
|
```text
|
|
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.
|
|
```
|