/bkit
bkit plugin help - Show all available bkit functions. Workaround for skills autocomplete issue. Use "/bkit" or just type "bkit help" to see available functions list. Triggers: bkit, bkit help, bkit functions, show bkit commands, 도움말, 기능 목록, ヘルプ, 機能一覧, 帮助, 功能列表, ayuda, lista de
> /plugin marketplace add popup-studio-ai/bkit-claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/bkit
Context preview
What this command does when you run it.
bkit plugin help - Show all available bkit functions. Workaround for skills autocomplete issue. Use "/bkit" or just type "bkit help" to see available functions list. Triggers: bkit, bkit help, bkit functions, show bkit commands, 도움말, 기능 목록, ヘルプ, 機能一覧, 帮助, 功能列表, ayuda, lista de
Command definition
bkit.mdname: bkit
description: |
bkit plugin help - Show all available bkit functions.
Workaround for skills autocomplete issue.
Use "/bkit" or just type "bkit help" to see available functions list.
Triggers: bkit, bkit help, bkit functions, show bkit commands,
도움말, 기능 목록, ヘルプ, 機能一覧, 帮助, 功能列表,
ayuda, lista de funciones, aide, liste des fonctions,
Hilfe, Funktionsliste, aiuto, elenco funzioni
user-invocable: true
allowed-tools:
- Read
- Skill
bkit Functions
> Show all available bkit functions (Skills autocomplete workaround)
Display the following help message:
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
bkit - AI Native Development Toolkit (Claude Code Edition)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
PDCA (Document-Driven Development)
/pdca pm <feature> PM Agent Team analysis (43 frameworks, v2.0.3)
/pdca plan <feature> Plan with Checkpoints 1-2 (requirements + questions)
/pdca design <feature> Design with Checkpoint 3 (3 architecture options)
/pdca do <feature> Implement with Checkpoint 4 (scope approval)
/pdca do <feature> --scope module-N Multi-session incremental (v2.0.5)
/pdca analyze <feature> Gap analysis with Checkpoint 5 (fix strategy)
/pdca qa <feature> QA phase testing (L1-L5 test levels, v2.1.1)
/pdca iterate <feature> Auto-improvement iteration
/pdca report <feature> Generate completion report
/pdca archive <feature> Archive completed PDCA documents
/pdca cleanup Cleanup archived features from status
/pdca team <feature> Start PDCA Team Mode (Agent Teams)
/pdca team status Show Team status
/pdca team cleanup Cleanup Team resources
/pdca status Show current PDCA status
/pdca next Guide to next step
Sprint Management (v2.1.13 — meta-container for 1+ features)
/sprint init <id> [--name <name>] [--features a,b] [--trust L0-L4]
Create sprint (8-phase: prd→plan→design→do→iterate→qa→report→archived)
/sprint start <id> [--trust L0-L4] Auto-run up to Trust Level scope (L4=full-auto)
/sprint status <id> Current phase + status + auto-pause triggers
/sprint list All sprints overview
/sprint watch <id> Live snapshot + 4 triggers + 3 matrices (dataFlow/cumulative/feature-phase)
/sprint phase <id> --to <phase> Manual phase transition
/sprint iterate <id> matchRate 100% loop (max 5 iterations)
/sprint qa <id> [--feature <name>] 7-Layer S1 dataFlow integrity check
/sprint report <id> Generate sprint completion report
/sprint archive <id> Move to archived (terminal state)
/sprint pause <id> Stop auto-run (4 triggers also auto-pause)
/sprint resume <id> Resume from paused state
/sprint fork <id> --new <newId> Carry incomplete features → new sprint
/sprint feature <id> --action list|add|remove --feature <name>
/sprint trust <id> --to <L0-L4> [--reason "..."] [--force]
Mutate sprint trust level (persistent, audit-logged) — v2.1.18 (Issue #101)
/sprint help Sprint Management help
Korean guide: docs/06-guide/sprint-management.guide.md
Migration: docs/06-guide/sprint-migration.guide.md (PDCA↔Sprint, orthogonal coexistence)
Project Initialization
/starter init <name> Static web project (HTML/CSS/Next.js)
/dynamic init <name> Fullstack app (bkend.ai BaaS)
/enterprise init <name> Enterprise system (K8s/Terraform)
Development Pipeline
/development-pipeline start Start pipeline
/development-pipeline next Proceed to next phase
/development-pipeline status Check current phase
Quality Management
/code-review <path> Code review
/qa-phase <feature> QA phase testing (L1-L5 test levels)
/zero-script-qa Start Zero Script QA
Learning
/claude-code-learning Learn Claude Code
/claude-code-learning setup Analyze current project setup
Code Quality (v1.6.0)
/simplify Review changed code for reuse, quality, efficiency
/batch Process multiple features in batch mode
Memory & Clipboard (v1.5.6)
/memory Manage Claude auto-memory (view/edit entries)
/copy Copy code blocks to clipboard (interactive picker)
Output Styles (v1.5.3)
/output-style Select response style
/output-style-setup Install bkit styles to .claude/
Available: bkit-learning, bkit-pdca-guide, bkit-enterprise, bkit-pdca-enterprise
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Note: These functions don't have autocomplete in CLI.
Type the command directly (e.g., /pdca plan login)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━---
Functions Reference
User-Invocable Skills (14)
| Function | Description | |----------|-------------| | `/pdca` | PDCA cycle management (pm, plan, design, do, analyze, iterate, report, archive, cleanup, team, status, next) | | `/sprint` | **Sprint Management (v2.1.13)** — meta-container grouping 1+ features (**18 sub-actions** v2.1.18: init/start/status/list/watch/phase/iterate/qa/report/archive/pause/resume/fork/feature/help/master-plan/**measure** (v2.1.16 #94)/**trust** (v2.1.18 #101 — persistent trust mutation, audit-logged)). Orthogonal coexistence with PDCA | | `/starter` | Starter project (HTML/CSS/Next.js) | | `/dynamic` | Dynamic project (bkend.ai BaaS) | | `/enterprise` | Enterprise project (K8s/Terraform) | | `/development-pipeline` | 9-phase development pipeline | | `/code-review` | Code quality analysis | | `/qa-phase` | QA phase testing with L1-L5 test levels | | `/zero-script-qa` | Log-based QA | | `/claude-code-learning` | Claude Code learning | | `/mobile-app` | Mobile app development (React Native/Flutter/Expo) | | `/desktop-app` | Desktop app development
Read more
name: bkit description: | bkit plugin help - Show all available bkit functions. Workaround for skills autocomplete issue. Use "/bkit" or just type "bkit help" to see available functions list. Triggers: bkit, bkit help, bkit functions, show bkit commands, 도움말, 기능 목록, ヘルプ, 機能一覧, 帮助, 功能列表, ayuda, lista de funciones, aide, liste des fonctions, Hilfe, Funktionsliste, aiuto, elenco funzioni user-invocable: true allowed-tools: - Read - Skill
bkit Functions
> Show all available bkit functions (Skills autocomplete workaround)
Display the following help message:
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
bkit - AI Native Development Toolkit (Claude Code Edition)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
PDCA (Document-Driven Development)
/pdca pm <feature> PM Agent Team analysis (43 frameworks, v2.0.3)
/pdca plan <feature> Plan with Checkpoints 1-2 (requirements + questions)
/pdca design <feature> Design with Checkpoint 3 (3 architecture options)
/pdca do <feature> Implement with Checkpoint 4 (scope approval)
/pdca do <feature> --scope module-N Multi-session incremental (v2.0.5)
/pdca analyze <feature> Gap analysis with Checkpoint 5 (fix strategy)
/pdca qa <feature> QA phase testing (L1-L5 test levels, v2.1.1)
/pdca iterate <feature> Auto-improvement iteration
/pdca report <feature> Generate completion report
/pdca archive <feature> Archive completed PDCA documents
/pdca cleanup Cleanup archived features from status
/pdca team <feature> Start PDCA Team Mode (Agent Teams)
/pdca team status Show Team status
/pdca team cleanup Cleanup Team resources
/pdca status Show current PDCA status
/pdca next Guide to next step
Sprint Management (v2.1.13 — meta-container for 1+ features)
/sprint init <id> [--name <name>] [--features a,b] [--trust L0-L4]
Create sprint (8-phase: prd→plan→design→do→iterate→qa→report→archived)
/sprint start <id> [--trust L0-L4] Auto-run up to Trust Level scope (L4=full-auto)
/sprint status <id> Current phase + status + auto-pause triggers
/sprint list All sprints overview
/sprint watch <id> Live snapshot + 4 triggers + 3 matrices (dataFlow/cumulative/feature-phase)
/sprint phase <id> --to <phase> Manual phase transition
/sprint iterate <id> matchRate 100% loop (max 5 iterations)
/sprint qa <id> [--feature <name>] 7-Layer S1 dataFlow integrity check
/sprint report <id> Generate sprint completion report
/sprint archive <id> Move to archived (terminal state)
/sprint pause <id> Stop auto-run (4 triggers also auto-pause)
/sprint resume <id> Resume from paused state
/sprint fork <id> --new <newId> Carry incomplete features → new sprint
/sprint feature <id> --action list|add|remove --feature <name>
/sprint trust <id> --to <L0-L4> [--reason "..."] [--force]
Mutate sprint trust level (persistent, audit-logged) — v2.1.18 (Issue #101)
/sprint help Sprint Management help
Korean guide: docs/06-guide/sprint-management.guide.md
Migration: docs/06-guide/sprint-migration.guide.md (PDCA↔Sprint, orthogonal coexistence)
Project Initialization
/starter init <name> Static web project (HTML/CSS/Next.js)
/dynamic init <name> Fullstack app (bkend.ai BaaS)
/enterprise init <name> Enterprise system (K8s/Terraform)
Development Pipeline
/development-pipeline start Start pipeline
/development-pipeline next Proceed to next phase
/development-pipeline status Check current phase
Quality Management
/code-review <path> Code review
/qa-phase <feature> QA phase testing (L1-L5 test levels)
/zero-script-qa Start Zero Script QA
Learning
/claude-code-learning Learn Claude Code
/claude-code-learning setup Analyze current project setup
Code Quality (v1.6.0)
/simplify Review changed code for reuse, quality, efficiency
/batch Process multiple features in batch mode
Memory & Clipboard (v1.5.6)
/memory Manage Claude auto-memory (view/edit entries)
/copy Copy code blocks to clipboard (interactive picker)
Output Styles (v1.5.3)
/output-style Select response style
/output-style-setup Install bkit styles to .claude/
Available: bkit-learning, bkit-pdca-guide, bkit-enterprise, bkit-pdca-enterprise
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Note: These functions don't have autocomplete in CLI.
Type the command directly (e.g., /pdca plan login)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━---
Functions Reference
User-Invocable Skills (14)
| Function | Description | |----------|-------------| | `/pdca` | PDCA cycle management (pm, plan, design, do, analyze, iterate, report, archive, cleanup, team, status, next) | | `/sprint` | **Sprint Management (v2.1.13)** — meta-container grouping 1+ features (**18 sub-actions** v2.1.18: init/start/status/list/watch/phase/iterate/qa/report/archive/pause/resume/fork/feature/help/master-plan/**measure** (v2.1.16 #94)/**trust** (v2.1.18 #101 — persistent trust mutation, audit-logged)). Orthogonal coexistence with PDCA | | `/starter` | Starter project (HTML/CSS/Next.js) | | `/dynamic` | Dynamic project (bkend.ai BaaS) | | `/enterprise` | Enterprise project (K8s/Terraform) | | `/development-pipeline` | 9-phase development pipeline | | `/code-review` | Code quality analysis | | `/qa-phase` | QA phase testing with L1-L5 test levels | | `/zero-script-qa` | Log-based QA | | `/claude-code-learning` | Claude Code learning | | `/mobile-app` | Mobile app development (React Native/Flutter/Expo) | | `/desktop-app` | Desktop app development
A Claude Code plugin that verifies AI-generated code against its own design specs. Three commands. Anyone — even someone vibe-coding for the first time — can ship robust, production-quality software.
Repo: popup-studio-ai/bkit-claude-code

