From claude-code-harness
Manages session resume and fork/branch for /work using --resume/--fork flags. Updates session.json and session.events.jsonl via scripts/session-control.sh. Internal Claude Code workflow skill.
npx claudepluginhub chachamaru127/claude-code-harness --plugin claude-code-harnessThis skill is limited to using the following tools:
/work の `--resume` / `--fork` フラグに応じてセッション状態を切り替える。
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.
/work の --resume / --fork フラグに応じてセッション状態を切り替える。
| 機能 | 詳細 |
|---|---|
| セッション再開/分岐 | See references/session-control.md |
scripts/session-control.sh を適切な引数で実行session.json と session.events.jsonl の更新を確認