Help us improve
Share bugs, ideas, or general feedback.
From software-engineering
Full autonomous execution from idea to working code
How this skill is triggered — by the user, by Claude, or both
Slash command
/software-engineering:autonomous-delivery-pipeline <product idea or task description><product idea or task description>The summary Claude sees in its skill listing — used to decide when to auto-load this skill
<Purpose>
Share bugs, ideas, or general feedback.
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.
<Use_When>
<Do_Not_Use_When>
<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. </Why_This_Exists>
<Execution_Policy>
Phase 1 - Planning: Create an implementation plan from the spec
implementation-plan.mdPhase 2 - Execution: Implement the plan
Phase 3 - QA: Cycle until all tests pass
Phase 4 - Validation: Multi-perspective review in parallel
Phase 5 - Cleanup: Remove intermediate plan artifacts on successful completion
<Escalation_And_Stop_Conditions>
<Final_Checklist>
npx claudepluginhub yeaight7/agent-powerups --plugin software-engineeringCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.