implement

Implement tasks from PRDs or issues with TDD, typechecking, and testing.

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

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 a set of issues, streamlining the process and reducing manual effort.

Core Features & Use Cases

  • Automated Work Implementation: Automatically execute tasks based on the provided PRD or issues.
  • Pre-Agreed Seams for TDD: Supports Test-Driven Development by facilitating pre-agreed seams for integration.
  • Typechecking and Testing: Regularly runs typechecking and testing to ensure code quality.
  • Committing Work: Commits the implemented work to the current branch.
  • Use Case: With this Skill, you can implement a set of features or a bug fix directly from a PRD or issue tracking system, speeding up the development process.

Quick Start

To implement the work, use the 'implement' skill with the PRD or issues document: 'implement /path/to/document.prd'

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?

Automating code implementation from a PRD involves parsing the document to execute tasks automatically, running regular typechecks, and committing the finished work to your current branch.

Can I use TDD practices when automating work implementation?

Yes, automated work implementation can support Test-Driven Development by coordinating with pre-agreed seams, ensuring that tests are integrated smoothly during the automated execution phase.

How does automated implementation handle commits and testing?

Automated implementation handles commits by pushing completed work to the current branch, while maintaining code quality through regular typechecking and testing throughout the process.

What is the best way to implement a set of issues directly from a tracking system?

The best way to implement issues directly from a tracking system is using an automated tool that reads the issues, executes the required tasks, runs tests, and commits the changes automatically.

Do I need a specific document format to start automated work implementation?

You need a Product Requirements Document or a defined set of issues to start automated work implementation, which serves as the input for executing tasks and committing branch changes.