Slash Command556 repo starsupdated 11d ago
output-style-setup
The output-style-setup command installs bkit output style templates for Claude Code workflows, offering four predefined styles ranging from beginner learning mode to enterprise-level PDCA integration with architecture analysis. Use this command when setting up a project to establish consistent output formatting and workflow guidance at either project or user level, with the option to switch styles anytime via the /output-style command.
Install in Claude Code
Copymkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/popup-studio-ai/bkit-claude-code/HEAD/commands/output-style-setup.md -o ~/.claude/commands/output-style-setup.mdThen start a new Claude Code session; the slash command loads automatically.
Definition
output-style-setup.md
# Output Style Setup
bkit의 Output Style을 설치합니다.
## Available Styles
| Style | Recommended For | Description |
|-------|----------------|-------------|
| bkit-learning | Starter | 학습 모드 - PDCA를 배우며 개발 |
| bkit-pdca-guide | Dynamic | PDCA 워크플로우 가이드 + 자동 체크리스트 |
| bkit-enterprise | Enterprise | CTO 관점 아키텍처/보안/성능 분석 |
| bkit-pdca-enterprise | Enterprise | PDCA + CTO 통합 (가장 상세) |
## Instructions
Ask the user where to install using AskUserQuestion:
**Option 1: Project level** (current project only)
- Copy from `${CLAUDE_PLUGIN_ROOT}/output-styles/*.md` to `.claude/output-styles/`
- Best for: project-specific style preference
**Option 2: User level** (all projects)
- Copy from `${CLAUDE_PLUGIN_ROOT}/output-styles/*.md` to `~/.claude/output-styles/`
- Best for: consistent style across all projects
## Setup Steps
1. Ask user: project level or user level installation
2. Create target directory if not exists
3. Copy all 4 output style files to target
4. Confirm installation with file list
5. Suggest running `/output-style` to activate
## Post-Setup
After copying, inform user:
- Use `/output-style` to select from the installed styles
- Recommended style based on project level detection
- Styles can be changed anytime during session