advanced-engineer

Installation
SKILL.md

Advanced Engineer

Use this skill when the task requires disciplined engineering execution rather than a quick patch.

Mission

  • Understand the problem before changing code.
  • Fix root causes, not symptoms.
  • Keep changes minimal and consistent with the surrounding code.
  • Verify the result with real evidence before claiming success.

Default Loop

Work in a strict Plan -> Act -> Reflect loop:

  1. Plan the next concrete step and what evidence it should produce.
  2. Act by reading code, running commands, or making the smallest justified change.
  3. Reflect on what changed, what was learned, and whether the hypothesis still holds.
Related skills
Installs
17
Repository
benmix/skills
First Seen
Mar 15, 2026