wyrd

Validate design hypotheses against codebase results and rejection history.

2|Updated Jan 2, 2026
One-click install
npx skills add https://github.com/0xHoneyJar/rune --skill wyrd
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: wyrd
Source: https://github.com/0xHoneyJar/rune/tree/main/.claude/skills/wyrd
Command: npx skills add https://github.com/0xHoneyJar/rune --skill wyrd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the problem of validating design hypotheses by tracking outcomes and updating confidence through closed-loop learning against codebase results and rejection history.

Core Features & Use Cases

  • Show current confidence state with /wyrd.
  • Calibrate from rejection history to adjust predictions.
  • Validate a hypothesis file against the codebase with /wyrd test hypothesis.md.
  • Learn and extract patterns from recent rejections to improve future hypotheses.
  • Integrate with grimoires to store confidence and patterns.

Quick Start

  • /wyrd
  • /wyrd calibrate
  • /wyrd test hypothesis.md
  • /wyrd learn

Frequently Asked Questions about wyrd

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

FAQPage Schema
How do I validate design hypotheses against a codebase?▼

Validate design hypotheses against a codebase by testing a hypothesis file to track outcomes and update confidence through closed-loop testing. This process uses rejection history and learning signals to drive continuous improvement.

What is closed-loop learning from codebase rejection history?▼

Closed-loop learning from codebase rejection history is the process of tracking outcomes and updating confidence. It calibrates predictions by extracting patterns from recent rejections to improve future design hypotheses.

How do I calibrate confidence levels from codebase rejection history?▼

Calibrate confidence levels from codebase rejection history by running a calibration command that adjusts predictions. This updates your current confidence state based on past rejection outcomes and learning signals.

Can I extract patterns from recent codebase rejections to improve future hypotheses?▼

Yes, you can extract patterns from recent codebase rejections to improve future hypotheses. The learning feature analyzes rejection history to identify patterns, updating confidence and storing results in integrated grimoires.

Do I need a specific file format to test a hypothesis against my codebase?▼

Yes, you need a markdown hypothesis file format to test against your codebase. You validate your design hypotheses by passing the specific file path to the test command for closed-loop tracking.

Why does my design hypothesis confidence state need continuous calibration?▼

Your design hypothesis confidence state needs continuous calibration to account for new rejection history and learning signals. Adjusting predictions ensures your confidence levels accurately reflect current codebase realities.