코드 변경 후 사용자 문서(docs/guides, docs/api, docs/index.md, docs/glossary.md 등)를 코드 기반으로 동기화합니다.
Detect breaking changes in a Go project's public API. Use when: checking API compatibility before release, reviewing PRs for breaking changes, comparing two git refs or tags, or…
GitHub Issue 번호를 받아 이슈 분석 → 구현 계획 → 워크트리 생성 → 구현 → 검증 → PR 생성 → CI/리뷰 모니터링 → 병합까지 전체 개발 사이클을 자동화합니다.
Synchronizes harness documentation (CLAUDE.md, harness.md) and install script (harness.sh) with the actual state of .claude/ subdirectories (skills, agents, hooks).
Watch an open pull request for new CI failures and review comments and drive it to a clean state. Uses the Monitor tool to stream PR status changes in real time so reactions are…
要件を分析し、実装可能な Issue に分解して Linear に登録します。 Trigger: plan, decompose, 要件分解, issue作成
하네스 전체 규칙을 5-test 게이트로 순회하여 토큰 제거 + 기능 동등성 보장. 최적화 후 evaluate-harness로 회귀 검증.
Autonomous session-orchestration loop. Chains session-start → session-plan → wave-executor → session-end for N iterations with kill-switches (SPIRAL, FAILED wave, carryover > 50%,…