rpi-implement
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:
More from maibornwolff/acf-research-plan-implement-skills
rpi-plan
Create detailed, phased implementation plans through interactive research and iteration. Use when the user explicitly asks to "create a plan", "plan the implementation", or "design an approach" for a feature, refactor, or bug fix. Do not use for quick questions or simple tasks.
15rpi-research
Conduct deep codebase research and produce a written report. Use when the user says "Research ...", "start a research for", "deeply investigate", or "fully understand how X works". Do not use for quick questions or simple code lookups.
15