implement

Implement tasks from PRDs or issue trackers with TDD and code coverage.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The 'implement' Skill addresses the challenge of converting project requirements documented in PRDs (Product Requirement Documents) or issues into executable work, streamlining the development process and reducing the risk of misunderstandings.

Core Features & Use Cases

  • PRD to Action: Directly implement tasks and features as specified in PRDs or issue trackers.
  • Code Implementation Guidelines: Encourage Test-Driven Development (TDD) and regular code testing.
  • Review and Commit Process: Automates review steps and commit actions after implementation.

Quick Start

To implement a task, first provide a PRD or a set of issues, then use the command: implement /use PRD_issues.md

Frequently Asked Questions about implement

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

FAQPage Schema
How do I automate code implementation from a PRD?

Test-Driven Development (TDD) is encouraged by guiding you to write tests first before writing implementation code. The Skill coordinates with TDD practices to ensure proper code coverage and automate the review process after implementation.

Can I implement tasks directly from issue trackers?

Yes, you can implement tasks directly from issue trackers. The Skill automates work implementation from issues or PRDs, converting tracked requirements into actionable code while automating the subsequent review and commit steps.

What is the best way to convert design documents into executable code?

The best way to convert design documents into executable code is using an automated implementation workflow. It translates PRD specifications into actionable development tasks, reducing the risk of misunderstandings and streamlining the review and commit process.

Does the implementation workflow automate code review and commits?

Yes, the implementation workflow automates code review and commit actions. After converting your PRDs or issues into executable code, it coordinates the review steps and handles the commit process to streamline development.