deliver

Orchestrate feature delivery from plan approval to a green pull request.

1|Updated Dec 8, 2025
One-click install
npx skills add https://github.com/adamayoung/popcorn --skill deliver-adamayoung
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deliver
Source: https://github.com/adamayoung/popcorn/tree/main/.claude/skills/deliver
Command: npx skills add https://github.com/adamayoung/popcorn --skill deliver-adamayoung

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill solves the friction of manual feature delivery by orchestrating the entire pipeline from plan approval to a green, ready-to-merge pull request, ensuring safety and consistency across complex SwiftUI projects.

Core Features & Use Cases

  • Autonomous Orchestration: Sequences review, implementation, security, and verification phases without manual intervention.
  • Safety Gates: Enforces test-first development, security reviews, and rubric verification to maintain high code quality.
  • Use Case: After finalizing a feature plan in plan mode, use this Skill to drive the implementation through to a verified, green PR in an isolated worktree, allowing you to focus on high-level design while the pipeline handles the mechanics.

Quick Start

Invoke the deliver skill to autonomously drive the current approved plan through the full feature pipeline to a ready-to-merge state.

Frequently Asked Questions about deliver

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

FAQPage Schema
How do I automate a SwiftUI feature delivery pipeline from plan to pull request?

You can automate the SwiftUI feature delivery pipeline by orchestrating the entire workflow from plan approval to a ready-to-merge pull request, managing isolated git worktrees and test-first implementation without manual intervention.

What is autonomous end-to-end feature delivery for SwiftUI applications?

Autonomous end-to-end feature delivery is a pipeline that sequences review, implementation, security, and verification phases to produce a green, ready-to-merge pull request for SwiftUI applications.

Can I enforce test-first development and security reviews in an automated pull request workflow?

Yes, you can enforce test-first development and security reviews in an automated pull request workflow by using safety gates that verify acceptance criteria and run rubric verification before merging.

Does automated feature delivery work with isolated git worktrees?

Automated feature delivery works with isolated git worktrees by managing them directly to ensure safety and consistency across complex SwiftUI projects during the implementation phase.

What are the limitations of autonomous pull request generation for SwiftUI projects?

The pipeline focuses specifically on SwiftUI applications and requires an approved plan beforehand; it does not handle the initial planning phase or support unrelated frameworks out of the box.