Problem
/handoff's name and default flow mean "write a save-point, /clear, paste later". The --bg flag bolts on a different job entirely: launching a fresh background session that CONTINUES the task. Two issues:
- Semantics — "handoff" reads as save-point-for-later, not "delegate the implementation to a background agent now". Users reaching for background delegation won't find it; users invoking --bg may not realize the current session terminates as far as the task is concerned.
- Discoverability — --bg is a flag buried in the argument hint; the behavioral difference (new
claude --bg session, CLI-default model rather than the current session's model, no effort inheritance) is undocumented at the surface.
Likely inherited from the original upstream skill this was adapted from without massaging into this plugin's UX.
Direction to evaluate
- Split background delegation into its own explicitly named action/skill (naming pass required), or promote it from flag to first-class argument with clear semantics.
- Document model/effort behavior of the launched session vs the parent.
- Consider whether "keep current session alive as home base" (Agent-tool background subagent) should be a supported path alongside
claude --bg.
Raised from a working session on 2026-07-16 while converting repeated prompts into skills; deferred so it isn't lost.
Problem
/handoff's name and default flow mean "write a save-point, /clear, paste later". The --bg flag bolts on a different job entirely: launching a fresh background session that CONTINUES the task. Two issues:
claude --bgsession, CLI-default model rather than the current session's model, no effort inheritance) is undocumented at the surface.Likely inherited from the original upstream skill this was adapted from without massaging into this plugin's UX.
Direction to evaluate
claude --bg.Raised from a working session on 2026-07-16 while converting repeated prompts into skills; deferred so it isn't lost.