- pm-ai-commissioner 에이전트 신규: 스티치(Stitch) design.md(이미지 분석 기반)·
젠스파크(Genspark) 조사/슬라이드 의뢰 md·graphify 지식그래프(graphify-out/) 생성 전담
- 오케스트레이터 Phase5 '외부 AI 의뢰' 트랙 신설 + graphify-out 생성/재사용 배선 + 트리거 확장
- /pmo 커맨드·README·INSTALL·카탈로그(CLAUDE.md/PROJECT_MAP/plugins.md) v1.1.0 동기화
- design.md: 루트 PNG 4종(배너·아이콘·소셜·팀) 분석 기반 스티치 디자인 의뢰서
(브랜드 시스템·HEX 팔레트·에셋별 영문 프롬프트·납품/검수 기준)
- 설치 검증: claude plugin details → 에이전트 8·스킬 2 정상 로드
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
The skills (and the harness orchestrator templates) invoked TeamCreate with
an inline members[] array and TaskCreate with a tasks[] array plus
assignee/depends_on — none of which match the real experimental Agent Teams
API. Rewrite to the documented flow:
- TeamCreate creates an empty team (team_name only)
- teammates are spawned via the Agent tool (team_name + name + subagent_type)
- tasks are created one-per-call (subject/description); ownership via
TaskUpdate.owner, dependencies via TaskUpdate.blockedBy
- zio-harness now uses custom agent/bot subagent types instead of
general-purpose, and the orchestrator is the team lead (not a spawned member)
- add shutdown_request + TeamDelete cleanup and note the
CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1 requirement
Bump harness 1.3.0 -> 1.3.1, zio-harness 1.0.0 -> 1.0.1.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Move skills/zio-harness into plugins/zio-harness/ as a self-contained
plugin with its own .claude-plugin/plugin.json. Add a second marketplace
entry (zio-harness@1.0.0) and bump the harness plugin to 1.3.0 since it no
longer bundles zio-harness. Single ownership: harness ships only the
harness skill, zio-harness ships only the zio-harness skill.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
The name 'harness-marketplace' collides with the upstream revfactory/harness
marketplace, so `marketplace add` of this repo was a no-op. Renaming lets this
repo register and coexist as a distinct marketplace.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
zio-harness source dir lacks .claude-plugin/plugin.json, so it could not
install as a standalone plugin. It remains available as a skill bundled
in the harness plugin.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- harness: 도메인 한 줄 → 에이전트 팀 자동 생성 메타 스킬 (v1.2.0)
- zio-harness: React + Spring Boot + Mobile 풀스택 개발 에이전트 팀 (v1.0.0)
- 에이전트 4종: orchestrator / analyst / bot / agent
- PROJECT_MAP.md 폴더 구조 메모리 시스템
- references/: react, spring-boot, mobile, playwright, database, folder-map
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>