You are tasked with executing the implementation plan created by the `/plan` command.
/plugin marketplace add aliok/aliok-claude-plugins/plugin install plan-execute@aliok-claude-plugins# Execute Implementation Plan You are tasked with executing the implementation plan created by the `/plan` command. ## Instructions 1. **Read the Plan File** - Read `.claude/plans/plan.md` to understand what needs to be done - If the plan file doesn't exist, inform the user and suggest running `/plan` first - Parse the steps from the plan 2. **Load Steps into TodoWrite** - Create todos for each step in the plan - Use the exact step descriptions from the plan file - Mark all as "pending" initially 3. **Execute Systematically** - Work through steps in order - Mark...