dev4-implement

Automate PRD feature implementation with work-tree setup, planning, coding, and verification.

50|37|Updated Oct 8, 2025
One-click install
npx skills add https://github.com/browseros-ai/BrowserOS-agent --skill dev4-implement-browseros-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev4-implement
Source: https://github.com/browseros-ai/BrowserOS-agent/tree/main/.claude/skills/dev4-implement
Command: npx skills add https://github.com/browseros-ai/BrowserOS-agent --skill dev4-implement-browseros-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Guides engineers to implement a PRD-defined feature within a structured, testable workflow, including work-tree setup, planning, coding, and verification.

Core Features & Use Cases

  • Create a feature work tree when starting PRD-based development to isolate changes.
  • Break the PRD into small, testable steps, compose a plan, and implement with iterative testing.
  • Follow Google-level style and ensure clear handoff after verification.

Quick Start

Begin by creating a feature work tree and iteratively implement the PRD in small, testable steps.

Frequently Asked Questions about dev4-implement

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

FAQPage Schema
How do I implement a feature from a PRD end-to-end?

Implementing a PRD-defined feature requires an end-to-end workflow that automates work-tree setup, decomposes the PRD into a plan, executes incremental coding, and runs verification to ensure structured, testable feature development.

What is the best way to isolate changes when starting PRD-based development?

The best way to isolate changes during PRD-based development is by creating a dedicated feature work tree. This isolates your new code from the main branch, allowing you to build and test features safely before integration.

How do I break down a PRD into testable implementation steps?

You break down a PRD by decomposing it into small, testable steps and composing a structured plan. This allows you to implement the feature iteratively, ensuring each increment meets coding standards before moving forward.

Do I need a work tree for structured feature development?

Yes, creating a feature work tree is required for structured feature development. It provides an isolated environment to iteratively implement your PRD in small steps, ensuring changes are tested safely before handoff.

Can I use this workflow to ensure coding standards and clear handoff after verification?

Yes, this workflow is designed to apply Google-level coding standards during the incremental implementation phase. It ensures a clear handoff by completing the feature only after thorough verification.