Autonomous delivery pipeline
Skill yeaight7/agent-powerups/plugins/software-engineering/skills/autonomous-delivery-pipeline
Use when the user wants end-to-end autonomous execution from a brief idea to working, verified code -- multi-phase work spanning requirements, planning, implementation, QA, and validation. Not for brainstorming, single focused changes, or quick fixes.From its SKILL.md
npx -y skills add yeaight7/agent-powerups --skill autonomous-delivery-pipelineAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 6 stars6 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
4.4 KB, 870 tokens by cl100k_base, as published. Nobody here has run it
Purpose
Autonomous Delivery Pipeline takes a brief product idea and autonomously handles the full lifecycle: requirements analysis, technical design, planning, parallel implementation, QA cycling, and multi-perspective validation. It produces working, verified code from a 2-3 line description.
This skill creates an execution plan and verification loop for a coding agent. It does not grant permission to write globally, install dependencies, commit, push, deploy, or modify secrets.
When to Use
- User wants end-to-end autonomous execution from an idea to working code
- Task requires multiple phases: planning, coding, testing, and validation
Do Not Use When
- User wants to explore options or brainstorm -- respond conversationally
- User wants a single focused code change -- use a persistent completion loop or delegate directly
- Task is a quick fix or small bug -- use direct executor delegation
Why This Exists
Most non-trivial software tasks require coordinated phases: understanding requirements, designing a solution, implementing in parallel, testing, and validating quality. Autonomous delivery orchestrates all of these phases automatically so the user can describe what they want and receive working code without managing each step.
Inputs
- A brief product idea or task description (2-3 lines is enough)
- Optional: a pre-validated requirements-clarifier spec (
.specs/requirements-clarifier-*.md); if present, Phase 0 expansion is skipped
Execution Policy
- Each phase must complete before the next begins
- Parallel execution is used within phases where possible (Phase 2 and Phase 4)
- QA cycles repeat up to 5 times; if the same error persists 3 times, stop and report the fundamental issue
- Validation requires approval from all reviewers; rejected items get fixed and re-validated
- Dry-run and default-safe behaviors apply. Review before use.
Workflow
-
Phase 0 - Expansion: Turn the user's idea into a detailed spec
- If requirements clarifier spec exists: Skip expansion, use the pre-validated spec directly. Continue to Phase 1 (Planning).
- If input is vague (no file paths, function names, or concrete anchors): Offer redirect to requirements clarifier for Socratic clarification
- Otherwise: Extract requirements and create technical specification
- Output: a written specification document
-
Phase 1 - Planning: Create an implementation plan from the spec
- Create plan
- Validate plan
- Output: a written implementation plan
-
Phase 2 - Execution: Implement the plan
- Run independent tasks in parallel
-
Phase 3 - QA: Cycle until all tests pass
- Build, lint, test, fix failures
- Repeat up to 5 cycles
- Stop early if the same error repeats 3 times (indicates a fundamental issue)
-
Phase 4 - Validation: Multi-perspective review in parallel
- Architecture: Functional completeness
- Security: Vulnerability check
- Code quality: Review
- All must approve; fix and re-validate on rejection
-
Phase 5 - Cleanup: Remove intermediate plan artifacts on successful completion
Output
- A written specification document (Phase 0)
- A written implementation plan (Phase 1)
- Working code with passing tests and build, approved by architecture, security, and code-quality review
- Intermediate plan artifacts removed on successful completion
Failure Modes
- Stop and report when the same QA error persists across 3 cycles (fundamental issue requiring human input)
- Stop and report when validation keeps failing after 3 re-validation rounds
- Stop when the user says "stop", "cancel", or "abort"
- If requirements were too vague and expansion produces an unclear spec, offer redirect to requirements clarifier
Verification
- All 5 phases completed (Expansion, Planning, Execution, QA, Validation)
- All validators approved in Phase 4
- Tests pass (verified with fresh test run output)
- Build succeeds (verified with fresh build output)
- State files cleaned up
- User informed of completion with summary of what was built
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.
Gives 0 of the 12 instructions most plan spec skills give in 870 tokens
Counted across 1,360 of the 2,617 authors here whose files we hold, read 2026-09-06
- Ask one question at a timein 73 of 1360
- Write the spec using the templatein 22 of 1360
- Ask clarifying questions if neededin 19 of 1360, across 18 files
- Wait for user confirmation before proceedingin 19 of 1360
- Save plans to the plans directoryin 17 of 1360, across 13 files
- Check for product marketing context firstin 16 of 1360, across 5 files
- Read the plan file completelyin 16 of 1360
- Order tasks by dependencyin 16 of 1360
- Gather context from the conversationin 15 of 1360, across 9 files
- Explore the codebase instead of askingin 15 of 1360, across 13 files
- Wait for explicit user approvalin 14 of 1360, across 13 files
- Quiz the user on the breakdownin 13 of 1360, across 7 files
Said here and by no other author read
- Repeat QA cycles up to five times
- Stop if the same error persists thrice
- Obtain approval from all reviewers
- Remove intermediate plan artifacts on completion
Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.