Agent Plugins Marketplace
All plugins

experiment-discipline

v0.3.0

Discipline for evaluation acts: structure an experiment and its write-up so the Methods reconstruct without the conversation and the uncertainty is declared, not hidden — a typed record.yaml across a probe / measurement / decision tier ladder, with every load-bearing rule a script that exits non-zero rather than a line of prose.

Claude Code

By Grimaldo StanzaniLicense: MIT2 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
0 skill or MCP entries
Source updated
Aug 29, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install plugin

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install experiment-discipline@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/grimaldost/craft-collection

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/experiment-discipline/.

Plugin files

plugins/experiment-discipline/
└── .claude-plugin/plugin.json

Plugin manifests1

plugins/experiment-discipline/.claude-plugin/plugin.json
{
  "name": "experiment-discipline",
  "displayName": "Experiment Discipline",
  "version": "0.3.0",
  "description": "Discipline for evaluation acts: structure an experiment and its write-up so the Methods reconstruct without the conversation and the uncertainty is declared, not hidden — a typed record.yaml across a probe / measurement / decision tier ladder, with every load-bearing rule a script that exits non-zero rather than a line of prose.",
  "author": {
    "name": "Grimaldo Stanzani",
    "email": "[email protected]"
  },
  "repository": "https://github.com/grimaldost/craft-collection",
  "license": "MIT",
  "keywords": [
    "experiment",
    "pre-registration",
    "measurement",
    "small-n",
    "evaluation",
    "statistics",
    "rigor"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[experiment-discipline on Agent Plugins Marketplace](https://pluginsmp.com/plugins/experiment-discipline)