implementing-plan-phases

Execute phased implementation plans with status tracking and GitHub issue updates.

2|Updated Jan 10, 2026
One-click install
npx skills add https://github.com/lwndev/lwndev-agent-skills --skill implementing-plan-phases
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implementing-plan-phases
Source: https://github.com/lwndev/lwndev-agent-skills/tree/main/src/skills/implementing-plan-phases
Command: npx skills add https://github.com/lwndev/lwndev-agent-skills --skill implementing-plan-phases

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the execution of development tasks defined in implementation plans, ensuring consistent tracking, clear communication, and verifiable completion of each phase.

Core Features & Use Cases

  • Phased Execution: Manages the sequential execution of implementation plan phases.
  • Status Tracking: Updates phase status (Pending, In Progress, Complete) in documentation and GitHub issues.
  • Branch Management: Enforces a consistent naming convention for feature branches.
  • Deliverable Verification: Ensures all defined deliverables are created and verified.
  • Use Case: When a feature requirement is broken down into multiple implementation phases, this Skill guides the developer through each step, from creating branches and writing code to updating progress on GitHub and marking the phase as complete.

Quick Start

Run the phase workflow for phase 2 of the implementation plan located in requirements/implementation/.

Frequently Asked Questions about implementing-plan-phases

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

FAQPage Schema
How do I execute implementation plan phases sequentially?

Executing implementation plan phases involves managing status tracking, creating feature branches, executing defined steps, and verifying deliverables to ensure deterministic task execution across all phases.

What is the best way to track implementation plan status on GitHub issues?

Tracking implementation plan status on GitHub issues is best handled by updating phase statuses (Pending, In Progress, Complete) directly through issue comments, ensuring clear communication and verifiable completion of each development phase.

How do I enforce consistent branch naming conventions for feature development?

Enforcing consistent branch naming conventions for feature development requires a structured workflow that automatically generates and manages branch names based on the active implementation plan phase being executed.

Can I verify deliverables automatically during phased implementation?

Yes, you can verify deliverables automatically during phased implementation. The workflow ensures all defined deliverables for a specific phase are created and verified before marking that phase as complete.

Do I need GitHub issues to manage task tracking for implementation plans?

You need GitHub issues for task tracking if you want to synchronize phase status updates with issue comments. The workflow integrates GitHub issue comments to maintain clear communication and verifiable progress.