What problem does it solve?
Orchestrates the full feature development lifecycle inside a repository so developers avoid manual handoffs across exploration, design, implementation, review, and PR creation. It reduces context switching, ensures artifacts are preserved, and enforces a repeatable pipeline for shipping features.
Core Features & Use Cases
- Sequential Orchestration: Chains sub-skills for exploration, design choice, PRD drafting, implementation, review, fixes, and PR creation.
- Artifact Persistence & Handoff: Writes work-in-progress and final artifacts to .llm/<feature_name>/ for traceability and downstream steps.
- Interactive Pauses: Pauses for user input at decision points (design selection, PR approval) and resumes the pipeline automatically after responses.
- Use Case: Use when adding a new feature to the browser extension or agent stack to generate a PRD, implement changes, run reviews, and open a Pull Request with minimal manual orchestration.
Quick Start
Invoke /dev with a concise feature description to start the orchestrated pipeline that explores the codebase, drafts a PRD, implements changes, runs reviews, and opens a PR.