By davekim917
Structured team workflow: brief → design → review → plan → build → qa → ship. Includes safety hooks, quality hooks, and specialized agents.
PROACTIVE design reviewer for significant features. MUST BE USED for new database tables, API routes, dependencies, config changes, or changes affecting >3 files. Use BEFORE code is written. Examples: - "Add user notifications" → architecture-advisor (new table + API) - "Integrate Stripe payments" → architecture-advisor (external service) - "Add OAuth login" → architecture-advisor (auth flow change) - "Refactor the data layer" → architecture-advisor (multi-file change)
Expert code review specialist. Reviews code for quality, security, and maintainability. Use PROACTIVELY after writing or modifying code. Examples: - "Review my changes" → code-review-specialist - "Is this code ready to commit?" → code-review-specialist - "Check this implementation" → code-review-specialist - "Review before I push" → code-review-specialist
MUST BE USED for product-engineering translation, scope negotiations, and requirement definition. ALWAYS invoke for feature prioritization, MVP scoping, and acceptance criteria. Use PROACTIVELY as the bridge between user needs and technical implementation. Examples: - "What should the MVP include?" → cpo-advisor - "How do we prioritize these features?" → cpo-advisor - "Define acceptance criteria for X" → cpo-advisor - "Is this scope reasonable?" → cpo-advisor - "What's the user story for this?" → cpo-advisor - "Should we cut scope or extend timeline?" → cpo-advisor
MUST BE USED for technology strategy, architectural decisions, and executive-level technical guidance. ALWAYS invoke for tech stack evaluations, strategic planning, and cross-team coordination decisions. Use PROACTIVELY for high-level technical leadership tasks. Examples: - "Should we adopt microservices?" → cto-advisor - "Evaluate our technology stack" → cto-advisor - "Plan our engineering roadmap" → cto-advisor - "Assess technical risks" → cto-advisor - "Design team structure" → cto-advisor - "Make vs buy decision" → cto-advisor
Performance specialist focusing on database queries, N+1 issues, caching, and optimization. Use PROACTIVELY when touching data access code. Examples: - "Review query performance" → performance-analyzer - "Check for N+1 issues" → performance-analyzer - "Optimize this endpoint" → performance-analyzer - "Review database access" → performance-analyzer - "Check caching strategy" → performance-analyzer
Invoke to crystallize requirements for a non-trivial feature. Produces a structured brief at .context/specs/<feature>/brief.md. Do NOT write briefs manually — this skill has a specific process, file structure, and approval gate that only load when invoked.
Invoke after /team-plan is approved. Spawns parallel builder agents from the approved plan. Do NOT coordinate builds manually — this skill has drift checks, context isolation, and validation gates that only load when invoked.
Systematic debugging methodology. Iron law: no fixes without root cause investigation first. Five-phase process: investigate, analyze patterns, test hypothesis, implement fix, architecture check. Includes rationalization resistance and escalation protocol. Apply during /team-build failures and bug reports.
Invoke after /team-brief is approved. Produces a design document at .context/specs/<feature>/design.md. Do NOT write design docs manually — this skill has constraint analysis, option evaluation, and a research process that only load when invoked.
Mechanized drift detection between two documents. Extracts all claims from a source-of-truth, verifies each claim against a target using up to three independent agents (Claude, Codex, Gemini), classifies mismatches by severity. Use after /team-build (plan vs implementation), between workflow stages (design vs brief), or whenever a document claims to reflect another. BOUNDARY: Only the two documents under comparison — no external context, no CLAUDE.md, no project skills.
Executes bash commands
Hook triggers when Bash tool is used
Modifies files
Hook triggers on file write and edit operations
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Uses power tools
Uses power tools
Uses Bash, Write, or Edit tools
Uses Bash, Write, or Edit tools
A portable agent environment for Claude Code. Four independent plugins — install what you need.
Built for my own use, shared in case it's useful to others.
| Plugin | What it provides |
|---|---|
bootstrap-workflow | Team workflow skills (brief → design → review → plan → build → qa → ship), safety/quality hooks, specialized agents |
bootstrap-domain | Domain expertise skills for software engineering, data, analytics, AI, and finance |
bootstrap-commands | Codebase analysis commands that generate CLAUDE.md, project skills, and AI dev setup |
bootstrap-tools | Tool integration skills for CLI tools (Cortex Code, and more) |
Add the marketplace, then install the plugins you want:
/plugin marketplace add davekim917/bootstrap
Install only what you need:
/plugin install bootstrap-workflow@davekim917-bootstrap # team workflow + hooks + agents
/plugin install bootstrap-domain@davekim917-bootstrap # domain skills only
/plugin install bootstrap-commands@davekim917-bootstrap # bootstrap commands only
/plugin install bootstrap-tools@davekim917-bootstrap # tool integration skills
jq (for shell hooks — brew install jq on macOS)13 team-* skills, 6 agents, safety/quality hooks.
| Skill | Purpose |
|---|---|
/team-brief | Extract structured requirements from fuzzy ideas |
/team-design | First-principles design with constraint analysis |
/team-review | Adversarial multi-model design review |
/team-plan | Atomic task decomposition with exact file paths and test cases |
/team-build | Parallel build with coordinated builder agents |
/team-qa | 5-check validation pipeline (denoise, style, docs, security, perf) |
/team-ship | Branch lifecycle and merge/PR options |
/team-tdd | Test-driven development enforcement |
/team-debug | Root-cause-first debugging methodology |
/team-drift | Mechanized drift detection between any two documents |
/team-retro | Post-ship learning capture |
/team-verification-before-completion | Evidence-based completion claims |
/team-receiving-review-feedback | Protocol for processing review findings |
Specialized subagents invoked by workflow skills:
architecture-advisor — architectural review and design feedbackcode-review-specialist — code quality and convention reviewcpo-advisor — product strategy and prioritizationcto-advisor — strategic technical decisionsperformance-analyzer — performance issue detectionsecurity-reviewer — security vulnerability reviewSafety (PreToolUse):
Quality (PostToolUse):
Lifecycle (SessionStart):
For a non-trivial feature:
/team-brief → /team-design → /team-review → /team-plan → /team-build → /team-qa → /team-ship
For smaller work with clear requirements, skip to /team-design → /team-plan → /team-build.
For trivial fixes, skip the workflow entirely.
8 domain expertise skills — loaded contextually based on your project:
software-engineering — TypeScript, React, Node.js, APIs, testinganalytics-engineering — dbt, SQL modeling, data transformationanalytics — dashboards, metrics, BI toolsdata-engineering — pipelines, orchestration, data qualitydata-science — notebooks, ML, feature engineeringai-integration — LLM APIs, prompt engineering, RAG, agentsfinancial-analytics — GL modeling, reconciliation, regulatory reportingjony-ive — premium UI/UX design audit and refinement7 commands for bootstrapping AI-assisted development in any codebase:
| Command | Purpose |
|---|---|
/bootstrap | Orchestrator — guides you through the full sequence |
/bootstrap-discovery | Stage 1: Analyze codebase patterns and architecture |
/bootstrap-config | Stage 2: Generate CLAUDE.md and AGENTS.md |
/bootstrap-skills | Stage 3: Generate project-specific skills |
/bootstrap-domain | Stage 4: Generate domain-specific skills |
/bootstrap-audit | Stage 5: Audit and reconcile all artifacts |
/bootstrap-complete | Stage 6: Final cleanup and validation |
Also includes the skill-developer utility skill for creating new skills.
npx claudepluginhub davekim917/bootstrap --plugin bootstrap-workflowTool integration skills for CLI tools with specialized invocation patterns — Cortex Code, and more.
Domain expertise skills: software engineering, data engineering, analytics, data science, AI/LLM integration, financial analytics, and UI/UX design.
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.