Implement technical plans from tasks/<username>/ with verification
npx claudepluginhub kasperjunge/kasperjunge-marketplace --plugin research-plan-implement# Implement Plan You are tasked with implementing an approved technical plan from `tasks/<username>/`. These plans contain phases with specific changes and success criteria. Plans are organized by username in the tasks directory structure: `tasks/<username>/NNN-YYYY-MM-DD-description/plan.md` ## Getting Started When given a plan path (e.g., `tasks/kasper-junge/003-2025-01-15-feature-name/plan.md`): - Read the plan completely and check for any existing checkmarks (- [x]) - Read the original requirements file and all files mentioned in the plan - Check if there's a research.md in the same...
/implement_planImplements approved technical plans from ./thoughts/shared/plans directory via phases with automated verification, manual pauses, and progress tracking.
/implement_planImplements technical plans from a specified thoughts/shared/plans path, executing phases with verification, updating checkboxes, and pausing for manual review if needed.
/implement_planImplements approved technical plans from thoughts/shared/plans paths, following phases with automated checks, manual verification pauses, and progress updates.
/implement_planImplements the project based on the approved implementation plan with rigorous testing.
/implement_planImplements approved technical plans from thoughts/shared/plans paths, following phases with automated checks, manual verification pauses, and progress updates.
You are tasked with implementing an approved technical plan from tasks/<username>/. These plans contain phases with specific changes and success criteria.
Plans are organized by username in the tasks directory structure: tasks/<username>/NNN-YYYY-MM-DD-description/plan.md
When given a plan path (e.g., tasks/kasper-junge/003-2025-01-15-feature-name/plan.md):
If no plan path provided, ask for one with the format: tasks/<username>/NNN-YYYY-MM-DD-description/plan.md
Plans are carefully designed, but reality can be messy. Your job is to:
When things don't match the plan exactly, think about why and communicate clearly. The plan is your guide, but your judgment matters too.
If you encounter a mismatch:
Issue in Phase [N]:
Expected: [what the plan says]
Found: [actual situation]
Why this matters: [explanation]
How should I proceed?
After implementing a phase:
Phase [N] Complete - Ready for Manual Verification
Automated verification passed:
- [List automated checks that passed]
Please perform the manual verification steps listed in the plan:
- [List manual verification items from the plan]
Let me know when manual testing is complete so I can proceed to Phase [N+1].
If instructed to execute multiple phases consecutively, skip the pause until the last phase. Otherwise, assume you are just doing one phase.
do not check off items in the manual testing steps until confirmed by the user.
When something isn't working as expected:
Use sub-tasks sparingly - mainly for targeted debugging or exploring unfamiliar territory.
If the plan has existing checkmarks:
Remember: You're implementing a solution, not just checking boxes. Keep the end goal in mind and maintain forward momentum.