Agent Plugins Marketplace
All plugins

crucible

v0.1.0

A mini-foundry — the build-verify-fix engine without the MCP server or the planning interview. You bring a structured spec (requirement IDs + acceptance criteria); crucible builds it and refuses to let it drift. /crucible:build <spec-file> decomposes the spec into units with DISJOINT file ownership, shows you the split for one approval, then runs a Workflow engine: CAST (parallel deliberate-engineering builders, each handed its unit prompt verbatim, each producing re-executable evidence bound to requirement IDs) -> INSPECT (blind orthogonal verification streams — wiring exists/substantive/wired, spec-before-code assay, and server-side re-execution of every evidence command) -> GRIND (every non-passing verdict is a defect; fix and full-re-inspect, loop until zero or a cycle cap) -> ASSAY (fresh-eyes agents read the spec first, form expectations, then confirm each requirement). Refuses a dirty tree; edits the shared working tree under disjoint ownership; commits per-unit only on your say-so so any unit is one revert away. Drops what needs the heavy machinery: no MCP gates/hashing, no isolated-worktree evidence, no brownfield flow-graph interview. Keeps the load-bearing principles: the engine routes and verifies, it never re-narrates the spec or judges the code itself.

Claude Code

By AlphaBravo2 GitHub starsUpdated yesterday

Directory evidence

Runtimes
Claude Code
Parsed components
0 skill or MCP entries
Source updated
Aug 25, 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 crucible@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/alphabravo-oss/guild

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

Plugin files

plugins/crucible/
└── .claude-plugin/plugin.json

Plugin manifests1

plugins/crucible/.claude-plugin/plugin.json
{
  "name": "crucible",
  "description": "A mini-foundry — the build-verify-fix engine without the MCP server or the planning interview. You bring a structured spec (requirement IDs + acceptance criteria); crucible builds it and refuses to let it drift. /crucible:build <spec-file> decomposes the spec into units with DISJOINT file ownership, shows you the split for one approval, then runs a Workflow engine: CAST (parallel deliberate-engineering builders, each handed its unit prompt verbatim, each producing re-executable evidence bound to requirement IDs) -> INSPECT (blind orthogonal verification streams — wiring exists/substantive/wired, spec-before-code assay, and server-side re-execution of every evidence command) -> GRIND (every non-passing verdict is a defect; fix and full-re-inspect, loop until zero or a cycle cap) -> ASSAY (fresh-eyes agents read the spec first, form expectations, then confirm each requirement). Refuses a dirty tree; edits the shared working tree under disjoint ownership; commits per-unit only on your say-so so any unit is one revert away. Drops what needs the heavy machinery: no MCP gates/hashing, no isolated-worktree evidence, no brownfield flow-graph interview. Keeps the load-bearing principles: the engine routes and verifies, it never re-narrates the spec or judges the code itself.",
  "version": "0.1.0",
  "author": {
    "name": "AlphaBravo"
  }
}

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

[crucible on Agent Plugins Marketplace](https://pluginsmp.com/plugins/crucible)