dev

Orchestrates sub-skills to move a feature from discovery to PR creation.

Updated Mar 31, 2026
One-click install
npx skills add https://github.com/Sridhar-Ranganaboina/WebGenie --skill dev-sridhar-ranganaboina
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev
Source: https://github.com/Sridhar-Ranganaboina/WebGenie/tree/main/packages/browseros-agent/.claude/skills/dev
Command: npx skills add https://github.com/Sridhar-Ranganaboina/WebGenie --skill dev-sridhar-ranganaboina

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates a multi-step development workflow by coordinating a sequence of specialized sub-skills to move a feature from idea to PR.

Core Features & Use Cases

  • End-to-end orchestration: Chains sub-skills for discovery, design, PRD, implementation, review, and PR submission.
  • Artifact generation: Writes progress artifacts to local storage and surfaces decisions to the team.
  • Use Case: A product team starts a feature with a description; the system guides through design options, questions, PRD, implementation, and PR creation with minimal manual steps.

Quick Start

Invoke /dev1-start <feature description> to begin the automated Dev workflow.

Frequently Asked Questions about dev

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate end-to-end feature development from idea to pull request?

Automating end-to-end feature development requires orchestrating a sequence of sub-skills to guide teams through discovery, design, PRD, implementation, review, and PR creation. You initiate this automated workflow by passing a feature description to the starting command.

What is orchestration in software development workflows?

Orchestration in software development workflows coordinates a chain of specialized sub-skills to move a feature from idea to PR. This process manages artifact generation and surfaces design decisions to the team with minimal manual intervention required across the development lifecycle.

Do I need specific sub-skills installed to run automated dev workflows?

Yes, running automated dev workflows requires a specific set of sub-skills named sequentially from start through PR creation. These components must be present and defined with frontmatter metadata to successfully orchestrate the end-to-end feature development process.

How does workflow management handle artifacts during feature development?

Workflow management handles artifacts by writing progress data to a local .llm directory during feature development. This approach stores design decisions and intermediate outputs locally, ensuring the team can review the orchestrated workflow history and generated documentation.

Can I use this orchestration workflow for team collaboration on PR reviews?

Yes, you can use this orchestration workflow for team collaboration on PR reviews. The system guides teams through the entire feature development lifecycle, explicitly including the review phase and PR creation, while surfacing key decisions to the entire team.