implement-local-plan

Execute development plan steps with work reports and Git commits.

21|Updated May 23, 2025
One-click install
npx skills add https://github.com/jim60105/copilot-prompt --skill implement-local-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement-local-plan
Source: https://github.com/jim60105/copilot-prompt/tree/main/skills/implement-local-plan
Command: npx skills add https://github.com/jim60105/copilot-prompt --skill implement-local-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the execution of development plans by providing a structured approach to implementing tasks and tracking progress through work reports.

Core Features & Use Cases

  • Step-by-step Plan Execution: Follows instructions from local plan files (.github/plans/).
  • Work Report Tracking: Creates detailed work reports for completed tasks, referencing past reports.
  • Git Integration: Commits code changes using conventional commit format and includes sign-off.
  • Use Case: A developer can use this Skill to systematically tackle a list of features defined in a plan file, ensuring each step is completed, committed, and documented with a work report.

Quick Start

Implement the next step in the development plan using the implement-local-plan skill.

Frequently Asked Questions about implement-local-plan

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

FAQPage Schema
How do I execute a development plan from local files with automated work reports?

To execute a development plan, this Skill reads instructions from local plan files and systematically implements each task while generating detailed work reports for completed items.

Can I automate Git commits for task execution using conventional commit formats?

Yes, you can automate Git commits during task execution. This Skill commits code changes using the conventional commit format and includes a sign-off for each completed task.

Does this work with my existing agile backlog items stored in local repositories?

Yes, this works with local repositories. It applies to sequential task execution and backlog item implementation by reading plan files stored directly in your local environment.

What's the best way to track progress on sequential development tasks?

The best way to track progress is through work report tracking. This Skill creates detailed work reports for completed tasks and references past reports to maintain a continuous execution history.

Where do my project management plan files need to be stored for task execution?

For task execution, your plan files should be stored in the local environment. The Skill specifically looks for development plans located in the `.github/plans/` directory structure.

Why are my work reports referencing past reports during development plan implementation?

Work reports reference past reports to maintain continuity during development plan implementation. This tracking mechanism ensures each completed task is documented in the context of previous progress.