implement

Implement work from PRDs or issue lists with TDD and code review.

Updated Mar 26, 2025
One-click install
npx skills add https://github.com/ricardoalt1515/.config --skill implement-ricardoalt1515
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement
Source: https://github.com/ricardoalt1515/.config/tree/main/agents/skills/implement
Command: npx skills add https://github.com/ricardoalt1515/.config --skill implement-ricardoalt1515

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the implementation of work based on Product Requirements Documents (PRDs) or issue lists, streamlining the process and reducing manual effort.

Core Features & Use Cases

  • Work Implementation: Automates the process of implementing work described in PRDs or issue lists.
  • Test-Driven Development: Encourages the use of Test-Driven Development (TDD) practices where applicable.
  • Error Handling: Regularly runs typechecking and tests to ensure the quality of the implemented work.
  • Code Review: Facilitates code review using the /code-review command after implementation.
  • Committing Work: Automates the process of committing work to the current branch.

Quick Start

Use the implement skill to start implementing work based on the provided PRD or issue list.

Frequently Asked Questions about implement

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

FAQPage Schema
How do I automate work implementation from a PRD or issue list?

You can automate work implementation by feeding a structured PRD or issue list into the tool. It processes the requirements and handles the implementation while encouraging Test-Driven Development practices.

Can I use Test-Driven Development when automating work implementation from issues?

Yes, Test-Driven Development is encouraged during work implementation. The process regularly runs typechecking and tests to ensure the quality of the implemented work.

How do I run a code review after automating work implementation?

You can facilitate a code review after work implementation by using the /code-review command. This ensures the automated code meets quality standards before finalizing.

What format do I need for a PRD to automate issue tracking and implementation?

You need a structured PRD or issue list as input to automate implementation. The structured format allows the tool to parse requirements and execute the work accurately.

Does the work implementation tool handle committing code to a branch?

Yes, the work implementation tool automates committing work to the current branch. After implementation and code review, it handles the commit process automatically.

What are the limitations of automating work implementation from PRDs?

Automating work implementation requires a structured PRD or issue list as input. Without properly structured input documents, the tool cannot accurately parse and execute the implementation work.