agent-router
전문 에이전트 자동 라우팅. 법률, 재무, 특허, SEO, 마케팅, 기획, BM 설계(BMC/Lean/JTBD/Wardley/Blue Ocean/Lightning Sprint), 코드리뷰, 아키텍처, 견적, CRM, HR/인사, 노무(노동법/해고/산재/취업규칙), 리서치, 데이터…
Turn a one-line repetitive task into a reusable, self-guarding slash command (loop-forge)
> /plugin marketplace add sangrokjung/claude-forge > /plugin install claude-forge@claude-forge
How it fires
How this command gets triggered: by you, by Claude, or both.
/loop-forgeContext preview
What this command does when you run it.
Turn a one-line repetitive task into a reusable, self-guarding slash command (loop-forge)
description: Turn a one-line repetitive task into a reusable, self-guarding slash command (loop-forge) argument-hint: "[one-line description of the task you keep doing by hand]"
Hand the one-line situation in `$ARGUMENTS` to the **loop-forge** skill and run its 6-stage flow exactly as written in `skills/loop-forge/SKILL.md`:
1. **Entry** — read the situation from `$ARGUMENTS`. If empty, ask (in the user's language): "What task do you keep doing by hand? Describe it in one line." 2. **Diagnose** — classify it into one of the 5 loop shapes (Batch / Pipeline / Refine / Watch / Explore). Never invent a sixth. 3. **Interview** — ask the shape's slot questions in plain language; re-ask the output location, the hardstop inputs, and the eval criteria if left blank. 4. **Assemble + auto-inject safety + static check** — substitute the slots, inject the verifier (maker ≠ checker), the hardstop, and (for outbound actions) the external-action gate, then run `tools/check_safety.py`. The gate is **non-bypassable**: exit 2 bounces back to the interview. 5. **Dry-run preview** — show how it will run and get **explicit approval**. No approval, no stamping. 6. **Stamp** — render the reusable `/command` (and, optionally, the Portable Prompt) and tell the user how to run it.
This command is a thin entry point. The authoritative procedure, the 5 archetype catalogs, the classifier, the interviewer, the assembler, the renderers, and the deterministic safety gate all live under `skills/loop-forge/`. Follow `SKILL.md` — do not re-implement the flow here.
> Non-goals (preserved): loop-forge does **not** schedule unattended runs > (`launchd`/`cron`) and never publishes externally on its own. It stamps the reusable > command and stops there.
oh-my-zsh for Claude Code — 16 agents, 35 commands, 32 skills, 21 safety hooks in one install. v4.0 adds an adversarial review loop: a second agent that never sees the first one's reasoning. MIT.
Repo: sangrokjung/claude-forge
전문 에이전트 자동 라우팅. 법률, 재무, 특허, SEO, 마케팅, 기획, BM 설계(BMC/Lean/JTBD/Wardley/Blue Ocean/Lightning Sprint), 코드리뷰, 아키텍처, 견적, CRM, HR/인사, 노무(노동법/해고/산재/취업규칙), 리서치, 데이터…
머지 전 /sync-docs 문서 동기화 의무 게이트 → 검증 → 커밋 & PR & 머지 + MCP 알림 (v7)