The user will pass the name of the plan they want to execute. If they have not provided a name, then warn the user and STOP and ask them to provide a name.

Check if the plan exists in the ./docs/plans/[name of feature] folder. If it does not, then warn the user and STOP and ask them to provide more instructions.

Once the plan is found, read the plan file and execute the plan.

When executing the plan, create an Implementation.md file in the ./docs/plans/[name of feature] folder and track all changes and progress in the Implementation.md file.