bend-spec
v0.3.0Spec-first work for Bend projects traced by bolt (ez, bolt, eztoml, ezhttp, ezjson, snap, shake): bringing a project under spec, and adding features to one that is.
By Emerging Patterns0 GitHub starsUpdated yesterday
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 23, 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 bend-spec for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install bend-spec@agent-plugin-marketplacePaste 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/Emerging-Patterns/skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/bend-spec/.
Plugin files
├── .claude-plugin/plugin.json├── skills/analyze-specify-prove/SKILL.md└── skills/spec-first-feature/SKILL.md
Included Skills2
Bring an existing Bend project (or a large area of one) under a machine-checked spec, the way ez and bolt were. Audit what its laws, tests and docs actually prove against the code and the real binary, write the RFC and SPEC.md with two levels (Proved and Trusted), settle the behavior changes with the maintainer, then roll out quantified laws across many PRs, fixing the real bugs found along the way, until bolt's `trace` checks SPEC.md against the laws and the headline guarantees are proved. Use this whenever the spec, the laws and the behavior of a repo disagree or nobody knows what is proved, for requests like "bring eztoml under spec", "audit the laws in snap", "our tests don't catch anything", "fix this repo's spec", "make shake's guarantees provable", "spec overhaul", "most of these laws are closed", "write an RFC for what X guarantees", or "put the rest of ez's commands in planner form". For adding one feature to a project that already has a trustworthy SPEC.md, use spec-first-feature instead.
Add or change behavior in a Bend project that keeps a SPEC.md traced by bolt (ez, bolt, and siblings such as eztoml, ezhttp, ezjson, snap, shake) the spec-first way. The SPEC.md requirement row comes first, then a quantified law in LAWS.bend, the proof in PROOF.bend, the tag and status flip, and a clean proof gate plus bolt `trace` run. Use this whenever the task is a new command, flag, lint rule, library function or guarantee, a change to what an existing one does, or a fix for a bug where the program decided the wrong thing, in any repo with SPEC.md and LAWS.bend/PROOF.bend files. Use it even when the user only says "add X to ez", "new bolt rule for Y" or "fix ez add fetching a relative path from the wrong directory", without mentioning specs or laws.
Plugin manifests1
{
"name": "bend-spec",
"version": "0.3.0",
"description": "Spec-first work for Bend projects traced by bolt (ez, bolt, eztoml, ezhttp, ezjson, snap, shake): bringing a project under spec, and adding features to one that is.",
"author": {
"name": "Emerging Patterns"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[bend-spec on Agent Plugins Marketplace](https://pluginsmp.com/plugins/bend-spec)