executing-plans

Execute BD tasks iteratively with mandatory checkpoints and SRE refinements.

80|17|Updated Oct 27, 2025
One-click install
npx skills add https://github.com/withzombies/hyperpowers --skill executing-plans-withzombies
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/withzombies/hyperpowers/tree/main/skills/executing-plans
Command: npx skills add https://github.com/withzombies/hyperpowers --skill executing-plans-withzombies

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the implementation phase by continuously executing tasks defined in bd (Beads) issues. It ensures systematic progress, updates task statuses, and integrates with review processes, preventing manual oversight and context switching.

Core Features & Use Cases

  • Continuous Task Execution: Automatically processes bd tasks one by one, ensuring all dependencies are met.
  • Status Management: Updates bd task statuses (in_progress, closed) as work progresses, maintaining an accurate project state.
  • Integrated Review: Supports optional per-task review via code-reviewer or a final comprehensive review via review-implementation.
  • Use Case: After a detailed plan is created in bd, use this Skill to automatically work through all ready tasks, implementing code, running verifications, and updating bd statuses.

Quick Start

Use the executing-plans skill to implement the tasks for bd-1.

Frequently Asked Questions about executing-plans

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

FAQPage Schema
How do I automate execution of development tasks with mandatory checkpoints?

Task execution automation enforces one-task-at-a-time processing with per-task verification and SRE refinement steps. This Skill coordinates iterative BD task completion, updating statuses and enforcing mandatory pauses between tasks to integrate real-world findings before proceeding.

What's the best way to manage task dependencies and workflow automation in project execution?

Workflow automation with fixed checkpoints ensures all task dependencies are met before execution. This approach coordinates iterative task processing, updates project state as work progresses, and prevents manual oversight by enforcing systematic, one-task-at-a-time advancement.

Can I integrate code review into continuous task execution?

Integrated review is supported both per-task via code-reviewer and comprehensively after all tasks complete via review-implementation. This keeps task status management synchronized with review processes, maintaining accurate project state throughout continuous delivery.

How do I prevent context switching during agent orchestration of BD tasks?

Single-task execution with mandatory SRE refinement and explicit STOP points prevents context switching during task coordination. This ensures focus on one task's test-driven verification and live learnings before continuing, maintaining workflow discipline in continuous delivery scenarios.

What happens when real-world findings require task adaptation during implementation?

This Skill accommodates task adaptation through per-task TodoWrite substeps and mandatory SRE refinement after each execution. Requirements remain immutable, but task execution paths adjust based on findings, with explicit user pauses ensuring conscious decision-making before proceeding.