implement

Parse PRDs and issue tickets to implement tasks, review code, and commit changes.

Updated Jun 12, 2026
One-click install
npx skills add https://github.com/flowel/AiSkills --skill implement-flowel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement
Source: https://github.com/flowel/AiSkills/tree/main/skills/codex/implement
Command: npx skills add https://github.com/flowel/AiSkills --skill implement-flowel

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The implement Skill streamlines the process of translating Product Requirements Documents (PRD) or issue tickets into actionable work.

Core Features & Use Cases

  • PRD Parsing: Automatically parses PRD content and identifies tasks that need implementation.
  • Task Implementation: Executes tasks based on identified requirements.
  • Code Review & Commit: Facilitates code review processes and commits changes to the current branch.

Quick Start

Implement the work described in 'PRD-documentation.md'.

Frequently Asked Questions about implement

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

FAQPage Schema
How do I automate task implementation from a PRD?

Automating task implementation from a PRD requires a properly structured Product Requirements Document. The Skill parses the PRD content to identify actionable tasks and automatically executes the necessary work based on the extracted requirements.

Can I use issue tickets to generate and implement code changes automatically?

Yes, issue tickets can be used to generate and implement code changes automatically. The Skill coordinates work execution directly from issue tickets, translating the defined requirements into implemented code changes on your current branch.

What is the best way to parse a Product Requirements Document for actionable development tasks?

Parsing a Product Requirements Document for development tasks relies on automated PRD parsing. This mechanism scans the document structure to identify and extract specific tasks that need implementation, requiring proper PRD structure and task clarity for successful execution.

Does the automated implementation process include code review and commit procedures?

Automated implementation does include code review and commit procedures. After executing tasks based on identified requirements, the process facilitates code review and commits the changes directly to your current branch.

What happens if my PRD structure lacks task clarity during automated implementation?

If your PRD structure lacks task clarity, automated implementation may fail to execute correctly. Proper PRD structure and explicit task clarity are required prerequisites for the Skill to successfully identify tasks and coordinate work execution.