devbook-procedures
v1.9.0The five procedures every repository has and no plugin can write: start — how its application comes up; show — how the feature being built is put in front of a reviewer, running and with evidence; capture — how evidence is taken; debug — how a cause is found inside the running application, breakpoints included, without handing the debugger to a person; estimate — how work is sized in story points against the repository's own finished work. Each lands as one editable copy under .agents/skills/ with a managed wrapper per host that carries the fixed goal: the goal is the plugin's and refreshes on upgrade, the procedure is the repository's and is never overwritten once edited. Two skills, init and update, keyed by components.devbook-procedures.adopted in .devbook/config.json. An L1 extension over devbook: it follows devbook's reconcile protocol and stamp, and names no engine.
By Job SchepersLicense: MIT0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 26, 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 devbook-procedures for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install devbook-procedures@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/JSdotNet/devbookClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/devbook-procedures/.
Plugin files
├── .claude-plugin/plugin.json├── skills/init/SKILL.md└── skills/update/SKILL.md
Included Skills2
Write the repository-owned procedure skills — start, show, capture, debug, estimate — into a repository for the first time, each as one editable copy under .agents/skills/ with a managed wrapper per host carrying the fixed goal, and stamp them under components.devbook-procedures in .devbook/config.json. Refused where that stamp already exists: run devbook-procedures:update. Use when: adopting devbook-procedures. Triggers on: "devbook-procedures init", "install devbook-procedures", "seed the start skill", "seed the show skill", "seed the capture skill", "seed the debug skill", "seed the estimate skill".
Move a repository's procedure skills — start, show, capture, debug, estimate — forward after upgrading devbook-procedures or changing which are adopted: refresh every wrapper and every body that still hashes to a shipped seed, seed a newly adopted procedure, orphan a dropped one, and re-stamp components.devbook-procedures. Refused where no stamp exists: run devbook-procedures:init. Use when: upgrading devbook-procedures, a start, show, capture, debug, or estimate skill is missing, or the adopted list changed. Triggers on: "devbook-procedures update", "update devbook-procedures", "upgrade devbook-procedures", "adopt the debug skill", "adopt the estimate skill", "drop the show skill".
Plugin manifests1
{
"name": "devbook-procedures",
"version": "1.9.0",
"description": "The five procedures every repository has and no plugin can write: start — how its application comes up; show — how the feature being built is put in front of a reviewer, running and with evidence; capture — how evidence is taken; debug — how a cause is found inside the running application, breakpoints included, without handing the debugger to a person; estimate — how work is sized in story points against the repository's own finished work. Each lands as one editable copy under .agents/skills/ with a managed wrapper per host that carries the fixed goal: the goal is the plugin's and refreshes on upgrade, the procedure is the repository's and is never overwritten once edited. Two skills, init and update, keyed by components.devbook-procedures.adopted in .devbook/config.json. An L1 extension over devbook: it follows devbook's reconcile protocol and stamp, and names no engine.",
"author": {
"name": "Job Schepers"
},
"license": "MIT",
"keywords": [
"devbook",
"procedures",
"start",
"show",
"capture",
"debug",
"estimate",
"skills",
"init",
"update"
],
"dependencies": [
{
"name": "devbook",
"version": ">=1.0.0 <2.0.0",
"marketplace": "jsdotnet-devbook"
}
]
}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.
[devbook-procedures on Agent Plugins Marketplace](https://pluginsmp.com/plugins/devbook-procedures)