Executes an approved plan by ALWAYS orchestrating the build through focused agent workflows, then taking the role of orchestrator and co-owner to independently verify every change, hunt gaps, and fix whatever was missed until the work is fully home — no gaps, bugs, or loose ends. This is the "I" (Implement) of RRPIR: it runs after create-plan and before the optional review. Use this skill whenever it's time to build, implement, or execute an approved plan — when the user says "implement this", "build it", "execute the plan", "do the work", "make it happen", or "let's build it", and especially right after a plan has been approved. Reach for it for any multi-step implementation rather than hand-coding everything inline. Note: verification here means confirming the orchestrated build delivered the plan without gaps — it does NOT run the separate /review quality gate (coverage analysis, bug-hunt, MR prep), which the user runs on their own afterward.
$npx -y skills add farzammohammadi/the-engineer --skill implementInstalls into the current project.
Run `npx skills use "https://github.com/farzammohammadi/the-engineer" --skill "farzammohammadi/the-engineer/implement"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/farzammohammadi/the-engineer" that are relevant to the current task. Run `npx skills add "https://github.com/farzammohammadi/the-engineer"` and select the relevant skills, then follow their instructions.