What problem does it solve? Turning a feature request into a merge-ready pull request requires many tedious steps: branching, implementing, reviewing, end-to-end testing, opening the PR, and babysitting CI. This Skill automates that entire local agentic loop so a single instruction produces a green, reviewed, end-to-end-verified PR. ## Core Features & Use Cases - Full autonomous loop: Implements the change, runs multi-round review loops, verifies end-to-end with Playwright, raises the PR, and monitors CI until everything converges. - Composes existing skills: Orchestrates review-loop, e2e-verify, and babysit-pr rather than reimplementing them, and never auto-merges. - Smart stopping behavior: Only pauses for genuine product decisions, destructive actions, or unresolvable blockers, batching questions to minimize interruptions. - Use Case: Tell the agent "ship the new settings page end to end" and it branches, implements, reviews, verifies in the real dev stack, opens the PR, fixes CI failures including visual diffs, and reports when the PR is ready to merge. ## Quick Start Ask the agent to run /factory with a description of what you want built, for example: "/factory add a dark mode toggle to the settings page".