Skills Development Implement Features From Requirements

Implement Features From Requirements

v20260701
implement
This skill guides the structured development process for implementing new features or fixes based on Product Requirement Documents (PRDs) or predefined issues. It emphasizes best practices, including Test-Driven Development (TDD), regular type-checking, running comprehensive test suites, and completing the cycle with a formal review process.
Get Skill
215 downloads
Overview

When to Use

Use this skill when you need implement a piece of work based on a PRD or set of issues.

Implement the work described by the user in the PRD or issues.

Use /tdd where possible, at pre-agreed seams.

Run typechecking regularly, single test files regularly, and the full test suite once at the end.

Once done, use /review to review the work.

Commit your work to the current branch.

Limitations

  • Use this skill only when the task clearly matches its upstream source and local project context.
  • Verify commands, generated code, dependencies, credentials, and external service behavior before applying changes.
  • Do not treat examples as a substitute for environment-specific tests, security review, or user approval for destructive or costly actions.
Info
Category Development
Name implement
Version v20260701
Size 1.1KB
Updated At 2026-07-02
Language