bootstrap-workflow
v5.7.7Seven team delivery skills, proportional independent review, and bounded safe publication.
By David KimLicense: MIT1 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 7 skill or MCP entries
- Source updated
- Sep 24, 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 bootstrap-workflow for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install bootstrap-workflow@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/davekim917/bootstrapClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/workflow/.
Plugin files
├── .claude-plugin/plugin.json├── skills/team-auto/SKILL.md├── skills/team-build/SKILL.md├── skills/team-debug/SKILL.md├── skills/team-plan/SKILL.md├── skills/team-retro/SKILL.md├── skills/team-review/SKILL.md└── skills/team-ship/SKILL.md
Included Skills7
Carry authorized work through bounded build, review and safe publication.
Build, test and repair authorized work in one retained sub-agent session.
Diagnose failures and verify a bounded root-cause fix.
Ground a minimal technical plan and review consequential decisions.
Capture observed outcomes and one-week workflow measurements when requested.
Review plans or implementation with independent context and source-backed findings.
Validate evidence and publish within existing authority and safety gates.
Plugin manifests1
{
"name": "bootstrap-workflow",
"version": "5.7.7",
"description": "Seven team delivery skills, proportional independent review, and bounded safe publication.",
"author": {
"name": "David Kim"
},
"repository": "https://github.com/davekim917/bootstrap",
"license": "MIT",
"keywords": [
"workflow",
"team",
"plan",
"review",
"cross-model",
"skills",
"hooks"
],
"skills": [
"./skills"
],
"hooks": "./hooks/workflow-hooks.json"
}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.
[bootstrap-workflow on Agent Plugins Marketplace](https://pluginsmp.com/plugins/bootstrap-workflow)