Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Une commande directe contourne le prompt de vérification. Examinez la source avant de l'exécuter.
After completing major tasks, suggest relevant agents.
Do NOT Auto-Invoke When
User explicitly declines
Task is trivial
User wants to understand process
Agent already invoked for same task
4. Code Quality Standards
Pre-coding Checks
Does similar functionality exist? Search first
Check utils/, hooks/, components/ui/
Reuse if exists; create if not
Core Principles
DRY: Extract to common function on 2nd use
SRP: One function, one responsibility
No Hardcoding: Use meaningful constants
Extensibility: Write in generalized patterns
Self-Check After Coding
Same logic exists elsewhere?
Can function be reused?
Hardcoded values present?
Function does only one thing?
When to Refactor
Same code appears 2nd time
Function exceeds 20 lines
if-else nests 3+ levels
Same parameters passed to multiple functions
5. Task Classification
Classify tasks to apply appropriate PDCA level:
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
Classification Keywords
Quick Fix: fix, typo, correct, adjust, tweak
Minor Change: improve, refactor, enhance, optimize, update
Feature: add, create, implement, build, new feature
Major Feature: redesign, migrate, architecture, overhaul, rewrite
6. Output Style Auto-Selection (v1.5.1)
When project level is detected, automatically suggest the matching output style:
Level
Suggested Style
Trigger Condition
Starter
bkit-learning
Level detected as Starter
Dynamic
bkit-pdca-guide
Level detected as Dynamic
Enterprise
bkit-enterprise
Level detected as Enterprise
Auto-Selection Rules
On session start: Suggest output style matching detected level
On /starter init, /dynamic init, /enterprise init: Auto-suggest style for that level
On PDCA phase transitions: Suggest bkit-pdca-guide if not already active