workflow

Orchestrate complex coding tasks with structured planning, subagents, and verification.

357|29|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/brianlovin/agent-config --skill workflow-brianlovin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow
Source: https://github.com/brianlovin/agent-config/tree/main/skills/workflow
Command: npx skills add https://github.com/brianlovin/agent-config --skill workflow-brianlovin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a structured framework for managing complex coding tasks, ensuring thorough planning, execution, and verification, thereby reducing errors and improving code quality.

Core Features & Use Cases

  • Structured Planning: Enforces detailed planning for tasks involving multiple steps or architectural decisions.
  • Subagent Strategy: Encourages the use of subagents for focused execution and context management.
  • Self-Improvement: Implements a loop for learning from corrections and preventing future mistakes.
  • Verification: Mandates rigorous proof of correctness before task completion.
  • Elegance: Promotes finding and implementing more elegant solutions for non-trivial changes.
  • Autonomous Bug Fixing: Enables direct resolution of reported bugs without user intervention.
  • Use Case: When faced with a significant refactoring task that involves multiple interconnected components, this Skill will guide the agent through planning, breaking down the work, executing each part with subagents, verifying the changes, and documenting the process.

Quick Start

Use the workflow skill to refactor the user authentication module by first creating a detailed plan in tasks/todo.md.

Frequently Asked Questions about workflow

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

FAQPage Schema
How do I orchestrate complex coding tasks involving multi-step architectural changes?

The workflow skill manages complex coding tasks by enforcing structured planning, subagent strategy, self-improvement loops, and autonomous bug fixing to ensure rigorous execution. It reduces errors and improves code quality during multi-step implementations and architectural changes.

How do I plan a major refactoring task with multiple interconnected components?

To plan a major refactoring task, you create a detailed specification in tasks/todo.md, then break down the work for subagents to execute. The framework guides you through planning, executing, verifying changes, and documenting the process systematically.

What is the best way to automate bug fixing without manual intervention?

Autonomous bug fixing is achieved by enabling direct resolution of reported bugs without user intervention through a structured self-improvement loop. The system learns from corrections to prevent future mistakes while verifying the fix.

Can I use subagents for context management during complex code implementations?

Yes, you can use subagents for focused execution and context management during complex code implementations. The framework encourages deploying subagents to break down multi-step tasks and architectural changes into manageable, isolated components.

Does this structured planning approach require a detailed specification before starting?

Yes, structured planning requires detailed specification and iterative refinement of tasks before starting. The framework mandates rigorous proof of correctness and verification before task completion, ensuring thorough execution of complex changes.

Why does my multi-step refactoring process fail without structured verification?

Multi-step refactoring fails without structured verification because it lacks rigorous proof of correctness before task completion. The framework addresses this by mandating verification and finding more elegant solutions for non-trivial changes.