redsub-execute

Execute implementation plan tasks sequentially with subagent dispatch and two-stage review.

2|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/redsub-captain/redsub-claude-code --skill redsub-execute
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: redsub-execute
Source: https://github.com/redsub-captain/redsub-claude-code/tree/main/skills/redsub-execute
Command: npx skills add https://github.com/redsub-captain/redsub-claude-code --skill redsub-execute

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the sequential execution of development tasks defined in a plan, ensuring each step is validated before proceeding, thereby streamlining the implementation process.

Core Features & Use Cases

  • Task-by-Task Execution: Implements tasks from a plan one by one, rather than in batches.
  • Subagent Dispatch: Utilizes specialized subagents for implementation and multi-stage reviews.
  • Use Case: After generating a plan for a new feature, use this Skill to have an AI systematically implement each task, review it for spec compliance and code quality, and only then move to the next, ensuring a robust development cycle.

Quick Start

Use the redsub-execute skill to implement the plan located at docs/plans/feature-plan.md.

Frequently Asked Questions about redsub-execute

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

FAQPage Schema
How do I automate task-by-task execution of a development plan?

To automate task-by-task execution of a development plan, use this Skill to sequentially implement tasks from a plan file, dispatching subagents for implementation and multi-stage reviews to validate spec compliance and code quality before proceeding.

What is the best way to ensure code quality during automated plan execution?

The best way to ensure code quality during automated plan execution is using a two-stage review process that validates spec compliance and code quality for each task sequentially, enforcing red flags to prevent common workflow errors before moving to the next task.

How does subagent dispatch work for implementation plan tasks?

Subagent dispatch for implementation plan tasks works by assigning specialized subagents to execute individual tasks and perform multi-stage reviews, integrating with TodoWrite for status tracking to manage task progression and validate the entire plan execution.

Do I need a pre-existing plan file to automate my development workflow?

Yes, you need a pre-existing plan file, such as a markdown document located at docs/plans/feature-plan.md, to provide the sequential tasks required for the Skill to automate your development workflow execution.

What happens after the execution validates the entire implementation plan?

After the execution validates the entire implementation plan, the task progression completes its status tracking and the system recommends a ship command, signaling that all tasks have successfully passed the two-stage review process.