From dstoic
Run a task in the background. Use when user wants to start a long-running task without blocking, run agent tasks or shell commands asynchronously. Triggers include "background", "run in background", "async", "non-blocking".
npx claudepluginhub digital-stoic-org/agent-skills --plugin dstoicThis skill uses the workspace's default tool permissions.
Execute the following task in the background:
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.
Execute the following task in the background:
$ARGUMENTS
Use the appropriate background execution method:
run_in_background=truerun_in_background=trueReturn immediately after starting the background task. Inform the user: