# 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: Acceptance criteria: Final response must include: - branch name; - commit hash; - summary of changes; - tests executed and result; - documentation/ADR updates; - residual risks; - rollback notes. ```