workflows-work

Automates execution of work plans through structured tasks and progress tracking.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/mattjefferson/open-compound-engineering --skill workflows-work
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflows-work
Source: https://github.com/mattjefferson/open-compound-engineering/tree/main/skills/workflows-work
Command: npx skills add https://github.com/mattjefferson/open-compound-engineering --skill workflows-work

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Execute work plans efficiently by providing a structured, auditable workflow that guides teams from planning to delivery, reducing drift and miscommunication.

Core Features & Use Cases

  • Plan-to-action pipeline: Convert plans or todos into prioritized tasks with clear dependencies and acceptance criteria.
  • Incremental quality checks: Run system-wide checks, lint, tests, and reviews at each task boundary to ensure shipping quality.
  • Living plan discipline: Keep the original plan updated with checkbox progress and reflect completed work in the plan document.

Quick Start

Start with a complete work plan document and I will guide you through creating tasks, executing them, and validating results to ship a complete feature.

Frequently Asked Questions about workflows-work

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

FAQPage Schema
How do I convert a project plan into actionable development tasks?

Convert a project plan into actionable development tasks by using plan execution automation to transform plans into prioritized tasks with clear dependencies and acceptance criteria. This structured pipeline guides teams from planning to delivery.

What is the best way to track progress against a work plan during feature development?

The best way to track progress against a work plan during feature development is living plan discipline, which updates the original plan document with checkbox progress to reflect completed work and maintain auditable tracking.

How do I enforce quality checks during incremental task execution?

Enforce quality checks during incremental task execution by running system-wide checks, lint, tests, and reviews at each task boundary. This phase-based execution ensures shipping quality is verified before moving forward.

Do I need a complete work plan document before starting task execution?

Yes, you need a complete work plan document before starting task execution. The workflow requires an existing plan to guide users through creating tasks, executing them, and validating results to ship a complete feature.

Can I manage git branches and run tests as part of an automated project workflow?

Yes, you can manage git branches and run tests as part of an automated project workflow. The execution automation applies to project workflows where teams manage branches, run tests, and verify quality against a defined plan.

When should I use a structured work plan instead of a simple todo list?

Use a structured work plan instead of a simple todo list when project workflows require phase-based execution, incremental commits, system-wide checks, living-plan tracking, and post-deploy validation guidance to prevent drift and miscommunication.