bg

Execute plans autonomously in the background with progress updates via plan.md.

Updated Nov 15, 2025
One-click install
npx skills add https://github.com/cloudvoyant/claudevoyant --skill bg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bg
Source: https://github.com/cloudvoyant/claudevoyant/tree/main/plugins/spec/skills/bg
Command: npx skills add https://github.com/cloudvoyant/claudevoyant --skill bg

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows you to execute complex plans autonomously in the background, freeing you to continue working without waiting for each step to complete.

Core Features & Use Cases

  • Autonomous Execution: The agent handles all tasks in a plan without user intervention.
  • Real-time Progress Updates: Monitor the plan's progress directly in plan.md and an execution log.
  • Worktree Support: Seamlessly executes plans within dedicated Git worktrees for isolated changes.
  • Use Case: Kick off a multi-phase development plan overnight or while you focus on urgent tasks, knowing the agent will manage the execution and report back upon completion or failure.

Quick Start

Launch the current plan in the background, allowing the agent to execute all tasks autonomously.

Frequently Asked Questions about bg

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a development plan autonomously in the background?

To run a development plan autonomously, you launch it for background execution using a dedicated agent. The agent handles automatic task execution and provides real-time progress updates via plan.md and execution logs.

What is autonomous plan execution with git worktree support?

Autonomous plan execution with git worktree support is a process where a dedicated agent runs multi-phase development plans hands-free. It operates within isolated git worktrees to manage changes without user intervention.

Can I use a dedicated agent to execute multi-phase plans without intervention?

Yes, you can use a dedicated agent to execute multi-phase plans without intervention. The agent validates the plan, parses arguments, and handles optional git commits automatically during background execution.

How do I monitor progress of a background workflow automation task?

You monitor progress of a background workflow automation task by checking plan.md and execution logs. These files provide real-time progress updates directly from the autonomous agent during task execution.

Does background plan execution support automatic git commits?

Yes, background plan execution supports automatic git commits. The dedicated agent handles plan validation, argument parsing, and optional git commits while executing tasks in isolated git worktrees.