dev-implement

Execute implementation steps with code review, automated commits, and targeted tests.

1|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/learnzdevelopmenthub/paadhai --skill dev-implement-learnzdevelopmenthub
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-implement
Source: https://github.com/learnzdevelopmenthub/paadhai/tree/main/.claude/skills/dev-implement
Command: npx skills add https://github.com/learnzdevelopmenthub/paadhai --skill dev-implement-learnzdevelopmenthub

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Implementation runs can drift from confirmed plans without enforced resumption, dependency checks, reviews, and commits, so this Skill keeps every step aligned with the pipeline through structured context, checkpoints, and disciplined execution.

Core Features & Use Cases

  • Structured resumption & progress tracking: Loads .paadhai.json, the implementation doc, and TodoWrite checkpoints plus dashboards so every move across ten steps is visible and restartable.
  • Guarded implementation loop: Reads before modifying, delegates step execution based on user model choice, enforces code review via code-reviewer-prompt.md, runs build/lint, and commits with clear stops for each step.
  • Decision-driven handoff: Analyzes dependencies to choose subagent versus sequential paths, surfaces branch and issue context, and concludes with summaries plus /dev-pr guidance so the feature branch can ship.

Quick Start

Run dev-implement on the active feature branch to execute each implementation step with reviews, builds, and commits.

Frequently Asked Questions about dev-implement

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

FAQPage Schema
How do I automate code review and commits during feature implementation?

Automate code review and commits by running an implementation loop that delegates step execution, enforces review checks, runs build/lint tests, and auto-commits changes on your feature branch.

What is the best way to track implementation progress across multiple steps?

Track implementation progress by loading configuration files and TodoWrite checkpoints to generate dashboards, ensuring every step is visible and restartable across the execution pipeline.

How do I resume an interrupted implementation step on a feature branch?

Resume interrupted implementation steps by loading structured context from configuration files and progress checkpoints, allowing the execution loop to restart precisely where it stopped.

Do I need a specific configuration file to manage git workflow and dependency analysis?

Yes, you need a consistent .paadhai.json configuration file plus git context for branch, issue number, and stack build/lint/test commands before executing any implementation steps.

Can I use subagents for sequential code implementation tasks?

Yes, the implementation loop analyzes dependencies to choose between subagent handoffs and sequential paths, delegating step execution based on your selected user model.

Why does my implementation drift from the confirmed plan during development?

Implementation drifts without enforced resumption and checkpoints, so structured context loading and a guarded loop keep every step aligned with the confirmed plan through reviews and commits.