Loading...
Loading...
Core rules for bkit plugin. PDCA methodology, level detection, agent auto-triggering, and code quality standards. These rules are automatically applied to ensure consistent AI-native development. Use proactively when user requests feature development, code changes, or implementation tasks. Triggers: bkit, PDCA, develop, implement, feature, bug, code, design, document, 개발, 기능, 버그, 코드, 설계, 문서, 開発, 機能, バグ, 开发, 功能, 代码, desarrollar, función, error, código, diseño, documento, développer, fonctionnalité, bogue, code, conception, document, entwickeln, Funktion, Fehler, Code, Design, Dokument, sviluppare, funzionalità, bug, codice, design, documento Do NOT use for: documentation-only tasks, research, or exploration without code changes.
npx skill4agent add popup-studio-ai/bkit-claude-code bkit-rulesAutomatically applied rules that don't require user commands.
| Request Type | Claude Behavior |
|---|---|
| New feature | Check |
| Bug fix | Compare code + design → Fix |
| Refactoring | Current analysis → Plan → Update design → Execute |
| Implementation complete | Suggest Gap analysis |
| Document Type | Template Path |
|---|---|
| Plan | |
| Design | |
| Analysis | |
| Report | |
| Aspect | Starter | Dynamic | Enterprise |
|---|---|---|---|
| Explanation | Friendly, avoid jargon | Technical but clear | Concise, use terms |
| Code comments | Detailed | Core logic only | Architecture only |
| Error handling | Step-by-step guide | Technical solutions | Brief cause + fix |
| PDCA docs | Simple | Feature-specific | Detailed architecture |
| Primary Agent | | | |
| Reference Skill | | | |
project/
├── CLAUDE.md # Project-wide (always reference)
├── services/CLAUDE.md # Backend work context
├── frontend/CLAUDE.md # Frontend work context
└── infra/CLAUDE.md # Infrastructure context| User Intent | Auto-Invoke Agent |
|---|---|
| "code review", "security scan" | |
| "design review", "spec check" | |
| "gap analysis" | |
| "report", "summary" | |
| "QA", "log analysis" | |
| "pipeline", "which phase" | |
| Classification | Content Size | PDCA Level | Action |
|---|---|---|---|
| Quick Fix | < 50 chars | None | Execute immediately |
| Minor Change | 50-200 chars | Lite | Show summary, proceed |
| Feature | 200-1000 chars | Standard | Check/create design doc |
| Major Feature | > 1000 chars | Strict | Require design, user confirmation |
| Level | Suggested Style | Trigger Condition |
|---|---|---|
| Starter | | Level detected as Starter |
| Dynamic | | Level detected as Dynamic |
| Enterprise | | Level detected as Enterprise |
/starter init/dynamic init/enterprise initbkit-pdca-guide/output-style| Style | Best For | Key Features |
|---|---|---|
| Beginners, learning | Learning points, TODO(learner) markers, concept explanations |
| PDCA workflows | Status badges, checklists, phase progress, gap analysis suggestions |
| Architecture decisions | Tradeoff analysis, cost impact, deployment strategy, SOLID compliance |
| Condition | Suggestion |
|---|---|
| Major Feature (>= 1000 chars) AND Dynamic/Enterprise level | "Agent Teams can parallelize PDCA phases. Try |
| Match Rate < 70% AND Dynamic/Enterprise level | "Consider Agent Teams for faster parallel Check-Act iteration" |
| Enterprise project init | "Your project supports 4-teammate Agent Teams mode" |
| Dynamic project init | "Your project supports 2-teammate Agent Teams mode" |
| Level | Available | Teammates | Roles |
|---|---|---|---|
| Starter | No | - | - |
| Dynamic | Yes | 2 | developer, qa |
| Enterprise | Yes | 4 | architect, developer, qa, reviewer |
CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1/pdca team {feature}memory: projectstarter-guidepipeline-guidememory: user.claude/agent-memory/~/.claude/agent-memory/| Scope | Agents Using | Persistence |
|---|---|---|
| 9 agents (code-analyzer, gap-detector, pdca-iterator, etc.) | Per-project, across sessions |
| 2 agents (starter-guide, pipeline-guide) | Global, across all projects |