delegated-execution

Execute implementation plans by dispatching tasks to isolated subagents with two-stage reviews.

78|20|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/NoobyGains/godmode --skill delegated-execution
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: delegated-execution
Source: https://github.com/NoobyGains/godmode/tree/main/skills/delegated-execution
Command: npx skills add https://github.com/NoobyGains/godmode --skill delegated-execution

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the execution of complex implementation plans by breaking them down into independent tasks, each handled by a dedicated subagent with rigorous, multi-stage reviews to ensure quality and adherence to specifications.

Core Features & Use Cases

  • Task Decomposition: Breaks down large plans into manageable, atomic tasks.
  • Isolated Subagents: Assigns each task to a fresh subagent to prevent context contamination.
  • Two-Stage Review: Ensures both specification compliance and code quality are met for every task.
  • Use Case: Implementing a new software feature involves multiple steps like setting up a database schema, building a new API endpoint, and writing frontend components. This Skill manages the execution of each step independently, with checks at each stage.

Quick Start

Use the delegated-execution skill to implement the plan outlined in the attached file 'feature-plan.md'.

Frequently Asked Questions about delegated-execution

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

FAQPage Schema
How do I automate task execution for a complex implementation plan?

Automate task execution by breaking an implementation plan into atomic tasks, dispatching each to an isolated subagent, and enforcing a two-stage review for specification compliance and code quality.

Why use isolated subagents for workflow automation in software engineering?

Isolated subagents prevent context contamination during workflow automation by instantiating a fresh subagent per task, which facilitates faster iteration and maintains clean execution boundaries.

How does the two-stage review process work for generated code?

The two-stage review process works by independently verifying specification compliance first, then evaluating code quality standards for each task executed by a delegated subagent.

Can I use delegated-execution to implement features across different tech stacks?

You can use delegated-execution to implement features across tech stacks by managing independent execution steps like database schemas, API endpoints, and frontend components within a single session.

What is the best way to prevent context contamination during automated code generation?

The best way to prevent context contamination during automated code generation is to decompose plans into independent tasks and assign each to a fresh subagent for isolated execution.