bkit Vibecoding Kit - PDCA methodology + Claude Code mastery for AI-native development
# Add to your Claude Code skills
git clone https://github.com/popup-studio-ai/bkit-claude-codePDCA methodology + CTO-Led Agent Teams + AI coding assistant mastery for AI-native development
bkit is a Claude Code plugin that transforms how you build software with AI. It provides structured development workflows, automatic documentation, and intelligent code assistance through the PDCA (Plan-Do-Check-Act) methodology.

Context Engineering is the systematic curation of context tokens for optimal LLM inference—going beyond simple prompt crafting to build entire systems that consistently guide AI behavior.
Traditional Prompt Engineering:
"The art of writing good prompts"
Context Engineering:
"The art of designing systems that integrate prompts, tools, and state
to provide LLMs with optimal context for inference"
bkit is a practical implementation of Context Engineering, providing a systematic context management system for Claude Code.

bkit implements Context Engineering through three interconnected layers:
| Layer | Components | Purpose | |-------|------------|---------| | | 38 Skills | Structured expert knowledge (phases, levels, specialized domains) | | | 36 Agents | Role-based constraints with model selection (opus/sonnet/haiku) | | | 607 Functions | PDCA state machine, workflow engine, automation control, audit, quality gates, intent detection, team coordination |
No comments yet. Be the first to share your thoughts!
Context injection occurs at six distinct layers:
Layer 1: hooks.json (Global) → SessionStart, UserPromptSubmit, PreCompact, PostCompact, PreToolUse, PostToolUse, Stop, StopFailure + 13 more (21 events)
Layer 2: Skill Frontmatter → Domain-specific hooks (deprecated in v1.4.4, use hooks.json)
Layer 3: Agent Frontmatter → Task-specific hooks with constraints
Layer 4: Description Triggers → Semantic matching in 8 languages
Layer 5: Scripts (42 modules) → Actual Node.js execution logic with unified handlers
Layer 6: Plugin Data Backup → ${CLAUDE_PLUGIN_DATA} persistent state management
Learn more: See Context Engineering Principles for detailed implementation.

if conditional field documentation (CC v2.1.85+), Enterprise org policy documentation, CC v2.1.86+ recommended, 52 consecutive compatible releases (v2.1.34~v2.1.86)lib/context/ 7 modules), Self-Healing agent (opus) for automated error recovery, Deploy skill with 3-environment state machine, PDCA Handoff Loss Fix Phase 2+3 (PRD→Code context preservation 30-40% → 75-85%), 11 infrastructure templates (ArgoCD, Terraform, observability), 72 lib modules, 37 skills, 32 agents, 59 scriptslib/core/paths.js), PDCA doc path registry, config cleanup (dead keys removed, missing keys added), state directory migration to .bkit/{state,runtime,snapshots}/, auto-migration with EXDEV fallback, 190 exports.bkit/agent-state.json for Studio IPCoutputStyles in plugin.json + 4th style bkit-pdca-enterprise/pdca skill with 8 actions (plan, design, do, analyze, iterate, report, status, next)