TF
tfx-panel
>
Install
mkdir -p .claude/skills/tfx-panel && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/14318" && unzip -o skill.zip -d .claude/skills/tfx-panel && rm skill.zipInstalls to .claude/skills/tfx-panel
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
DEPRECATED — tfx-auto consensus shape 로 통합됨. `/tfx-auto --mode consensus --shape panel` 로 리다이렉트. Phase 4a 부터 panel 은 별도 패널 엔진이 아니라 consensus family 내부의 전문가 시뮬레이션 shape 다. Phase 5 (v11) 에 물리 삭제 예정.196 charsno explicit “when” trigger
About this skill
tfx-panel (DEPRECATED → tfx-auto alias)
DEPRECATED.
/tfx-auto --mode consensus --shape panel로 리다이렉트. panel 은 이제 독립 스킬이 아니라tfx-autoconsensus family 의 전문가 시뮬레이션 shape 다.
동작
canonical 위임 이전 에 아래 bash 블록을 한 번 실행한다. Phase 5 (v11) 물리 삭제 게이트는 .omc/state/alias-usage.log 의 7일 zero-usage 검증에 의존 — 이 logging 이 빠지면 게이트가 영영 열리지 않는다.
mkdir -p .omc/state
echo "[deprecated] tfx-panel -> use: tfx-auto --mode consensus --shape panel" >&2
echo "[DEPRECATED] tfx-panel — see tfx-auto --mode consensus --shape panel"
echo "$(date -u +%Y-%m-%dT%H:%M:%SZ) tfx-panel -> tfx-auto --mode consensus --shape panel" >> .omc/state/alias-usage.log
- 위 bash 블록 실행 (stderr 경고 + stdout
[DEPRECATED]마커 + alias-usage.log append). - ARGUMENTS 전체 앞에
--mode consensus --shape panel를 prepend 하여Skill("tfx-auto")호출. --experts,--cli-set,--analysis-prompt-file같은 panel 전용 인자는 그대로 passthrough 한다.
등가 플래그
--mode consensus --shape panel
전문가 shape 입력:
--experts "claude:Martin Fowler|Kent Beck;codex:Sam Newman|Gregor Hohpe;antigravity:Michael Porter|Karl Wiegers"- 명시 roster 가 없으면
tfx-auto가 주제 기반 기본 roster 를 선택한다.
이 alias 의 의미
tfx-panel 의 본질은 "패널 전용 orchestration" 이 아니라 "전문가 roster 를 주입한 뒤 panel 보고서로 렌더링하는 shape" 였다. Phase 4a 부터 공통 합의 루프는 --mode consensus 아래에 남기고, 전문가 분배와 panel renderer 만 --shape panel 이 책임진다.
공통 규약:
- participants 기본값은
triad(Claude/Opus counter-bias outvoice + Codex + Antigravity) - 공통
meta_judgment는mode_specific_meta.panel_size,mode_specific_meta.expert_distribution만 shape 확장으로 추가한다 - artifact 경로는
.omc/artifacts/consensus/<session-id>/panel.{md,json}로 통일한다
마이그레이션 가이드
| 기존 호출 | 새 호출 |
|---|---|
/tfx-panel "모놀리스 분해 전략" | /tfx-auto "모놀리스 분해 전략" --mode consensus --shape panel |
/tfx-panel "가격 전략" --experts "claude:Porter;codex:Wiegers;antigravity:Cagan" | /tfx-auto "가격 전략" --mode consensus --shape panel --experts "claude:Porter;codex:Wiegers;antigravity:Cagan" |