development workflow

Plan complex engineering tasks with structured workflow patterns and subagents.

147|5|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/rcarmo/agentbox --skill development-workflow-rcarmo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: development workflow
Source: https://github.com/rcarmo/agentbox/tree/main/skel/.github/skills/workflow
Command: npx skills add https://github.com/rcarmo/agentbox --skill development-workflow-rcarmo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides structured workflow patterns for planning, coordinating subagents, and enforcing self-improvement and verification loops to improve complexity tasks.

Core Features & Use Cases

  • Plan Mode Default: Enter plan mode for any non-trivial task to create a clear, actionable plan before execution.
  • Subagent Strategy: Offload research and exploration to subagents to keep main context focused.
  • Self-Improvement Loop: Update lessons and patterns after each correction to reduce repeated mistakes.
  • Verification Before Done: Require validation steps and evidence before marking work complete.

Quick Start

Activate plan mode for a complex task, then delegate exploratory work to subagents and review results against the plan.

Frequently Asked Questions about development workflow

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

FAQPage Schema
How do I plan complex engineering tasks to avoid mistakes?

To plan complex engineering tasks, enter plan mode to create a clear, actionable plan before execution. This structured workflow pattern ensures multi-step projects are mapped out before any code is written, reducing repeated mistakes.

What is the best way to manage context during multi-step engineering projects?

The best way to manage context during multi-step engineering projects is to offload research and exploration to subagents. This subagent strategy keeps the main context focused on core execution rather than exploratory data.

How do I enforce verification before marking a software workflow complete?

To enforce verification before marking work complete, require validation steps and evidence at the end of your workflow. This ensures formal verification is satisfied before any task is marked done.

Can I use subagents to improve my software development workflow?

Yes, you can use subagents to improve your software development workflow by delegating exploratory work. Reviewing subagent results against your initial plan maintains focus and effectively coordinates complex tasks.

How does a self-improvement loop reduce repeated mistakes in task management?

A self-improvement loop reduces repeated mistakes by updating lessons and patterns after each correction. Applying this to task management iteratively refines your engineering process over time.