By-The-Way: 작업 중 개선 제안을 즉시 수집하고 관리하는 스킬.
Triggers: /btw, /btw list, /btw analyze, /btw promote, /btw stats
Keywords: btw, 개선, 제안, suggestion, improve, idea, feedback
Installation
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Manages /btw command lifecycle: record, list, analyze, promote, stats. User-driven workflow with CRUD on btw-suggestions.json
deprecation-risk
none
effort
medium
description
By-The-Way: 작업 중 개선 제안을 즉시 수집하고 관리하는 스킬.
Triggers: /btw, /btw list, /btw analyze, /btw promote, /btw stats
Keywords: btw, 개선, 제안, suggestion, improve, idea, feedback
작업 중 "이거 스킬로 만들면 좋겠다", "이 패턴 자동화하면 좋겠다" 등의
개선 제안을 즉시 기록하고 관리하는 도구.
Commands
/btw {suggestion} - Record a suggestion
Read .bkit/btw-suggestions.json (create if not exists)
Generate next ID: btw-NNN (zero-padded, sequential)
Create suggestion entry:
{"id":"btw-001","timestamp":"ISO-8601","suggestion":"{user input}","context":{"file":"{current working file if identifiable}","pdcaPhase":"{current PDCA phase from .bkit-memory.json or null}","feature":"{current feature or null}"},"category":"auto-detect","status":"pending","promotedTo":null,"priority":null,"teamContext":{"isTeamSession":false,"phase":"{PDCA phase or null}","role":"{teammate role that discovered this, or 'user'}","pattern":"{orchestration pattern or null}"}}