regimen-demonstrate

Produces .regimen files documenting setup, actions, outcomes from feature verification runs.

223|15|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/fulcrumresearch/druids --skill regimen-demonstrate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: regimen-demonstrate
Source: https://github.com/fulcrumresearch/druids/tree/main/.claude/skills/regimen-demonstrate
Command: npx skills add https://github.com/fulcrumresearch/druids --skill regimen-demonstrate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The phase-driven process helps teams verify that a feature works by interacting with a live system and then captures a reproducible regimen describing the steps to reproduce the verification.

Core Features & Use Cases

  • Demonstrates feature behavior by performing real interactions with a running system.
  • Generates a regimen file at .regimen/<name>.md that documents setup, actions, observations, and outcomes for repeatability.
  • Supports handoff to judges or automated QA by providing a clear, testable verification plan.

Quick Start

Start the system, demonstrate the feature, and save the resulting regimen document describing what you did and how to repeat it.

Frequently Asked Questions about regimen-demonstrate

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

FAQPage Schema
How do I generate a reproducible verification log for a live system?

Reproducing feature verification requires demonstrating interactions on a running system and saving the captured setup, actions, observations, and outcomes into a structured regimen file.

What is a regimen file used for in feature verification?

A regimen file documents feature verification steps in a live environment, providing a testable plan that can be handed off to human judges or automated QA for repeatability.

How do I document feature demonstrations for QA handoff?

Documenting feature demonstrations for QA handoff requires interacting with a live system, completing a successful demonstration pass, and recording the verification steps in a markdown regimen file.

Do I need a running system to create a feature verification regimen?

Yes, a running system is required to create a feature verification regimen, because the process depends on performing real interactions and validating behavior in a live environment.

What should a reproducible feature verification document include?

A reproducible feature verification document should include the system setup, performed actions, observed behaviors, and final outcomes to ensure the demonstration can be repeated by judges or QA.