一键导入
reasoning
Integrated 5-phase reasoning workflow: calibrate state, frame the problem, analyze with lenses, recommend with evidence, verify before acting.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Integrated 5-phase reasoning workflow: calibrate state, frame the problem, analyze with lenses, recommend with evidence, verify before acting.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when a request will produce frontend UI, a visual asset, an image prompt, or a video prompt, AND the intent/style is not already fully specified by the user or an existing design system in the repo. Forces a minimal, checkable design-context object to exist before generation so output does not default to generic/templated. Do NOT use for: single-property edits (color, spacing, copy tweak) with no ambiguity; bug fixes; refactors; or when the user already gave complete visual specs and you only need to execute. For those, just do the work.
Root orchestrator. Reads durable state, routes to one phase, dispatches fresh workers.
Pre-implementation alignment gate. Checks spec / plan / tasks consistency and plan vs codebase reality before code is written.
Define the goal: what problem we solve, for whom, and what success looks like. The directional anchor that architecture and specs must serve.
RED-GREEN-REFACTOR implementation per task. Each task passes before next. Produces handoff.md with reproducible evidence.
Design architecture: components, API schema, DB model, impact analysis, test strategy.
| name | reasoning |
| description | Integrated 5-phase reasoning workflow: calibrate state, frame the problem, analyze with lenses, recommend with evidence, verify before acting. |
Integrated 5-phase reasoning workflow. Use this when a request needs any combination of state calibration, problem framing, multi-lens analysis, structured advisory, or verification.
This replaces the separate thinking-ground, problem-definition, dynamic-problem-solving, domain-expert-consultation, and self-cognitive skills. Run only the phases the situation needs; skip the rest.
This is a nested child under using-reasoning; its path is using-reasoning/reasoning/.
| If the situation is... | Start at |
|---|---|
| Emotionally charged, looping, defending an answer | Phase 0 — Calibrate |
| Vague, no clear problem statement, solution-contaminated | Phase 1 — Frame |
| Clear problem, needs rigorous analysis | Phase 2 — Analyze |
| Needs structured recommendation or advisory memo | Phase 3 — Recommend |
| Post-decision, needs verification or pattern extraction | Phase 4 — Verify |
| Just need to separate facts from assumptions before acting | Phase 0 → Phase 4 (skip 1-3) |
Improve reasoning quality before analysis. Use when attachment, urgency, looping, or performative analysis is distorting judgment.
State Scan — identify the active distortion using observable signals:
Correction protocols — apply the matching protocol:
Output: calibrated state label + what changed + next phase
Turn an unclear situation into a single, solution-neutral problem statement.
Phase 0 — Capture situation as lived: Separate observations, interpretations, and attempted fixes.
Phase 1 — Symptom vs root cause: 5-Why drill from visible symptom. Branch on multiple plausible causes. Test each candidate: "If solved, does original discomfort disappear?"
Phase 2 — Reframe five ways:
Phase 3 — Map boundaries: in scope / out of scope / real constraints / perceived constraints
Phase 4 — Stakeholder reality check: each stakeholder's version of the problem + mirror-imaging check
Phase 5 — Synthesize: [SUBJECT] cannot [BEHAVIOR] because [ROOT CAUSE], which leads to [CONSEQUENCE], despite [ATTEMPTED APPROACH].
Output: one problem statement + boundaries + handoff to Phase 2
Analyze a clearly defined problem through deliberately chosen lenses. End with tradeoffs and a concrete next action.
Lens selection — choose 2-4 from the lens library (references/lens-library.md):
Analysis: apply each lens to the problem. Record:
Lens collision protocol: when lenses produce conflicting results:
Output: per-lens findings + collision summary + recommendation direction
Produce a structured recommendation, tradeoff evaluation, or decision memo. Use when the problem is clear and the need is advisory.
Evidence hierarchy: label every claim as:
Recommendation structure:
Self-check: could an honest person with the same evidence reach a different conclusion? If yes, the recommendation is premature.
Output: decision memo with options, recommendation, evidence, and next steps
Post-execution verification, retrospective, or reusable pattern extraction.
Preflight verification (before acting on the recommendation):
Postflight retrospective (after action):
Pattern extraction (optional — when reusable knowledge surfaced):
Output: verification statement + optional reusable pattern + confidence
Return a consolidated response with sections for each executed phase:
State: [defended/anxious/performing/open] Correction: [protocol applied + result]
Problem statement: [one sentence] Boundaries: [in scope / out of scope]
Lenses used: [...] Findings: [per lens] Collision: [where lenses agree/disagree]
Recommendation: [one sentence] Options: [2-5 with tradeoffs] Evidence: [hierarchy-labeled]
Verification: [facts vs assumptions, confidence] Lessons: [technical / process / coordination] Pattern: [optional — reusable rule or guardrail]
references/lens-library.md — 14 analytical lenses with use casesreferences/bias-inventory.md — cognitive bias referencereferences/artifacts.json — optional structured artifact schemareferences/archetypes.md — reality check (survivability audit) templatereferences/scenarios.md — scenario planning (strategic foresight) templateassets/quick-invoke-template.md — quick-start templateassets/worked-example.md — full worked exampleWhen the situation maps to one of these patterns, start with the named template instead of running the full 5-phase workflow from scratch.
Best for: career, education, business, or life decisions where hidden rules and survivability matter more than optimization.
See references/archetypes.md for the full template with quality bar and output format.
Best for: concrete external signals, thresholds, launches, or policy shifts where the user wants implications under uncertainty.
See references/scenarios.md for the full template with output format and quality bar.