From triflux
DEPRECATED skill that redirects tfx-panel calls to tfx-auto --mode consensus --shape panel for expert panel simulations and discussion orchestration. Logs usage for Phase 5 deletion.
npx claudepluginhub tellang/triflux<토론 주제 — tfx-auto 로 passthrough>This skill uses the workspace's default tool permissions.
> DEPRECATED. `/tfx-auto --mode consensus --shape panel` 로 리다이렉트.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Processes PDFs: extracts text/tables/images, merges/splits/rotates pages, adds watermarks, creates/fills forms, encrypts/decrypts, OCRs scans. Activates on PDF mentions or output requests.
Share bugs, ideas, or general feedback.
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
[DEPRECATED] 마커 + alias-usage.log append).--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;gemini:Michael Porter|Karl Wiegers"tfx-auto 가 주제 기반 기본 roster 를 선택한다.tfx-panel 의 본질은 "패널 전용 orchestration" 이 아니라 "전문가 roster 를 주입한 뒤 panel 보고서로 렌더링하는 shape" 였다. Phase 4a 부터 공통 합의 루프는 --mode consensus 아래에 남기고, 전문가 분배와 panel renderer 만 --shape panel 이 책임진다.
공통 규약:
triadmeta_judgment 는 mode_specific_meta.panel_size, mode_specific_meta.expert_distribution 만 shape 확장으로 추가한다.omc/artifacts/consensus/<session-id>/panel.{md,json} 로 통일한다| 기존 호출 | 새 호출 |
|---|---|
/tfx-panel "모놀리스 분해 전략" | /tfx-auto "모놀리스 분해 전략" --mode consensus --shape panel |
/tfx-panel "가격 전략" --experts "claude:Porter;codex:Wiegers;gemini:Cagan" | /tfx-auto "가격 전략" --mode consensus --shape panel --experts "claude:Porter;codex:Wiegers;gemini:Cagan" |