Agent Plugins Marketplace
All plugins

bootstrap-workflow

v5.7.7

Seven team delivery skills, proportional independent review, and bounded safe publication.

Claude Code7 Skills

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

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install bootstrap-workflow@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/davekim917/bootstrap

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

Plugin files

plugins/workflow/
├── .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

team-autoskills/team-auto/SKILL.md

Carry authorized work through bounded build, review and safe publication.

team-buildskills/team-build/SKILL.md

Build, test and repair authorized work in one retained sub-agent session.

team-debugskills/team-debug/SKILL.md

Diagnose failures and verify a bounded root-cause fix.

team-planskills/team-plan/SKILL.md

Ground a minimal technical plan and review consequential decisions.

team-retroskills/team-retro/SKILL.md

Capture observed outcomes and one-week workflow measurements when requested.

team-reviewskills/team-review/SKILL.md

Review plans or implementation with independent context and source-backed findings.

team-shipskills/team-ship/SKILL.md

Validate evidence and publish within existing authority and safety gates.

Plugin manifests1

plugins/workflow/.claude-plugin/plugin.json
{
  "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"
}

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)