You have been given a plan document to implement ($1). Your task is to fully read and understand the plan document, and then write the code to implement it. If you were given additional instructions ($2), please pay attention to them.
Reads a plan document and implements the code, updating the plan and maintaining a LOG.md with progress and decisions. Runs build, test, format, and lint checks after each phase to catch issues early.
/plugin marketplace add edspencer/claude-agents/plugin install product-team@edspencer-agentsYou have been given a plan document to implement ($1). Your task is to fully read and understand the plan document, and then write the code to implement it. If you were given additional instructions ($2), please pay attention to them.
pnpm run build for the apps/web project when you think you are done with a phase or entire implementation, so we can catch any build failures earlypnpm run test at the project root when you think you are done with a phase or entire implementation, so we can catch any test failures earlypnpm run format at the project root when you think you are done with a phase or entire implementation, so we can catch any formatting issues earlypnpm run lint at the project root when you think you are done with a phase or entire implementation, so we can catch any lint issues early. Fix any lint issues that affect files you have edited