workflow

Implement an architect-delegate workflow with background agents and plan files.

1|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/barathanaslan/ClaudeSetup --skill workflow-barathanaslan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow
Source: https://github.com/barathanaslan/ClaudeSetup/tree/main/skills/workflow
Command: npx skills add https://github.com/barathanaslan/ClaudeSetup --skill workflow-barathanaslan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines complex tasks by enabling an architect-delegate pattern, where strategic planning and review are handled by the AI, and implementation is delegated to background agents, ensuring efficient and organized project execution.

Core Features & Use Cases

  • Architect-Delegate Pattern: Separates strategic planning and review from task implementation.
  • Agent Delegation: Uses background agents for autonomous execution of plans.
  • Structured Planning: Enforces a clear plan file format for self-contained task instructions.
  • Use Case: When discussing a new feature, you can use this Skill to help outline the plan, delegate the coding to an agent, and then have another agent review the implementation.

Quick Start

Use the workflow skill to delegate the implementation of the plan located at docs/plans/plan-001-feature-x.md.

Frequently Asked Questions about workflow

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

FAQPage Schema
How do I delegate coding tasks to background agents for project execution?

You can delegate coding tasks by using an architect-delegate workflow pattern, where strategic planning is separated from implementation. Background agents autonomously execute self-contained plan files, ensuring structured and organized project completion.

What is the architect-delegate pattern for task management?

The architect-delegate pattern for task management separates strategic planning and review from task implementation. An AI architect outlines the plan, delegates implementation to background agents, and then reviews the autonomous execution results.

How do I structure plan files for autonomous agent delegation?

To structure plan files for autonomous agent delegation, enforce a clear, self-contained plan file format. This ensures task instructions are completely independent, allowing background agents to execute the implementation without missing critical context.

Can I use background agents to implement features from a markdown plan?

Yes, you can use background agents to implement features from a markdown plan. The workflow skill reads the structured plan file located in your docs directory and delegates the coding tasks to an agent for autonomous execution.

When should I separate planning from implementation in task management?

You should separate planning from implementation in task management when handling complex tasks. This architect-delegate approach ensures strategic planning and review are handled centrally, while background agents focus strictly on efficient implementation.

Do I need dependencies to use the architect-delegate workflow pattern?

No dependencies are required to use the architect-delegate workflow pattern. The skill operates independently to enforce structured planning and agent delegation, allowing you to streamline complex project execution without external packages.