implement

Implements work described in a PRD or issues using TDD and code review.

1|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/mst-software-vn/mst-checkscam --skill implement-mst-software-vn
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: implement
Source: https://github.com/mst-software-vn/mst-checkscam/tree/main/.claude/skills/implement
Command: npx skills add https://github.com/mst-software-vn/mst-checkscam --skill implement-mst-software-vn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Turning a PRD or a set of issues into working, tested code requires a disciplined workflow that developers often skip under time pressure, leading to untested or unreviewed changes. ## Core Features & Use Cases - PRD/Issue-Driven Implementation: Reads the work described in a PRD or issue set and implements it directly. - Test-Driven Development: Applies TDD at pre-agreed seams, running typechecking and single test files regularly, plus the full test suite once at the end. - Review and Commit: Invokes a review pass over the completed work and commits changes to the current branch. - Use Case: You have a PRD describing a new scam-report search endpoint. Invoke this Skill to implement the feature with tests, review the result, and commit it to your working branch. ## Quick Start Implement the work described in this PRD using TDD, then review and commit it to the current branch.

Frequently Asked Questions about implement

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

FAQPage Schema
How do I implement a feature from a PRD using AI?▼

Provide the PRD or issue set and invoke this Skill. It implements the described work, applies TDD at pre-agreed seams, runs typechecking and tests, reviews the result, and commits to the current branch.

How to apply test-driven development when implementing issues?▼

The Skill uses TDD at pre-agreed seams, meaning tests are written around defined boundaries before or alongside the implementation. It runs single test files regularly during work and the full test suite once at the end.

Does this workflow run the full test suite?▼

Yes. Typechecking and individual test files run regularly during implementation, and the full test suite runs once at the end before the review and commit steps.

Can I use this with an existing branch instead of creating a new one?▼

Yes. The Skill commits completed work to the current branch, so check out the branch you want before invoking it. It does not create or switch branches on its own.

What happens after the implementation is finished?▼

After the full test suite passes, the Skill invokes a review of the completed work and then commits the changes to the current branch.