workflows-work

Decompose work plans, assign tasks to subagents, and record progress in state files.

Updated Mar 3, 2026
One-click install
npx skills add https://github.com/The-Rabak/naysmith --skill workflows-work-the-rabak
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflows-work
Source: https://github.com/The-Rabak/naysmith/tree/main/.github/skills/workflows-work
Command: npx skills add https://github.com/The-Rabak/naysmith --skill workflows-work-the-rabak

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates work-plan execution by decomposing plans into scoped tasks, delegating to focused subagents, and persisting progress across sessions.

Core Features & Use Cases

  • Subagent orchestration: Decompose plans, assign tasks, run tests, and accumulate learnings across tasks via session files.
  • Plan decomposition & state tracking: Break long plans into tasks, manage dependencies, and keep a persistent STATE.md for progress.
  • Quality & regression discipline: Implement a regression guard, incremental commits, and structured task reports to ensure feature completeness.

Quick Start

Prepare a work plan document and run the orchestrator to decompose tasks and delegate to focused subagents.

Frequently Asked Questions about workflows-work

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

FAQPage Schema
How do I automate structured work-plan execution and track task status across sessions?

Automate work-plan execution by decomposing plans into scoped tasks, delegating them to focused subagents, and recording progress in persistent per-task state files for reliable cross-session tracking.

What's the best way to decompose long work plans into manageable tasks with dependency management?

Decomposing long work plans involves breaking them into scoped tasks, managing task dependencies, and maintaining a persistent STATE.md file to track progress and ensure structured execution.

How do I run regression checks and enforce strict task-closure criteria during development workflows?

Run regression checks by implementing a regression guard, enforcing incremental commits, and generating structured task reports. This maintains quality discipline and ensures feature completeness before strict task closure.

Does subagent orchestration work for both front-end and back-end workflows?

Subagent orchestration satisfies requirements for both front-end and back-end workflows by assigning scoped tasks to focused subagents and accumulating learnings across tasks via session files.

When do I need persistent state files for task management and orchestration?

You need persistent state files when orchestrating complex work plans across sessions. They record per-task progress, manage dependencies, and maintain accumulated learnings across tasks.

What are the limitations of relying on subagents for plan decomposition and task delegation?

Subagent orchestration requires a prepared work plan document to decompose. Limitations include dependency on accurate plan decomposition and the need for strict regression guards to maintain quality discipline.