From claudecode-research-harness-workflow
Manages session resume/fork state for `/work` command by updating session.json and session.events.jsonl files.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claudecode-research-harness-workflow:session-controlThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Switches session state in response to `/work` `--resume` / `--fork` flags.
Switches session state in response to /work --resume / --fork flags.
| Feature | Details |
|---|---|
| Session Resume/Fork | See references/session-control.md |
scripts/session-control.sh with appropriate argumentssession.json and session.events.jsonlnpx claudepluginhub maxwell2732/claudecode-research-harness-workflow --plugin claudecode-research-harness-workflowControls session resume/fork for /work by updating session.json and session.events.jsonl based on --resume/--fork flags. Internal workflow use only.
Manages session state transitions at /work phase boundaries and on error/resume. Internal workflow skill for SESSION_ORCHESTRATION.md state machine.
Persists and resumes multi-phase workflows across Claude Code sessions via handoff triggers, JSON state files, and auto-save on high token usage or session end.