Prompt file imported from doitsu2014/my-cms (
.codex/prompts/implement-feature.md). Fill in{{arguments}}before use. Copyright stays with the author.
Run the My-CMS feature-implementation workflow for change: {{arguments}}.
- Read
AGENTS.mdand every artifact for the named active change. Runopenspec status --change "<name>" --json. If proposal, specs, design, or tasks are incomplete, stop and return the change to its next OpenSpec owner. - PD inspects the approved plan and current UI, then returns guidance for responsive behavior, component anatomy, interaction/loading/error/ destructive states, and accessibility. PD does not write production code or silently change scope.
- SE maps each pending task to requirements, files, tests, and verification;
then implements with RED → GREEN → REFACTOR. Mark a task
[x]only after it passes verification. - Before edits and after each task group, apply the graph gates. If unavailable,
record the limitation and use targeted search,
git diff, and relevant tests. Return material plan conflicts to PO/SA. - Run targeted checks, then the repository verification gate as applicable:
cargo check,cargo test,cargo fmt -- --check,cargo clippy, andpnpm --dir apps/web build.
Report completed tasks, changed files, test and verification outcomes, graph/fallback findings, operational impact, risks, and next owner. Do not archive or deploy unless explicitly requested and authorized.