1---2name: bkit3description: bkit plugin help - list available functions including /pdca (9-phase feature cycle), /sprint (8-phase feature container, v2.1.13), /control (Trust L0-L4 + SPRINT_AUTORUN_SCOPE), /bkit-explore, and 40+ specialized skills. Use "/bkit" or "bkit help". Triggers: bkit help, bkit functions, show bkit commands, bkit command list4---56# bkit — AI Native Development OS78**Version**: 2.1.5 | **38 Skills** | **36 Agents** | **2 MCP Servers** | **4 Output Styles**910## Quick Start1112Type `/bkit` or `bkit help` to see this guide.1314---1516## Available Skills by Category1718### PDCA Lifecycle (Core)19| Skill | Description |20|-------|-------------|21| `/pdca [action] [feature]` | Unified PDCA cycle — plan, design, do, analyze, iterate, report |22| `/pdca-batch` | Manage multiple PDCA features and batch operations |23| `/plan-plus [feature]` | Brainstorming-enhanced planning with intent discovery and YAGNI review |24| `/rollback` | PDCA checkpoints — create, list, restore for safe recovery |2526### Development Pipeline (9 Phases)27| Phase | Skill | Description |28|-------|-------|-------------|29| 1 | `/phase-1-schema` | Define terminology, data structures, entities |30| 2 | `/phase-2-convention` | Coding rules, conventions, standards |31| 3 | `/phase-3-mockup` | UI/UX mockups and HTML/CSS/JS prototypes |32| 4 | `/phase-4-api` | Backend API design and implementation |33| 5 | `/phase-5-design-system` | Platform-independent design systems |34| 6 | `/phase-6-ui-integration` | Frontend UI and backend API integration |35| 7 | `/phase-7-seo-security` | SEO and security hardening |36| 8 | `/phase-8-review` | Architecture consistency and quality verification |37| 9 | `/phase-9-deployment` | CI/CD pipelines, deployment strategies |38| — | `/development-pipeline` | Complete pipeline guide (all 9 phases) |3940### Quality & Review41| Skill | Description |42|-------|-------------|43| `/code-review` | Code quality analysis, bug detection, best practices |44| `/qa-phase` | QA test planning, generation, execution (L1-L5) |45| `/zero-script-qa` | Test without scripts using JSON logging + Docker |46| `/audit` | Audit logs, decision traces, session history |4748### Project Initialization49| Skill | Description |50|-------|-------------|51| `/starter` | Static web (HTML/CSS/JS, Next.js App Router) — beginners |52| `/dynamic` | Fullstack with bkend.ai BaaS — auth, DB, API |53| `/enterprise` | Microservices, K8s, Terraform, AI Native methodology |5455### Backend Integration (bkend.ai)56| Skill | Description |57|-------|-------------|58| `/bkend-quickstart` | MCP setup, resource hierarchy, first project |59| `/bkend-data` | CRUD, column types, filtering, sorting, relations |60| `/bkend-auth` | Email/social login, JWT, RBAC, session management |61| `/bkend-storage` | File upload (presigned URL), download (CDN), buckets |62| `/bkend-cookbook` | Project tutorials and error troubleshooting |6364### Advanced Features65| Skill | Description |66|-------|-------------|67| `/control` | Automation level (L0-L4), trust score, guardrails |68| `/deploy` | Deploy feature to dev/staging/prod with level-based strategy |69| `/btw` | Collect improvement suggestions during work |70| `/skill-create` | Create project-local skills interactively |71| `/skill-status` | Show loaded skill inventory and conflicts |7273### Platform Skills74| Skill | Description |75|-------|-------------|76| `/desktop-app` | Electron and Tauri cross-platform desktop apps |77| `/mobile-app` | React Native, Flutter, Expo cross-platform mobile |7879### PM & Team80| Skill | Description |81|-------|-------------|82| `/pm-discovery` | PM Agent Team — product discovery, strategy, PRD |83| `/cc-version-analysis` | CC CLI version upgrade impact analysis |8485### Learning & Reference86| Skill | Description |87|-------|-------------|88| `/claude-code-learning` | Claude Code configuration, tips, workflows |89| `/bkit-rules` | Core PDCA methodology, quality standards |90| `/bkit-templates` | PDCA document templates |91| `/bkit` | This help guide |9293---9495## MCP Servers9697| Server | Tools | Description |98|--------|-------|-------------|99| `bkit-pdca` | 8 tools | PDCA status, feature CRUD, metrics, document read |100| `bkit-analysis` | 5 tools | Audit search, checkpoint management, code quality, gap analysis |101102---103104## Output Styles105106| Style | Best For |107|-------|----------|108| `bkit-concise` | Quick tasks, minimal output |109| `bkit-standard` | Default balanced output |110| `bkit-detailed` | Complex features, full context |111| `bkit-report` | PDCA reports, formal documentation |112113Use `/config output-style [style]` to switch.114115---116117## Agent Teams118119- **CTO Team**: Led by `cto-lead` agent with specialized sub-agents120- **PM Team**: Led by `pm-discovery` with 4 PM analysis agents121- Requires: `CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1`122123---124125## Quick Commands126127```128/pdca plan my-feature # Start planning129/pdca design my-feature # Create design doc130/pdca do my-feature # Implementation phase131/pdca analyze my-feature # Gap analysis132/pdca report my-feature # Generate report133/control status # Check automation level134/audit recent # View recent audit logs135/btw "improvement idea" # Capture suggestion136```