From claude-code-harness
Manages internal session state transitions per SESSION_ORCHESTRATION.md in Claude Code. Controls /work phase boundary updates, error escalations, and session resume restoration.
npx claudepluginhub chachamaru127/claude-code-harness --plugin claude-code-harnessThis skill is limited to using the following tools:
セッション状態の遷移を管理する内部スキル。
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
セッション状態の遷移を管理する内部スキル。
docs/SESSION_ORCHESTRATION.md に定義された状態機械に従って遷移を検証・実行する。
| 機能 | 詳細 |
|---|---|
| 状態遷移 | See references/state-transition.md |
/work フェーズ境界での状態更新escalated 遷移stopped 遷移initialized 復帰docs/SESSION_ORCHESTRATION.md で定義