start-work

Orchestrate approved plan execution with task sequencing and multi-session resumption.

1|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/bcbeidel/toolkit --skill start-work-bcbeidel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: start-work
Source: https://github.com/bcbeidel/toolkit/tree/main/plugins/work/skills/start-work
Command: npx skills add https://github.com/bcbeidel/toolkit --skill start-work-bcbeidel

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Coordinates the execution of an approved implementation plan, providing sequential task execution, progress tracking, and recovery to ensure work follows governance and can be resumed after interruptions.

Core Features & Use Cases

  • Enforces the plan's approval gate before execution.
  • Executes tasks in sequence with multi-session resumption support.
  • Tracks progress, handles branch setup, and maintains an audit trail via per-task commits.

Quick Start

Run the plan assessment script to validate the plan and begin execution.

Frequently Asked Questions about start-work

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

FAQPage Schema
How do I execute an approved implementation plan with task sequencing and recovery support?

Plan execution requires orchestrating tasks sequentially with status gates, per-task commits, and multi-session resumption to ensure work follows governance and can recover from interruptions.

What is the best way to manage git branching and per-task commits during plan execution?

Managing git branching during plan execution involves enforcing approval gates, setting up branches per task, and maintaining an audit trail through individual commits to track progress and ensure compliance.

How does multi-session resumption work for task tracking when execution is interrupted?

Multi-session resumption for task tracking allows paused plan execution to restart by checking status gates, validating completed tasks, and guiding the next sequential action without losing previous progress.

Can I enforce governance and approval gates before executing implementation plans?

Yes, enforcing governance and approval gates before execution prevents unauthorized work by requiring plan validation, applying task-level verification, and documenting recovery guidance in references.

Do I need an approved plan before starting task execution and git branch setup?

Yes, an approved plan is required because execution orchestrates sequential tasks, branch setup, and per-task commits based on the plan's defined structure, governance gates, and validation requirements.