Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add commands/demodev-lab/claude-code-plugin-demokit/superworkgit clone --depth 1 https://github.com/demodev-lab/claude-code-plugin-demokitWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00078 | $0.00896 |
| Opus 5 | $0.00039 | $0.00448 |
| Sonnet 5 | $0.00016 | $0.00179 |
| Haiku 4.5 | $0.00008 | $0.00090 |
Grade A, and why
superwork scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
/superwork (Team Orchestrator)
/superwork <구현내용>
구현내용 한 건을 최고 성능 팀 협업 모드로 처리한다.
동작 가이드
-
요건 정리
- 구현 목표, 범위, 성공 조건을 한 번에 정의한다.
- 산출물 경계(파일/모듈/테스트 범위)를 명확히 한다.
- 자동으로 Plan 템플릿이 생성돼 작업 단위를 체크리스트화한다.
-
병렬 팀 투입
- 아키텍처/설계, 핵심 구현, 보안·성능 점검, 테스트/QA를 가능한 병렬 태스크로 분할해 team 오케스트레이션으로 동시 실행한다.
/superwork는 입력 내용을 기준으로 병렬 그룹(동시 수행 가능 태스크)을 제안한다./pdca정석 순서는/pdca plan→/pdca design→/pdca do→/pdca analyze→/pdca iterate(조건부) →/pdca report→/pdca status//pdca next입니다.
-
통합 검증
- 구현 결과를 병합하고 충돌/중복/품질 리스크를 정리한다.
- 테스트, 리뷰, 보안/성능 점검을 끝까지 완료한다.
/pdca analyze//pdca iterate연동으로 gap-rate 개선까지 반복 제안한다.
-
성과 정리
- 최종 요약, 미해결 리스크, 후속 작업을 정리해 다음 명령으로 이어갈 수 있게 한다.
/pdca report및/pdca status//pdca next와 연동해 다음 단계 이동을 점검한다.
실행 템플릿 자동 생성
/superwork입력 즉시 내부 엔진이 다음을 생성한다.- 요청 분해 템플릿 (
Plan/Design/Do/Analyze/Iterate/Report) - 병렬 태스크 그룹 제안
/pdca연동 커맨드 체인/pdca do에 바로 붙여 쓰는 체크리스트 템플릿
- 요청 분해 템플릿 (
/superwork 회원가입 API 구현
/superwork "결제 취소 예외 처리 보강"
/pdca do 실행 체크리스트 예시
/pdca do 회원가입-api-구현
- [ ] 1. Entity + Repository 구현 (domain-expert)
- [ ] 2. Service 핵심 로직 구현 (service-expert)
- [ ] 3. DTO/요청-응답 스펙 및 검증 (api-expert)
...
권장 체크리스트
/pdca plan <구현내용>/pdca design <구현내용>/pdca do <구현내용>/pdca analyze <구현내용>/pdca iterate <구현내용>/pdca report <구현내용>/pdca status/pdca next/test all/review/qa test/qa log
팀 성능 튜닝 참고(필요 시)
- 대규모 작업은
team.delegateMode=false및 충분한team.maxTeammates설정을 우선 확인. - 병목 구간은
team.performance.phaseMemberCap/team.performance.phaseMaxParallel로 추가 조절.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 87 lines · 78 tokens per session scan A 6a29b316570a
superwork is a command published in the GitHub repository demodev-lab/claude-code-plugin-demokit (2 stars, last pushed 6mo ago), licensed MIT. It adds 78 tokens to every session and 896 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other commands, from other repositories
claude-flow-swarm
Coordinate multi-agent swarms for complex tasks.
bootstrap
PACT session-start ritual — identify the session team (platform-provisioned), secretary spawn, paused-state surface, bootstrap marker.
ox-session-review
Command "ox-session-review" from sageox/ox, covering failure-mode watch-list (read first), from the ledger root. should print 0, phase 1 — scan & score (read-only), quality buckets (first match wins) and removal candidates.
add-agent
引导新增一个 Agent 适配器。用法 /add-agent.
handoff
Package current state for the next agent.
xdo
Direct development by the Main Agent.