explaingit

joelbrilliant1-beep/agentic-delivery-skills

Analysis updated 2026-05-18

0Audience · developerComplexity · 2/5Setup · easy

TLDR

A library of Markdown skill files that give AI coding agents clear role boundaries and guardrails throughout the software delivery pipeline.

Mindmap

mindmap
  root((Agentic Delivery Skills))
    What it does
      Skill files for AI agents
      Role boundaries
      Delivery guardrails
    Tech stack
      Markdown
    Use cases
      Scope and slice work
      Coordinate agent roles
      Adversarial review
    Audience
      Developers
      AI agent teams

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Give AI coding agents clear guardrails for scoping, building, and reviewing work.

USE CASE 2

Coordinate multiple AI agents acting as orchestrators, builders, and reviewers.

USE CASE 3

Track deployment evidence so agent work is verifiable in production, not just claimed.

What is it built with?

Markdown

How does it compare?

joelbrilliant1-beep/agentic-delivery-skills0verflowme/alarm-clock0xhassaan/nn-from-scratch
Stars00
LanguageCSSPython
Last pushed2022-10-03
MaintenanceDormant
Setup difficultyeasyeasymoderate
Complexity2/52/54/5
Audiencedevelopervibe coderdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 5min

In plain English

Agentic Delivery Skills is a collection of reusable skill files for teams using AI coding agents, tools like Claude Code, Codex, Cursor-style agents, or custom multi-agent systems, to build and ship software. Each skill is a plain Markdown file containing structured instructions that an agent can load to follow a specific operating pattern rather than improvising its own approach. The problem these skills address is that AI agents doing software work often lack clear role boundaries, leave their work invisible to the humans supervising them, and drift beyond their intended scope. One example given is a reviewer that silently rewrites code instead of simply flagging issues for a human to decide on. These skills exist to provide practical guardrails across the whole delivery pipeline, from planning through review to deployment. The library is organized into two groups. Core delivery skills cover clarifying scope and breaking work into vertical slices, meaning small, independently reviewable pieces of work, coordinating the roles of orchestrators, builders, and reviewers, and applying adversarial code review that goes beyond simply checking whether tests pass. Operational guardrail skills cover adjacent concerns: promoting local work to production with verifiable evidence at each stage, keeping agent work visible and traceable through run IDs, checking that a new AI model or provider actually supports the capabilities a team needs before switching to it, handling long sessions and context handoffs without losing state, and importing external code safely. The skills are designed to be portable across different agent frameworks. Installing them means copying the relevant Markdown files into an agent's own skill directory. The underlying philosophy is clear separation of roles: one builder assigned per slice of work, reviewers who document problems before attempting to fix them, and deployment evidence that proves what is actually running in production, not just what the repository contains.

Copy-paste prompts

Prompt 1
Load the vertical-slicing skill and help me break this feature into reviewable pieces.
Prompt 2
Use the adversarial code review skill to critique this pull request.
Prompt 3
Apply the deployment evidence skill to verify this change is actually live in production.
Prompt 4
Help me copy these skill files into my agent's skill directory and use them.

Frequently asked questions

What is agentic-delivery-skills?

A library of Markdown skill files that give AI coding agents clear role boundaries and guardrails throughout the software delivery pipeline.

How hard is agentic-delivery-skills to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is agentic-delivery-skills for?

Mainly developer.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.