task-runner

Executes approved implementation plans in batches with pauses for feedback.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the risk of executing flawed or outdated implementation plans by enforcing critical human review at defined checkpoints, preventing wasted effort on incorrect work.

Core Features & Use Cases

  • Batch Execution: Executes tasks from a written plan in manageable batches.
  • Checkpoint Reviews: Pauses execution between batches for architect or human oversight and feedback.
  • Use Case: A developer has a detailed plan to refactor a module. They use task-runner to execute the plan in batches of 3 tasks, allowing a senior engineer to review the changes and provide feedback after each batch before the next set of tasks is executed.

Quick Start

Use the task-runner skill to execute the implementation plan located at /path/to/plan.md, reviewing each batch of tasks before proceeding.

Frequently Asked Questions about task-runner

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

FAQPage Schema
How do I execute an implementation plan in batches with human review checkpoints?

Batch execution processes a written implementation plan in defined increments, pausing between each batch to require human review, feedback, and course correction before proceeding to the next set of tasks.

What is the best way to automate task execution while maintaining developer oversight?

Automating task execution with developer oversight requires a structured workflow that pauses execution between batched tasks, ensuring an architect can review changes and provide iterative feedback before subsequent tasks run.

How do I run a refactoring plan iteratively to prevent executing flawed or outdated tasks?

Running a refactoring plan iteratively prevents executing flawed tasks by enforcing critical human review at defined checkpoints, stopping wasted effort on incorrect work through structured batch execution.

Can I use batch processing for implementation plans that require course correction?

Batch processing supports implementation plans requiring course correction by executing tasks in manageable increments and facilitating structured development workflows with mandatory human oversight between each batch.

When do I need workflow automation with human checkpoints for code review?

Workflow automation with human checkpoints for code review is needed when executing detailed implementation plans where senior engineer oversight is necessary to ensure adherence to plan specifications and allow iterative feedback loops.