Reality Check

v1.0.0

Prevent bad strategic decisions by surfacing assumptions, testing feasibility, and exposing critical flaws before execution.

0· 19·0 current·0 all-time
byMauricio Z. Filho@mzfshark

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for mzfshark/reality-check.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Reality Check" (mzfshark/reality-check) from ClawHub.
Skill page: https://clawhub.ai/mzfshark/reality-check
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Canonical install target

openclaw skills install mzfshark/reality-check

ClawHub CLI

Package manager switcher

npx clawhub@latest install reality-check
Security Scan
Capability signals
Crypto
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name, description, and runtime instructions all describe the same capability (surfacing assumptions, proposing tests, scoring viability). The skill requires no binaries, credentials, or config paths — consistent with a lightweight analytical helper.
Instruction Scope
SKILL.md steps are limited to identifying assumptions, proposing tests, assessing impact, and producing a score/recommendation. The instructions do not direct the agent to read files, access external endpoints, or harvest environment data. The only open behavior is 'extract assumptions' when not provided, which is reasonable for this task.
Install Mechanism
There is no install spec and no code files — the skill is instruction-only, so nothing is written to disk or fetched at install time.
Credentials
The skill declares no required environment variables, credentials, or config paths. There is no disproportionate request for secrets or unrelated service access.
Persistence & Privilege
The skill is not marked always:true and uses normal autonomous invocation defaults. It does not request persistent system-level privileges or attempt to modify other skills' configurations.
Assessment
This skill appears coherent and low-risk because it is instruction-only and asks for no external credentials or installs. Before relying on its outputs: (1) treat viability scores and recommendations as advisory, not definitive—verify critical conclusions with humans, especially for legal/financial decisions; (2) test the skill on low-risk/example ideas to confirm the style and thoroughness of the extracted assumptions/tests; (3) avoid submitting sensitive secrets or private data into the prompts; and (4) note the source is 'Morpheus' / unknown registry metadata—if provenance matters for your use case, verify author/trust independently.

Like a lobster shell, security has layers — review code before you run it.

devvk9737fzbawbm11ghbc352760a985f4djlatestvk9737fzbawbm11ghbc352760a985f4dj
19downloads
0stars
1versions
Updated 5h ago
v1.0.0
MIT-0

SKILL: reality-check

Purpose

Prevent bad strategic decisions by forcing assumptions into the open, testing them, and ranking feasibility before commitment.

When to Use

  • A plan sounds good but may be fragile or unrealistic
  • The user is optimistic without evidence
  • A decision has meaningful downside risk

Inputs

  • idea (required): the proposed plan/decision
  • assumptions (optional): stated assumptions; if missing, Morpheus must extract them

Steps

  1. List assumptions (explicit + implicit).
  2. For each assumption:
    • define what would make it true/false
    • define the cheapest test/experiment
    • define failure impact if wrong
  3. Identify the weakest links (highest impact × lowest evidence).
  4. Evaluate feasibility:
    • resources/time
    • constraints/governance
    • reversibility
  5. Produce:
    • viability score (0–100)
    • critical flaws
    • recommendation (proceed / revise / stop)
  6. Provide the next 1–3 validation steps.

Validation

  • Assumptions are explicit and testable.
  • Claims are labeled as evidence vs hypothesis.
  • Recommendation follows the evidence, not optimism.

Output

  • viability_score (0–100)
  • critical_flaws
  • recommendation
  • next_steps

Safety Rules

  • Prioritize truth over optimism.
  • No financial guarantees or claims of certainty without evidence.

Example

Idea: “Launch a new token feature in 48h.” Output: viability 35/100; critical flaw: no governance approval + no test coverage; next steps: scope reduction + emergency review + paper validation.

Comments

Loading comments...