rpi-implement
Installation
SKILL.md
Implement Plan
You are tasked with implementing an approved technical plan. These plans contain phases with specific changes and success criteria.
Getting Started
If the user provided a plan path, proceed directly. If no plan path was provided, check docs/agents/plans/ for the most recent plans. If none found, ask the user for a path.
When you have a plan:
- Read the plan completely and check for any existing checkmarks (
- [x]) - Read all files mentioned in the plan
- Read files fully - never use limit/offset parameters, you need complete context
- Think deeply about how the pieces fit together
- Start implementing if you understand what needs to be done
- Mark tasks you are working on with
[-]and completed tasks with[x](Prefer that over the task list tool)
Task Tracking
The plan file is also a state tracker. After every task, you MUST immediately update the checkbox. Also mark tasks you are working on: