issue-driven-delivery

Coordinate delivery work using GitHub issues as task contracts.

Updated Apr 1, 2026
One-click install
npx skills add https://github.com/lilmuckers/agentic-team-plugin --skill issue-driven-delivery-lilmuckers
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: issue-driven-delivery
Source: https://github.com/lilmuckers/agentic-team-plugin/tree/main/skills/issue-driven-delivery
Command: npx skills add https://github.com/lilmuckers/agentic-team-plugin --skill issue-driven-delivery-lilmuckers

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GitHub issues are used as the visible contract for delivery work, clarifying ownership and progress across orchestrator, spec, builder, and QA teams.

Core Features & Use Cases

  • Create issues as task contracts and tag each with the target archetype and a high-level issue-type label (feature, bug, change, or chore).
  • Enforce explicit acceptance criteria and key assumptions within the issue to keep work scoping clear and auditable.
  • Use issue comments to surface questions and maintain a transparent, durable clarification trail across the delivery lifecycle.

Quick Start

Create a GitHub issue to start a delivery task, tag it with the appropriate archetype and issue-type, and document acceptance criteria and assumptions in the description.

Frequently Asked Questions about issue-driven-delivery

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

FAQPage Schema
How do I coordinate delivery across teams using GitHub issues?

To coordinate delivery via GitHub issues, you treat issues as task contracts by tagging them with target archetypes and issue-type labels like feature or bug. This enforces ownership, explicit acceptance criteria, and visible question threads for traceability across orchestrator, spec, builder, and QA teams.

What is the best way to track ownership and readiness for a feature in GitHub?

Tracking ownership and readiness in GitHub requires enforcing explicit acceptance criteria and key assumptions within the issue description. Tagging each issue with the target archetype and a high-level issue-type label maintains clear, auditable work scoping throughout the delivery lifecycle.

How do I maintain a transparent clarification trail during issue-driven delivery?

You maintain a transparent clarification trail during issue-driven delivery by using GitHub issue comments to surface questions. This creates a durable, visible record of decisions and scope changes across orchestrator, spec, builder, and QA workflows.

Can I use GitHub issues as contracts for both QA and building workflows?

Yes, GitHub issues work as contracts for building and QA workflows by enforcing tagging policies and explicit acceptance criteria. Applying issue-driven delivery across these stages ensures readiness is verified against the documented assumptions and criteria before acceptance.

Why should I document assumptions in GitHub issue descriptions?

Documenting assumptions in GitHub issue descriptions keeps work scoping clear and auditable. It establishes a visible contract for delivery teams, ensuring that orchestrator, builder, and QA members share the same understanding of readiness and acceptance criteria.

Does issue-driven delivery require any specific dependencies or components?

No, issue-driven delivery requires no specific dependencies or components. It relies entirely on standard GitHub issues and comments to enforce tagging policies, acceptance criteria, and visible question threads for coordinating delivery work.