implement

Implement tasks from PRDs or issue trackers with TDD and testing.

Updated Jul 2, 2026
One-click install
npx skills add https://github.com/tgmarinho/agent-super-powers-matt-pocock-skills-comparasions --skill implement-tgmarinho
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement
Source: https://github.com/tgmarinho/agent-super-powers-matt-pocock-skills-comparasions/tree/main/upstream-snapshots/mattpocock-skills/skills/engineering/implement
Command: npx skills add https://github.com/tgmarinho/agent-super-powers-matt-pocock-skills-comparasions --skill implement-tgmarinho

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the implementation of work described in a PRD or set of issues, reducing manual effort and increasing efficiency.

Core Features & Use Cases

  • PRD or Issue Implementation: Automatically implement tasks based on provided Product Requirements Documents or issue tracking systems.
  • TDD Compliant: Encourages Test-Driven Development by suggesting the use of testing tools at pre-agreed seams.
  • Regular Typechecking and Testing: Ensures code quality by regularly running typechecking and the full test suite.
  • Review Process: Facilitates a review process with the use of a '/review' command to review completed work.

Quick Start

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

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 or issue tracking system?

You can automate work implementation by feeding a PRD or issue tracking data into the Skill, which then suggests code structures, encourages TDD compliance, and requires manual intervention for final review and commit.

What is the best way to implement Test-Driven Development when automating work from issues?

Implementing TDD during work automation involves suggesting testing tools at pre-agreed seams. This Skill encourages TDD compliance by regularly running typechecking and the full test suite throughout the implementation process.

Does automated issue implementation require manual code review before committing?

Automated issue implementation requires manual intervention for review and final commit. The Skill facilitates a review process using a '/review' command to evaluate completed work before any code is merged.

How do I ensure code quality when automating PRD implementation?

Ensuring code quality during PRD implementation involves regular typechecking and running the full test suite. This Skill enforces these checks automatically while suggesting TDD practices at pre-agreed seams.

Can I integrate issue tracking automation with my existing testing workflow?

Integrating issue tracking automation with testing workflows requires regular test suite execution and typechecking. This Skill facilitates that integration by encouraging TDD and enabling a review process via the '/review' command.