Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Authors
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

ProTermsPrivacyRefunds
Back to skills

Incremental Delivery

ASecurity

Executes a multi-task plan one task at a time, keeping every commit atomic and green before starting the next. Use when working through a task list, when a change is large enough to need checkpoints, when commit hygiene matters for bisect, or when tempted to build several things at once. Refuses to begin the next task while the previous one is unverified.

9 stars
0 votes
0 copies
0 views
Added 9/27/2026
ai-agentsrustgo

Security Analysis

A100/100

Scanned 9/27/2026

Install to Claude Code

$npx -y skills add khuynh22/agent-dev-team --skill incremental-delivery --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Incremental Delivery?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Incremental Delivery
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/khuynh22-incremental-delivery/badge)](https://www.skillsdirectory.com/skills/khuynh22-incremental-delivery)

More formats (shields.io, HTML) on the badges page.

Download with Pro
Files
SKILL.md
---
name: incremental-delivery
description: Executes a multi-task plan one task at a time, keeping every commit atomic and green before starting the next. Use when working through a task list, when a change is large enough to need checkpoints, when commit hygiene matters for bisect, or when tempted to build several things at once. Refuses to begin the next task while the previous one is unverified.
license: MIT
metadata:
  phase: build
  owners: [software-engineer, senior-engineer]
  version: "0.1.0"
---

# Incremental Delivery

One task. Verified. Committed. Then the next. The value is not tidiness; it is that when
something breaks you know which change did it, and you have a green commit to return to.

## The loop, per task

1. **Read the brief.** Goal, files in scope, definition of done, out of scope, stop
   condition. If a field is missing and you are a low tier, escalate now, not later.
2. **Run the definition-of-done command first,** to get the baseline. If it already fails,
   stop: that is not your bug and fixing it silently hides someone else's regression.
3. **Implement via `tdd-loop`.** Red, green, suite, refactor.
4. **Verify** against `references/definition-of-done.md`. Quote the output.
5. **Clean the diff.** Debug output, stray logs, anything outside the brief.
6. **Commit,** with a message that says what changed and why, in a line a reader can scan.
7. **Report** before starting the next task: what was done, the evidence, and anything you
   noticed but did not touch.
8. **Next task.**

## What must not happen

- Two tasks in one commit. When the second one is wrong you cannot revert the first.
- Starting task N+1 while task N is unverified. This is how a plan turns into one large
  unreviewable change.
- Fixing an unrelated thing you noticed. Report it; do not touch it. If it blocks you, it
  is an escalation, not a side quest.
- Continuing past a red suite. A red suite means stop, in every case.

## Commit hygiene

- One logical change per commit.
- Structural change and behavioral change never in the same commit. A diff that moves code
  and changes it at once cannot be reviewed, only trusted.
- The message states the change and the reason. It does not restate the diff.
- Every commit leaves the tree green. A commit that only builds when combined with the
  next one destroys bisect, and bisect is the reason for the discipline.

## When the plan turns out to be wrong

It will. Do not silently improvise around it.

1. Stop at the current green commit.
2. State what the plan assumed and what turned out to be true.
3. Route it: a small correction goes back to the plan's author; a structural one is an
   escalation with a handoff packet.
4. Resume when the plan is updated.

Improvising past a wrong plan produces work nobody reviewed against anything.

## Progress reporting

```markdown
### <task id> — done
- **Changed:** <files>
- **Evidence:** <the DoD command and its quoted output>
- **Noticed, not touched:** <out-of-scope observations>
- **Next:** <task id>
```

Report after every task. A silent run of six tasks is one big change with extra steps.

## Verification

- Every commit is green on its own.
- Every task's evidence is quoted output, not a claim.
- No commit mixes two tasks.
- The out-of-scope observations are recorded somewhere, not lost.

## Red flags

| Thought | Reality |
|---------|---------|
| "I'll batch these three, they are related" | Related is not atomic. Three commits. |
| "The suite was red before I started" | Then that is your report, before your change. |
| "I'll commit at the end when it all works" | You lose every safe point in between, and the review becomes untenable. |
| "I noticed a bug and fixed it too" | Report it. Your diff should contain only the brief. |
| "The plan is wrong so I improvised" | Stop and re-route. Improvisation is unreviewed design. |
| "I'll report when I'm done with everything" | Then nobody could have redirected you six tasks ago. |

Attribution

khuynh22khuynh22
View sourceMore from khuynh22 →
SSkills DirectorySkills Directory

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

Related Skills

Caveman

Ultra-compressed communication mode that cuts output tokens while keeping technical accuracy. Levels: lite, full, ultra and the wenyan variants. Use for /caveman, "caveman mode", "talk like caveman", "be brief" or "less tokens".

1074701 votes

Hyperplan

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...

694821 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3351 votes

catchup

Recovers the conversation and failed tool calls of a previous Codex, Claude Code, Antigravity, Cline, Copilot CLI, Cursor, DeepSeek Harness, Kimi, OpenCode, Pi Agent, or ZCode session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", asks to recover/summarize a previous session before continuing, or asks to diagnose or report a catchup failure. Do NOT use for the current conversation, git history, or any non-agent log.

691 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →