From triflux
DEPRECATED — redirects to `/tfx-auto --parallel swarm --mode consensus --isolation worktree`. Logs usage for Phase 5 removal gate. Actual swarm engine unchanged.
How this skill is triggered — by the user, by Claude, or both
Slash command
/triflux:tfx-swarm <PRD 경로 — tfx-auto 로 passthrough><PRD 경로 — tfx-auto 로 passthrough>The summary Claude sees in its skill listing — used to decide when to auto-load this skill
> DEPRECATED. `/tfx-auto --parallel swarm --mode consensus --isolation worktree` 로 리다이렉트.
DEPRECATED.
/tfx-auto --parallel swarm --mode consensus --isolation worktree로 리다이렉트. Phase 5 (v11) 에 물리 삭제 예정.
canonical 위임 이전 에 아래 bash 블록을 한 번 실행한다. Phase 5 (v11) 물리 삭제 게이트는 .omc/state/alias-usage.log 의 7일 zero-usage 검증에 의존 — 이 logging 이 빠지면 게이트가 영영 열리지 않는다.
mkdir -p .omc/state
echo "[deprecated] tfx-swarm -> use: tfx-auto --parallel swarm --mode consensus --isolation worktree" >&2
echo "[DEPRECATED] tfx-swarm — see tfx-auto --parallel swarm --mode consensus --isolation worktree"
echo "$(date -u +%Y-%m-%dT%H:%M:%SZ) tfx-swarm -> tfx-auto --parallel swarm --mode consensus --isolation worktree" >> .omc/state/alias-usage.log
[DEPRECATED] 마커 + alias-usage.log append).--parallel swarm --mode consensus --isolation worktree 를 prepend 하여 Skill("tfx-auto") 호출.tfx swarm <prd> CLI 를 호출한다 (실제 swarm 엔진은 변경 없음).--parallel swarm --mode consensus --isolation worktree
tfx-swarm 의 "worktree 격리 + 다중 모델 + PRD 기반 오케스트레이션" 은 플래그 조합으로 entry semantics 를 표현한다. 실제 swarm 엔진 (hub/team/swarm-planner.mjs, swarm-hypervisor.mjs, file-lease, reconcile) 은 그대로 유지되고 tfx-auto 가 이 경로를 호출한다. PRD 포맷 예시는 docs/prd/_template.md 참조.
| 기존 호출 | 새 호출 |
|---|---|
/tfx-swarm <PRD> | /tfx-auto <PRD> --parallel swarm --mode consensus --isolation worktree |
npx claudepluginhub tellang/trifluxCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.