---
--- description: Fires off a full Claude Code instance in the background argument-hint: [prompt] [model] [report-file] allowed tools: Bash, BashOutput, Read, Edit, MultiEdit, Write, Grep, Glob, Webfetch, WebSearch, TodoWrite, Task --- # Background Claude Code Run a Claude Code isntance in the background to prerform tasks autonomously while you continue working ## Variables User Prompt $1 Model $2 (defaults to 'sonnet' if not provided) REPORT_FILE $3 (defaults to './agents/backgroud/background-report-DAY_NAME_HH_MM_SS.md' if not provided) ## Instructions - Capture tim...