superstition-verification

Verify superstition entries in community-docs/superstitions/ with evidence assessment and Playwright tests.

9|10|Updated Nov 15, 2025
One-click install
npx skills add https://github.com/jkomoros/community-patterns --skill superstition-verification
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: superstition-verification
Source: https://github.com/jkomoros/community-patterns/tree/main/.claude/skills/superstition-verification
Command: npx skills add https://github.com/jkomoros/community-patterns --skill superstition-verification

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Superstitions are observations that may be No longer relevant, Has limitations, or Actually confirmed. This workflow tests each superstition and creates documentation for framework author review.

Core Features & Use Cases

  • Select a Superstition: Pick from VERIFICATION-LOG.md for the oldest unverified superstition.
  • Assess Evidence Weight: Read metadata to determine how strong the evidence is.
  • Read & Understand: Understand the claim, context, and original patterns.
  • Investigate: Use docs, code, and community knowledge to assess the superstition.
  • Create Minimal Repro: Create a minimal repro under community-docs/superstitions/repros.
  • Deploy & Test: Deploy and test the repro to verify the behavior.
  • Find & Clean Up Original Patterns: Before disconfirming, ensure original patterns without workarounds.

Quick Start

From VERIFICATION-LOG.md, pick the oldest unverified superstition and begin the verification workflow.

Frequently Asked Questions about superstition-verification

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I systematically verify framework superstitions with documentation?

Superstition verification systematically tests observations that may be outdated, limited, or confirmed. The workflow selects unverified superstitions from logs, assesses evidence weight, creates minimal repros using Playwright, deploys and tests them, and produces framework-author-reviewed verification documentation for each claim.

What's the process for creating a minimal repro to test a superstition?

Create a minimal repro under community-docs/superstitions/repros that isolates the superstition claim. Deploy and test it with Playwright to confirm or disconfirm the behavior, then document findings before cleanup of original patterns for framework author review.

How do I assess evidence weight before verifying a superstition?

Read the superstition's metadata and context to determine evidence strength. Investigate using documentation, code inspection, and community knowledge to understand the claim, then decide whether the superstition is no longer relevant, has limitations, or is actually confirmed.

Can I use Playwright to test superstition claims in my framework documentation workflow?

Yes. Playwright executes test deployments of minimal repros to verify superstition behavior. Test results and verification logs are generated for framework authors to review before disconfirmation or confirmation is documented.

What cleanup is required before disconfirming a superstition?

Before disconfirming, locate and clean up the original patterns without workarounds. This ensures the disconfirmation is based on current behavior and framework-author review can validate the pattern cleanup is complete and accurate.

Where do I find unverified superstitions to start the verification workflow?

Unverified superstitions are listed in VERIFICATION-LOG.md. Select the oldest unverified entry to begin the systematic verification workflow, assessing evidence weight and creating minimal repros as needed.