doc-review
Review Infiquetra plans, requirements, and SDLC documents for implementation readiness.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Review Infiquetra plans, requirements, and SDLC documents for implementation readiness.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Route proposed Team Mimir profile behavior changes into target-owned Hermes dialogue after producer-owned custody classification.
Compile and review an approved Workflow Contract for Codex V2 graph, profile, write, check, reviewer, fallback, and external-action consistency without launching work.
Explicitly run an operator-approved Infiquetra Workflow Contract as a root-orchestrated Codex V2 DAG with exact profiles, runtime receipts, bounded writes, one independent review, one remediation, and one targeted recheck.
Deep-dive one chosen Infiquetra idea into a right-sized requirements document before planning.
Run a structured Infiquetra code-quality review at the work-to-PR boundary. Reads the merge-base diff, runs a built-vs-planned audit plus judgment-selected review lenses, validates findings, writes a durable review artifact, appends to the work-thread saga, and routes — without mutating code. Triggers on "review this PR", "code review", "check my diff", "pre-PR review", or a /work hand-in before shipping.
CEO/founder-mode scope and ambition review. Rethink the problem, find the 10x product, challenge premises, expand or cut scope deliberately — across four committed modes (SCOPE EXPANSION, SELECTIVE EXPANSION, HOLD SCOPE, SCOPE REDUCTION). Fires upstream of execution on a /plan artifact, STRATEGY.md, /brainstorm output, or an ad-hoc scope question; produces a scope decision and routes deep rigor back to /doc-review and /code-review in a closed loop. Triggers on "think bigger", "expand scope", "is this ambitious enough", "rethink this", "scope review", or a /ceo-review invocation. Does not implement, record strategy, file issues, or change code.
| name | doc-review |
| description | Review Infiquetra plans, requirements, and SDLC documents for implementation readiness. |
Use this when a plan, requirements document, strategy document, implementation-spec folder, or formal Infiquetra SDLC artifact is about to guide implementation.
The core question is:
Can this document safely drive implementation without the agent inventing missing decisions or acting on unverified assumptions?
This is not a copy-editing workflow and it is not a replacement for code review.
docs/plans/ or docs/brainstorms/.Do not create a /ce-doc-review alias. The Infiquetra command surface is /doc-review.
Classify by explicit context first, then evidence. Use this precedence:
specs/ or documents with spec-phase metadata -> route to /spec,
which runs the spec-phase rubrics.platform-specs/06-* -> use buildability-probe
mode when the target profile defines exact probe inputs and pass criteria.origin:, Implementation Units, Key Technical Decisions, U1,
file lists, test scenarios, verification sections.docs/brainstorms/.STRATEGY.md, strategy updates, founder-scope documents,
scope or ambition decisions that are about to drive implementation.docs/plans/ -> plandocs/brainstorms/ -> requirementsdocs/specs/ -> requirementsSTRATEGY.md -> strategy/scopeWhen classification remains ambiguous, ask before routing. Do not silently guess on a formal SDLC artifact because routing determines which review responsibilities run.
Formal SDLC artifacts get the Infiquetra rubric review first, run inline via the rubric engine
at ../../scripts/lifecycle_review.py (relative to this skill) against the rubrics under
saga/references/rubrics/{idea,spec,issue}/{core,extras}/. Map artifact to phase:
idea phase.issue phase.spec phase, owned by /spec; route there rather than running it here.For the resolved phase, run the engine like so:
python3 ../../scripts/lifecycle_review.py rubrics list-cores --phase <idea|issue>python3 ../../scripts/lifecycle_review.py rubrics list-extras --phase <idea|issue>core rubric for the phase. Apply each extras rubric only when its
applicability condition fits the artifact, by judgment.python3 ../../scripts/lifecycle_review.py rubrics read --phase <idea|issue> --slug <slug>After the rubric review finishes, run the readiness-skeptic pass. Re-read the target document, collect any appended review log when present, and include unresolved rubric findings in the readiness summary. Do not reclassify rubric findings as readiness findings.
If the rubric engine or its rubrics are unavailable, say so clearly and continue with the readiness review where safe.
Use buildability-probe mode for a profile-backed, multi-document implementation spec set that is about to drive a build. Normal readiness review is still the right gate for single docs, plans, requirements, issues, and strategy.
The probe is a fresh-context cold-builder simulation. Do not run it inline in the same context that
authored or remediated the spec. Prefer verified-workflow delegated mode when it can provide a clean
review context; otherwise tell the operator that a new session is required for the probe to be valid.
Probe inputs are profile-owned. For the service-implementation profile, pass only:
platform-specs/05-technical-specifications/;Do not add authoring notes, prior probe artifacts, remediation notes, or unrelated repo memory to the probe input set.
The probe artifact must include:
VERDICT: PASS only when there are zero spec defects.Boundary test: if two reasonable implementers could answer a question differently and the difference is visible in API behavior, data shape, or user experience, it is a spec defect. Otherwise it is an execution-time discovery.
Write probe artifacts under docs/reviews/YYYY-MM-DD-<target>-buildability-probe[-rN].md. A failed
probe maps boundary-test defects to P0/P1 findings and blocks /plan or /work unless the operator
explicitly overrides with a rationale. Remediation closes the defect class across the folder set; it
does not patch only the cited line. After remediation, run a fresh probe. Escalate after three failed
rounds.
Always check:
Triggered lenses:
/founder-review as an additional lens when strategy, product scope, ambition, or
user-facing behavior is prominent.For a high-stakes artifact you may add cross-family adversarial depth by dispatching the
cross-family-review-panel composing role from the external-engine registry
(../../references/engine-registry.yaml, R16; dispatch policy in
../../references/engine-dispatch.md). This is opt-in, never automatic — invoke it only when
the operator asks for a cross-engine pass or the artifact clearly warrants one.
engine_resolver.resolve_role("cross-family-review-panel", registry=...);
each external member (Gemini Pro/Flash via agy) is dispatched with its own prompting protocol.
The native Codex reviewer remains the root verifier and never enters the external registry.engine_resolver.panel_halt(...) returns a reason, a member is unavailable — halt the panel
and surface it rather than substituting the host agent for the missing reviewer (R17): the host
reviewing its own family defeats the purpose.Use an external engine only after the operator chooses the exact registry route and context. Build
one closed saga.harness.request.v1 request and run
python3 plugins/saga/scripts/external_action_adapters.py --request <json> --repo-root ..
Doc-review calls use mode=direct and an empty write_set. Codex accounts for and independently
verifies every advisory finding before its own readiness verdict.
Safe fixes are enabled by default and edit the reviewed document in place.
Safe means the document itself, linked source, or local repository evidence clearly supports the change. Examples:
Unsafe changes become findings instead of edits:
Report remaining findings using priorities:
P0: The document would cause unsafe, incorrect, destructive, or materially wrong execution.P1: The document is not ready to drive implementation because a core assumption, mapping,
requirement, default, or gate is missing or wrong.P2: The document can probably drive work, but the issue creates meaningful rework,
ambiguity, or review risk.P3: Nice-to-fix clarity, maintainability, or polish issue.Lead with findings. A short readiness summary is useful, but P-level findings are the primary output language.
Write a review artifact under docs/reviews/ when any trigger is true:
P0 or P1 finding remainsEvery significant review artifact should include:
Ignored local state under .codex/saga/ is not durable review output.
/doc-review is explicit by default. /work should ask whether to run it before executing from
a plan or requirements document.
If /doc-review runs and unresolved P0 or P1 findings remain, /work blocks unless the
user explicitly overrides. /work may consume same-session review output or the latest matching
docs/reviews/ artifact. Overrides need a rationale that can be carried into issue progress or
work-session notes.
For issue-attached work, summarize:
The generated readiness report and the docs/reviews/ artifact follow the shared formatting contract
in saga/references/formatting-style.md: lead the readiness
summary and each section with a one-line plain-language verdict, render the by-priority findings as a
table (one row per finding, with its P0-P3 priority and status), and keep narrative fields as short
(≤3-sentence) blank-line-separated prose.
Use this structure:
If no issues are found, say so clearly and name any remaining risk from limited evidence.