skills/bkit/SKILL.md
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, functions, 도움말, 기능, ヘルプ, 帮助, ayuda, aide, Hilfe, aiuto.
npx skillsauth add popup-studio-ai/bkit-claude-code bkitInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Version: 2.1.5 | 38 Skills | 36 Agents | 2 MCP Servers | 4 Output Styles
Type /bkit or bkit help to see this guide.
| Skill | Description |
|-------|-------------|
| /pdca [action] [feature] | Unified PDCA cycle — plan, design, do, analyze, iterate, report |
| /pdca-batch | Manage multiple PDCA features and batch operations |
| /plan-plus [feature] | Brainstorming-enhanced planning with intent discovery and YAGNI review |
| /rollback | PDCA checkpoints — create, list, restore for safe recovery |
| Phase | Skill | Description |
|-------|-------|-------------|
| 1 | /phase-1-schema | Define terminology, data structures, entities |
| 2 | /phase-2-convention | Coding rules, conventions, standards |
| 3 | /phase-3-mockup | UI/UX mockups and HTML/CSS/JS prototypes |
| 4 | /phase-4-api | Backend API design and implementation |
| 5 | /phase-5-design-system | Platform-independent design systems |
| 6 | /phase-6-ui-integration | Frontend UI and backend API integration |
| 7 | /phase-7-seo-security | SEO and security hardening |
| 8 | /phase-8-review | Architecture consistency and quality verification |
| 9 | /phase-9-deployment | CI/CD pipelines, deployment strategies |
| — | /development-pipeline | Complete pipeline guide (all 9 phases) |
| Skill | Description |
|-------|-------------|
| /code-review | Code quality analysis, bug detection, best practices |
| /qa-phase | QA test planning, generation, execution (L1-L5) |
| /zero-script-qa | Test without scripts using JSON logging + Docker |
| /audit | Audit logs, decision traces, session history |
| Skill | Description |
|-------|-------------|
| /starter | Static web (HTML/CSS/JS, Next.js App Router) — beginners |
| /dynamic | Fullstack with bkend.ai BaaS — auth, DB, API |
| /enterprise | Microservices, K8s, Terraform, AI Native methodology |
| Skill | Description |
|-------|-------------|
| /bkend-quickstart | MCP setup, resource hierarchy, first project |
| /bkend-data | CRUD, column types, filtering, sorting, relations |
| /bkend-auth | Email/social login, JWT, RBAC, session management |
| /bkend-storage | File upload (presigned URL), download (CDN), buckets |
| /bkend-cookbook | Project tutorials and error troubleshooting |
| Skill | Description |
|-------|-------------|
| /control | Automation level (L0-L4), trust score, guardrails |
| /deploy | Deploy feature to dev/staging/prod with level-based strategy |
| /btw | Collect improvement suggestions during work |
| /skill-create | Create project-local skills interactively |
| /skill-status | Show loaded skill inventory and conflicts |
| Skill | Description |
|-------|-------------|
| /desktop-app | Electron and Tauri cross-platform desktop apps |
| /mobile-app | React Native, Flutter, Expo cross-platform mobile |
| Skill | Description |
|-------|-------------|
| /pm-discovery | PM Agent Team — product discovery, strategy, PRD |
| /cc-version-analysis | CC CLI version upgrade impact analysis |
| Skill | Description |
|-------|-------------|
| /claude-code-learning | Claude Code configuration, tips, workflows |
| /bkit-rules | Core PDCA methodology, quality standards |
| /bkit-templates | PDCA document templates |
| /bkit | This help guide |
| Server | Tools | Description |
|--------|-------|-------------|
| bkit-pdca | 8 tools | PDCA status, feature CRUD, metrics, document read |
| bkit-analysis | 5 tools | Audit search, checkpoint management, code quality, gap analysis |
| Style | Best For |
|-------|----------|
| bkit-concise | Quick tasks, minimal output |
| bkit-standard | Default balanced output |
| bkit-detailed | Complex features, full context |
| bkit-report | PDCA reports, formal documentation |
Use /config output-style [style] to switch.
cto-lead agent with specialized sub-agentspm-discovery with 4 PM analysis agentsCLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1/pdca plan my-feature # Start planning
/pdca design my-feature # Create design doc
/pdca do my-feature # Implementation phase
/pdca analyze my-feature # Gap analysis
/pdca report my-feature # Generate report
/control status # Check automation level
/audit recent # View recent audit logs
/btw "improvement idea" # Capture suggestion
testing
Sprint Management — generic sprint capability for ANY bkit user. 16 sub-actions: init, start, status, watch, phase, iterate, qa, report, archive, list, feature, pause, resume, fork, help, master-plan. Triggers: sprint, sprint start, sprint init, sprint status, sprint list, 스프린트, 스프린트 시작, 스프린트 상태, スプリント, スプリント開始, スプリント状態, 冲刺, 冲刺开始, 冲刺状态, sprint, iniciar sprint, estado sprint, sprint, demarrer sprint, statut sprint, Sprint, Sprint starten, Sprint Status, sprint, avviare sprint, stato sprint, master plan, multi-sprint plan, sprint master plan, 마스터 플랜, 멀티 스프린트 계획, 스프린트 마스터 플랜, マスタープラン, マルチスプリント計画, スプリントマスタープラン, 主计划, 多冲刺计划, 冲刺主计划, plan maestro, plan multi-sprint, plan maestro sprint, plan maître, plan multi-sprint, plan maître sprint, Masterplan, Multi-Sprint-Plan, Sprint-Masterplan, piano principale, piano multi-sprint, piano principale sprint.
tools
CC CLI version upgrade impact analysis — research changes, analyze bkit impact, generate report. Triggers: cc-version-analysis, CC upgrade, version analysis, CC 버전 분석, 버전 영향.
testing
Manage PDCA checkpoints and rollback — create, list, restore for safe recovery. Rollback events are recorded via lib/audit/audit-logger ACTION_TYPES.rollback_executed. For sprint-level recovery, individual feature rollbacks may be triggered from within sprint phases (sprint itself is forward-only — terminal state is `archived`, not rolled back; v2.1.13). Triggers: rollback, checkpoint, restore, undo, 롤백, 체크포인트, 복원.
testing
QA Phase execution — L1-L5 test planning, generation, execution, and reporting for a single feature. For sprint-level QA (7-Layer dataFlowIntegrity / S1 gate across multiple features) use /sprint qa <sprintId> which delegates to sprint-qa-flow agent (v2.1.13). Triggers: qa phase, QA test, qa run, QA 실행, QAフェーズ, QA阶段, fase QA, phase QA, QA-Phase, fase QA.