work

Translate plans into deterministic task workflows with dependency tracking.

18|3|Updated Mar 28, 2026
One-click install
npx skills add https://github.com/ondrej-svec/heart-of-gold-toolkit --skill work-ondrej-svec
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: work
Source: https://github.com/ondrej-svec/heart-of-gold-toolkit/tree/main/plugins/marvin/skills/work
Command: npx skills add https://github.com/ondrej-svec/heart-of-gold-toolkit --skill work-ondrej-svec

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates end-to-end plan execution by translating a plan into a deterministic workflow of tasks, dependencies, and progress tracking. The plan's checkboxes serve as the tracker to monitor completion.

Core Features & Use Cases

  • Load and interpret project plans
  • Resolve task dependencies and execute tasks in dependency order
  • Run tests, linting, and quality checks before shipping
  • Commit incrementally and push changes to release
  • Provide auditable progress and guardrails based on the plan

Quick Start

Invoke /work with a plan path or rely on the harness to load the most recent plan and begin executing tasks.

Frequently Asked Questions about work

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

FAQPage Schema
How do I automate plan execution from start to ship?▼

Automate end-to-end plan execution by translating a plan into a deterministic workflow of tasks, dependencies, and progress tracking. It reads the plan, resolves dependencies, executes tasks in order, runs tests and quality checks, and pushes complete changes.

What is end-to-end workflow automation for software development tasks?▼

End-to-end workflow automation translates a project plan into a deterministic sequence of tasks. It resolves dependencies, executes tasks in order, runs tests and linting, and commits incremental changes to ensure quality checks pass before shipping.

How do I track task completion and dependencies using a markdown plan?▼

Track task completion by using the plan's checkboxes as a progress tracker. The automation reads the plan, interprets task dependencies, and updates the checkboxes as it executes tasks in dependency order to maintain auditable progress.

Can I run tests and linting automatically before shipping code changes?▼

Yes, you can run tests and linting automatically before shipping code changes. The workflow executes tasks in dependency order, applies quality checks, and only commits and pushes changes when those checks pass.

Does automated plan execution work without external dependencies?▼

Yes, automated plan execution works without external dependencies. The Skill operates independently to read the plan, resolve task dependencies, run quality checks, and push changes directly through your existing harness.