/btw - By-The-Way Suggestion Collector 작업 중 "이거 스킬로 만들면 좋겠다", "이 패턴 자동화하면 좋겠다" 등의 개선 제안을 즉시 기록하고 관리하는 도구. Commands - Record a suggestion 1. Read (create if not exists) 2. Generate next ID: (zero-padded, sequential) 3. Create suggestion entry: 4. Auto-detect category from suggestion text: - : mentions "skill", "스킬", "자동화", "automate" - : mentions "bug", "버그", "오류", "error", "fix" - : mentions "개선", "improve", "better", "refactor" - : mentions "문서", "doc", "설명", "explain" - : default 5. Update count 6. Respond: "Recorded btw-{NNN}: {truncated suggestion}. Use to view all." - List all suggestion…