一键导入
codex-reasoning-rigor
Use when work needs deeper thinking, less generic output, repo evidence, tradeoffs, monitoring signals, or stronger quality discipline.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when work needs deeper thinking, less generic output, repo evidence, tradeoffs, monitoring signals, or stronger quality discipline.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use for project memory, decisions, handoffs, genome, knowledge index, changelog, and patterns that must persist across sessions.
Use for frontend, backend, mobile, debugging, security, or specialized engineering work that needs focused domain references and strict boundaries.
Use for prototype, MVP, fullstack feature, from-scratch feature, or multi-domain work that needs a SPEC.md before planning or implementation. Do not use for tiny one-file edits.
Use when code changes may require documentation updates; maps git diff to candidate docs without auto-editing documentation.
Use before completion, PR, deploy, handoff, or when verifying code changes. Runs advisory or blocking checks and reports evidence.
Use when the task involves reading, creating, or editing `.docx` documents, especially when formatting or layout fidelity matters; prefer `python-docx` plus the bundled `scripts/render_docx.py` for visual checks.
| name | codex-reasoning-rigor |
| description | Use when work needs deeper thinking, less generic output, repo evidence, tradeoffs, monitoring signals, or stronger quality discipline. |
| load_priority | on-demand |
Lock task contract (goal/constraints/non-goals) → explore 2+ options → ground in repo artifacts → attach monitoring signals → validate output specificity. Never settle for generic "best practices" without concrete evidence.
Use this skill to turn vague or generic model behavior into explicit decision-making, repo-grounded evidence gathering, and output contracts that are concrete enough to verify. Activate it when the task is important enough that "sounds right" is not good enough.
Activate on explicit $codex-reasoning-rigor or $rigor.
Activate when the user says or implies:
Also activate for:
Run this protocol before answering or implementing:
Lock these fields explicitly:
goal: what outcome must changeconstraints: what cannot changenon_goals: what should stay out of scopeevidence_required: what proof would make the answer crediblequality_bar: what would make the output clearly non-genericIf the task is complex, generate a brief with scripts/build_reasoning_brief.py.
By default the brief generator now requires those reasoning fields; use --allow-placeholders only when you intentionally want a scaffold.
Do not jump straight to one answer. Frame at least 2 options whenever the task has hidden tradeoffs.
For each option, compare:
Anchor the answer in concrete artifacts whenever possible:
Use references/evidence-ladder.md to keep evidence quality high.
Every serious workflow or recommendation should state:
Use references/monitoring-loops.md when the task affects delivery, release quality, or repeated execution.
Before finishing, make the output earn its credibility. Use references/output-contracts.md and check that the result includes:
Never end at "best practices", "ensure", "optimize", "improve quality", or similar filler unless you immediately attach:
Use references/anti-generic-patterns.md when the answer starts sounding interchangeable with any other project.
When the user wants clearer writing, better Vietnamese output, or lower token overhead:
codex-document-writer when the deliverable is a report, memo, guide, handoff, proposal, or formal documentUse references/document-clarity.md for writing rules, Vietnamese labeling, and rendering-safe output patterns.
For medium or high-stakes work:
$output-guard before declaring the work complete.$editorial-review so the result reads like a human-made engineering deliverable instead of safe model prose.For plans, reviews, and handoffs, treat strict output validation as the default quality bar, not an optional extra.
scripts/build_reasoning_brief.py: generate a structured execution brief for complex, high-signal work.references/anti-generic-patterns.md: common signs of generic output and concrete repair moves.references/document-clarity.md: token economy, Vietnamese document structure, and mojibake-safe writing rules.references/evidence-ladder.md: how to rank evidence from weak intuition to strong verification.references/monitoring-loops.md: how to attach health signals and follow-up actions to workflows.references/output-contracts.md: response shapes that push outputs toward specificity and accountability.assets/reasoning-brief-template.md: markdown template used by the brief generator.assets/output-review-template.md: template for reviewing whether a deliverable is specific, accountable, and editorially strong enough.assets/monitoring-checklist-template.md: template for tracking healthy vs drifting workflow signals.