pm-implement

Implement code changes for tasks and update project management states.

1|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/pinkroosterai/PinkRoosterMcp --skill pm-implement
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pm-implement
Source: https://github.com/pinkroosterai/PinkRoosterMcp/tree/main/.claude/skills/pm-implement
Command: npx skills add https://github.com/pinkroosterai/PinkRoosterMcp --skill pm-implement

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of implementing code changes for tasks, phases, or entire work packages, including running tests and updating project states, significantly speeding up the development cycle.

Core Features & Use Cases

  • Task/Phase/WP Implementation: Executes code changes based on defined requirements and target files.
  • Automated Testing: Runs targeted and broad test suites to ensure code quality.
  • State Management: Automatically transitions tasks, issues, and feature requests to active or completed states.
  • Rollback Mechanism: Provides a safety net by stashing changes and allowing rollback on persistent failures.
  • Use Case: When a developer is assigned a task to implement a new API endpoint, they can invoke this skill with the task ID. The skill will scaffold the code, run relevant tests, and update the task status to 'Completed'.

Quick Start

Use the pm-implement skill to start working on task proj-1-wp-2-task-3.

Frequently Asked Questions about pm-implement

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

FAQPage Schema
How do I automate code implementation and testing for project tasks?

Automating code implementation and testing requires analyzing task requirements, modifying target files, executing test suites, and updating project management states. This Skill handles the entire workflow automatically by scaffolding code, running tests, and transitioning issues to completed states.

What is the best way to manage development workflow state transitions after code changes?

Managing development workflow state transitions involves automatically moving tasks, issues, and feature requests to active or completed states after code changes pass testing. This Skill integrates state management directly into the implementation cycle to ensure tracking accuracy.

How do I handle rollback procedures when persistent test failures happen during code implementation?

Rollback procedures for persistent test failures involve stashing code changes to provide a safety net and reverting to the previous stable state. This Skill automatically stashes modifications when tests fail, preventing broken code from affecting the project.

Does this automated testing and implementation workflow support .NET and frontend codebases?

Yes, automated testing and implementation supports .NET and frontend codebases with integrated testing frameworks. The Skill executes targeted and broad test suites while handling dependency checks specific to these environments.

How do I execute code changes for a specific work package or phase in a development project?

Executing code changes for a work package or phase requires providing the task ID so the Skill can analyze requirements and modify the relevant target files. It scaffolds the necessary code, runs applicable tests, and updates the project management status.

Why do I need dependency checks before implementing code changes for project tasks?

Dependency checks before implementing code changes are needed to verify that all required components and prerequisites are met, preventing build failures. This Skill performs these checks automatically as part of the research and implementation workflow.