gsd-execute

Execute PLAN.md tasks in order with atomic commits and TDD.

6|3|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/alo-exp/silver-bullet --skill gsd-execute
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-execute
Source: https://github.com/alo-exp/silver-bullet/tree/main/.forge/skills/gsd-execute
Command: npx skills add https://github.com/alo-exp/silver-bullet --skill gsd-execute

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Execute PLAN.md with deterministic task execution, atomic commits, and enforced testing discipline to ensure plan-to-production traceability.

Core Features & Use Cases

  • Stepwise execution of PLAN.md tasks in order with verification flags for each task.
  • Write failing tests before implementing new functionality (TDD) and commit with a conventional prefix.
  • Document deviations when planned steps diverge and ensure safe recovery before continuing.

Quick Start

Ensure PLAN.md exists, then run the GSD Execute Phase to carry out tasks in order with tests and commits.

Frequently Asked Questions about gsd-execute

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

FAQPage Schema
How do I execute PLAN.md tasks in strict order with TDD discipline?

To execute PLAN.md tasks in strict order with TDD discipline, you run the GSD Execute Phase. It automates stepwise task execution, writes failing tests before implementation, and verifies each task before proceeding to the next.

How do I handle deviations when implementing a planned software task sequence?

To handle deviations when implementing a planned software task sequence, the execution process documents the divergence and ensures safe recovery before continuing. Deviations are logged with proper conventional commit messages to maintain plan-to-production traceability.

What is atomic commit discipline in test-driven development?

Atomic commit discipline in test-driven development is committing each implemented task individually with conventional prefixes after tests pass. This approach ensures deterministic execution and strict plan-to-production traceability for software projects.

Do I need an existing PLAN.md file to automate task execution with atomic commits?

Yes, you need an existing PLAN.md file to automate task execution with atomic commits. The execution automation requires this file to define the work, enforce strict task order, and apply verification flags during the implementation phase.

What is the best way to ensure plan-to-production traceability in DevOps?

The best way to ensure plan-to-production traceability in DevOps is combining deterministic task execution with atomic commits and enforced testing discipline. This methodology guarantees each planned step is implemented, verified, and documented sequentially.

What happens if a verification flag fails during PLAN.md task execution?

When a verification flag fails during PLAN.md task execution, the stepwise process halts to ensure safe recovery. The deviation from the planned step is documented with a proper commit message before continuing with the next task.