Prompt file imported from AlekseiSeleznev/codex-computer-use-x11 (
.codex/prompts/opsx-verify.md). Copyright stays with the author.
Project constitution preflight:
- Before this workflow takes action, use skill
project-constitutionto read and enforce rootCONSTITUTION.md. For architecture-sensitive work, also readARCHITECTURE.md,adr/README.md, and relevant in-forceadr/*.md. - If the constitution is missing, follow the bootstrap-safe/diagnostic rules from that skill; otherwise stop unless the user gives an explicit one-time override.
- Do not read
.secrets.local.envunless this workflow actually needs a listed external system, and never reveal secret values.
Use skill openspec-verify-change.
Verification context:
- Run
openspec instructions apply --change <name> --jsonand read allcontextFiles. - Read top-level
adr/*.mdwhen present and derive the in-force ADR set. - Check tasks, requirements, scenarios, design decisions, grill/design-review resolutions, ADR constraints, OpenAI-compatible artifact review reports when configured/present, and RED/GREEN test-plan evidence.
Output:
- Completeness: task completion and requirement coverage.
- Correctness: implementation evidence for requirements/scenarios.
- Coherence: design, grill/design-review, artifact review reports, ADR, and test-plan adherence.
- Critical/warning/suggestion issues with concrete file references. Missing RED/GREEN evidence for behavior-changing work is critical unless
test-plan.mdrecords an explicit pre-approved exception.
Guardrails:
- Verification does not replace merge or archive gates.
- Do not mark ready for archive if critical issues exist.