ship-task

Orchestrate roadmap tasks into pull requests with validation and review gates.

Updated Mar 2, 2026
One-click install
npx skills add https://github.com/supermalang/ai-augmented-coding --skill ship-task
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ship-task
Source: https://github.com/supermalang/ai-augmented-coding/tree/main/.claude/skills/ship-task
Command: npx skills add https://github.com/supermalang/ai-augmented-coding --skill ship-task

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill turns a roadmap task into a controlled, end-to-end delivery pipeline so work can move from readiness checks to implementation, review, and pull request creation without skipping required gates.

Core Features & Use Cases

  • Task-by-task shipping: Runs one roadmap item at a time, validating Definition of Ready before any implementation begins.
  • Batch backlog delivery: Drains every open, dependency-ready task in priority order when you want to ship a ready queue instead of a single item.
  • Guardrailed execution: Routes work through setup, schema changes, RED tests, locate scouting, coding or debugging, green verification, documentation, commit, parallel reviews, and PR handoff.
  • Use Case: A product team can invoke this Skill for a feature, fix, or migration task and let it coordinate the full delivery lifecycle while preserving human review at the end.

Quick Start

Use the ship-task skill to ship a specific roadmap task or the ready backlog from docs/ROADMAP.md through validation, implementation, review, and pull request creation.

Frequently Asked Questions about ship-task

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

FAQPage Schema
How do I automate roadmap task delivery into a pull request end to end?

You can automate end-to-end roadmap task delivery by orchestrating readiness checks, RED-to-GREEN test discipline, locate-guided implementation, documentation refresh, commit creation, and PR review handoff. This pipeline enforces validation gates before allowing implementation to begin.

What is the best way to ship a batch of ready backlog tasks in priority order?

Batch backlog delivery drains every open, dependency-ready task in priority order. It routes each task through setup, schema changes, RED tests, coding, green verification, documentation, commit, parallel reviews, and PR handoff.

Can I use test automation gates for schema migrations and UI changes?

Yes, test automation gates apply to schema migrations and UI changes. The workflow enforces RED-to-GREEN test discipline before locate-guided implementation and PR review handoff.

Does code review happen automatically during workflow orchestration?

Code review is coordinated as a parallel audit during workflow orchestration, but human review is preserved at the end before the pull request handoff is completed.

How do I enforce Definition of Ready before starting code implementation?

Definition of Ready is validated before any implementation begins. The workflow orchestrates readiness checks, roadmap parsing, and setup to ensure tasks meet requirements prior to coding.

What types of development work does task shipping support?

Task shipping supports feature work, fix work, schema migrations, UI changes, and API or database updates. It applies to both single-task shipments and ready-backlog batching.