csdlc-execute

Execute CS DLC stories via sub-agents with PR reviews and human approval.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/danhannah94/claymore-plugins --skill csdlc-execute
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: csdlc-execute
Source: https://github.com/danhannah94/claymore-plugins/tree/main/csdlc/skills/csdlc-execute
Command: npx skills add https://github.com/danhannah94/claymore-plugins --skill csdlc-execute

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates a gated, supervised execution workflow for CS DLC stories by coordinating sub-agents to execute, review, and optionally QA epics after a breakdown, with explicit human gates before merging.

Core Features & Use Cases

  • Coordinates Step 3 (execution), Step 4 (review), and optional Step 5 (QA) of CS DLC, packaging work into PRs and handoffs.
  • Spawns isolated sub-agents in dedicated worktrees to execute stories with traceable results and automated write-ups.
  • Enforces human approval before merging, enabling safer autonomous delivery while maintaining control.

Quick Start

Provide the epic document path or Foundry context, then run /execute to start supervised execution.

Frequently Asked Questions about csdlc-execute

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

FAQPage Schema
How do I execute epic stories with subagents and enforce PR reviews before merging?

To execute epic stories with subagents and enforce PR reviews, this Skill orchestrates isolated subagents to execute stories in dedicated worktrees, package work into PRs, and enforce human approval before merging.

Can I run supervised story execution in parallel using Foundry orchestration?

Yes, you can run supervised story execution in parallel using Foundry orchestration. This Skill executes Steps 3–5 either serially or in parallel under supervision, coordinating isolated subagents across dedicated worktrees.

What is needed to start gated, supervised story execution for epics?

To start gated, supervised story execution for epics, you need a Foundry space, access to PR workflows, the ability to spawn isolated subagents, and an epic document path or Foundry context to run the /execute command.

How does subagent orchestration handle post-PR reviews and QA before merging?

Subagent orchestration handles post-PR reviews by spawning isolated agents to perform automated write-ups and per-PR reviews. It optionally runs Step 5 QA before enforcing human approval gates for merging.

What's the best way to automate autonomous delivery while maintaining human control over merges?

The best way to automate autonomous delivery while maintaining human control is gated, supervised execution. This Skill coordinates subagents to execute and review stories autonomously, packaging work into PRs while enforcing explicit human approval before merging.