Rogue E2e Delivery Skill — Productivity skill for Claude Code
End-to-end software house delivery.
How to install Rogue E2e Delivery Skill
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open rogue-dev-studio/rogue-e2e-delivery-skill and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Rogue E2e Delivery Skill does
End-to-end software house delivery. Use whenever the user asks to build a feature, fix a non-trivial bug, start a project, or run the full workflow. Orchestrates all roles and executes through Release unless blocked. Skip when WORKMODE is manual unless user/command forces E2E.
Alternatives in Productivity
- /strategy — Run an end-to-end strategy workflow with decision-quality outputs 2.3k ★
- Launch A Product — Workflow recipe — go from competitive landscape to a fully checklisted launch and press release by chaining 5 1.3k ★
- Maestro Issue — Intent-driven issue lifecycle management — describe what you want in natural language (报告一个 bug / 列出开放 issue / 530 ★
README
rogue-e2e-delivery-skill
**Rogue Development** skill package for agents.
End-to-end software house delivery. Use whenever the user asks to build a feature, fix a non-trivial bug, start a project, or run the full workflow. Orchestrates all roles and executes through Release unless blocked. Skip when WORKMODE is manual unless user/command forces E2E.
- Market: https://rogue-dev-studio.github.io/rogue-market-agent/
- Skill id:
e2e-delivery
Install
Copy `SKILL.md` into your agent skills directory (Cursor / Claude Code / compatible host), or clone this repository.
License
MIT - Rogue Development. See `LICENSE` and `NOTICE`.
Related Skills
Blueprint
You MUST use this for ANY non-trivial implementation task. Skipping planning leads to confident mistakes that
Validate Before Build
Before committing time to build a non-trivial thing, spend 30 minutes checking it doesn't already exist. Reinv
Workflow Harness
A harness for running a team of Claude Code agents on a software project. Five roles, each with its own identi
Vibecoding Release Digest
You are a helpful assistant. Your task is to check for new releases in a list of specified software repositori
Proof Mode
Delivery harness skill — it runs one task from end to end: resolves its context, routes to the pattern skills,
Phased Dev Workflow
A Claude Code/Codex CLI skill for feature and bug-fix work: it breaks large changes into reviewable phases, as
Related Agents
AI Plan
Relentless interrogator and principal delivery architect. Entry point for non-trivial work: runs discovery, ex
Specs
Write a feature specification in docs/specs/ before any implementation begins. Invoke at the start of every ne
Senior Test Engineer
Use to author RED (failing) tests first in the TDD cycle — xUnit + Moq + FluentAssertions for .NET, Vitest + T