Commit Graph

5 Commits

Author SHA1 Message Date
DESKTOP-TKLFCPR\ython
009364cc64 feat(pm-pmo): PM·PMO 하네스 플러그인 v1.0.0 신규 (에이전트 7·오케스트레이터·/pmo 커맨드)
- 에이전트 7인: pm-planner(계획/WBS/M-M)·pm-risk-manager(리스크/이슈/CR)·
  pm-reporter(주간/월간/EVM)·pm-auditor(감리 대응: 점검항목 매핑·모의감리·지적조치)·
  pmo-governance(방법론/표준/품질게이트)·pmo-portfolio(다중 프로젝트 총괄)·pm-qa(경계면 정합 QA)
- pm-pmo-orchestrator 스킬(하이브리드: PM/PMO 트랙 분기) + /pmo 커맨드
- marketplace.json 등록 → /plugin install pm-pmo@ythong-harness 설치 검증(오류 0)
- CLAUDE.md 하네스 포인터·PROJECT_MAP·docs/plugins.md 카탈로그 등재
- 경계: 제안(수주 전)=proposal-builder, 수주 후 수행·총괄=pm-pmo

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-17 09:15:31 +09:00
DESKTOP-TKLFCPR\ython
1ef2235939 feat(zio-harness): v1.1.0 — auto source analysis + GUARDiA/KINTEX knowledge base
- SessionStart hook (scripts/graphify_setup.py): auto-install graphifyy[sql],
  build knowledge graph on first run (graphify extract --code-only, local AST),
  incremental graphify update thereafter — install-only smartness
- knowledge/kintex/: all 183 KINTEX md docs bundled (planning/design/analysis)
- knowledge/guardia/: distilled GUARDiA-wide knowledge from 2,483 md files
  (solutions-catalog, standard-framework, operations-cicd, lessons-learned;
  credentials/IP-free curated)
- SKILL.md: graph-first codebase query rules + knowledge base loading guide

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-12 23:15:35 +09:00
DESKTOP-TKLFCPR\ython
53f0dc5fa3 feat(proposal-builder): RFP+PPT템플릿 제안서 자동완성 플러그인 추가
- 전문가 7인: rfp-analyst·strategist·tech-advisor(아키텍처 총동원)·writer·visual-designer(선 아이콘 직접제작)·deck-designer·qa
- 오케스트레이터: '제안서 작성' 한마디로 전 파이프라인 총지휘 (Phase1~6)
- 커맨드 /proposal + 번들 스크립트(inspect_template·build_deck) + 설치/사용 가이드
- marketplace 등록 + plugin.json 동기화
- SI 구축·SM 유지보수 제안 주력

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-20 20:46:30 +09:00
ythong
01d82a46f6 fix: correct Agent Teams API usage in harness/zio-harness skills
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>
2026-06-17 17:27:39 +09:00
ythong
cc46c4528e feat: split zio-harness into a standalone plugin
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>
2026-06-17 16:54:17 +09:00