bootstrap-workflow-agents
v2.7.7Seven team delivery skills, proportional independent review, and bounded safe publication.
By David KimLicense: MIT1 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex
- 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-agents for Codex
codex plugin marketplace add davekim917/bootstrap
codex plugin marketplace upgrade davekim917-bootstrap
codex plugin add bootstrap-workflow-agents@davekim917-bootstrapPaste and run these commands in a terminal with Codex. They add and refresh the davekim917-bootstrap catalog, then install this plugin.
Compatibility: the page URL and API slug “bootstrap-workflow-agents” remain stable.
- Codex:
bootstrap-workflow-agents@agent-plugin-marketplace→bootstrap-workflow-agents@davekim917-bootstrap
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-agents/.
Plugin files
├── .codex-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-agents",
"version": "2.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": [
"codex",
"opencode",
"workflow",
"team",
"plan",
"skills",
"review",
"cross-model"
],
"skills": "./skills/",
"hooks": "./hooks/workflow-hooks.json",
"interface": {
"displayName": "Bootstrap Agent Workflow",
"shortDescription": "Codex-native delivery workflow skills",
"longDescription": "A coordinator handles logistics while one retained sub-agent investigates, builds, tests and repairs; independent review and existing publication gates remain.",
"developerName": "David Kim",
"category": "Coding",
"capabilities": [
"Interactive",
"Write"
],
"websiteURL": "https://github.com/davekim917/bootstrap",
"defaultPrompt": [
"Run the team workflow for this feature.",
"Create the smallest complete plan and run its cross-model review.",
"Review the approved plan and current implementation diff."
],
"brandColor": "#111827"
}
}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-agents on Agent Plugins Marketplace](https://pluginsmp.com/plugins/bootstrap-workflow-agents)