implement

Implement user stories task-by-task and create a Pull Request.

6|Updated Aug 3, 2025
One-click install
npx skills add https://github.com/foomakers/pair --skill implement-foomakers
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: implement
Source: https://github.com/foomakers/pair/tree/main/packages/knowledge-hub/dataset/.skills/process/implement
Command: npx skills add https://github.com/foomakers/pair --skill implement-foomakers

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the complex process of implementing user stories by breaking them down into manageable tasks and guiding the developer through a structured, iterative workflow.

Core Features & Use Cases

  • Task-by-Task Implementation: Guides developers through each task of a user story sequentially, ensuring thoroughness.
  • Quality & Adoption Checks: Integrates automated quality verification and adherence to project adoption standards.
  • Use Case: A developer receives a user story with multiple tasks. They invoke /implement, and the Skill guides them through coding, testing, and committing each task, ensuring all acceptance criteria are met before moving to the next, and finally creating a single, well-documented Pull Request.

Quick Start

Use the implement skill to start working on the user story with ID 123.

Frequently Asked Questions about implement

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

FAQPage Schema
How do I implement user stories step-by-step while maintaining code quality?▼

To implement user stories step-by-step, this skill breaks down stories into sequential tasks, guiding you through a structured 5-step cycle for each task. It verifies code quality and checks project adoption standards before progressing to the next task.

Can I automate pull request creation for a completed user story with multiple tasks?▼

Yes, you can automate pull request creation upon story completion. After iterating through all tasks sequentially and verifying quality, the workflow automatically generates a single, well-documented pull request for the entire user story.

What is the best way to manage task analysis and setup for a new development workflow?▼

The best way to manage task analysis and setup is using a structured iterative workflow that reads project adoption files for specific decisions. This ensures proper environment configuration and adherence to project standards before coding begins.

Does this workflow automation handle code verification and post-review merging automatically?▼

Yes, the workflow automation handles code verification and post-review merging. It integrates automated quality verification during the implementation cycle and manages the merging process after all tasks meet acceptance criteria.

How do I ensure my code implementation adheres to project-specific decisions and standards?▼

To ensure code implementation adheres to project-specific decisions, the skill reads adoption files containing your project standards. It integrates these checks directly into the task iteration cycle to verify compliance continuously.