dev4-implement

Implement features from PRDs with Google-style code and iterative tests.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a structured workflow to implement a feature from its PRD: set up a dedicated work tree, write clean, Google-style code, and validate progress with iterative tests.

Core Features & Use Cases

  • Work-tree management: create and manage a dedicated feature work tree for PRD-driven tasks.
  • PRD-driven implementation: reads PRD and design notes to guide implementation decisions.
  • Code quality & style: enforces Google-level standards for readable, maintainable code.
  • Iterative testing: verifies changes step-by-step, with early feedback and validation.

Quick Start

Provide the PRD and design notes, then invoke this workflow to generate a feature implementation complete with a work tree, clean code, and tests.

Frequently Asked Questions about dev4-implement

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

FAQPage Schema
How do I implement features from a PRD with automated testing?

To implement features from a PRD with automated testing, you need a structured workflow that reads design notes, writes production-ready code, and validates progress through iterative tests. This ensures your feature implementation matches the requirements while maintaining test coverage.

What is the best way to manage a dedicated work tree for PRD-driven tasks?

The best way to manage a dedicated work tree for PRD-driven tasks is to automate work-tree creation as part of a structured feature implementation workflow. This isolates development changes, enforces stepwise planning, and ensures clean, Google-style code before integrating back into the main branch.

Can I enforce Google-style code quality standards during feature implementation?

Yes, you can enforce Google-style code quality standards during feature implementation by using an automated workflow that applies strict style rules. It reads your PRD, generates readable code, and validates it iteratively to ensure the codebase remains maintainable and compliant.

How does iterative testing work when writing production-ready code?

Iterative testing works by validating changes step-by-step as you write production-ready code, rather than running all tests at the end. This workflow provides early feedback during feature implementation, ensuring each step of the PRD-driven code meets quality and functional requirements before handoff.

Do I need to provide design notes to automate feature implementation?

Yes, providing design notes is necessary to automate feature implementation effectively. The workflow uses your PRD and design notes to guide implementation decisions, ensuring the generated code structure, work-tree setup, and stepwise planning accurately reflect the intended architecture and feature requirements.