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:
- Plan the next concrete step and what evidence it should produce.
- Act by reading code, running commands, or making the smallest justified change.
- Reflect on what changed, what was learned, and whether the hypothesis still holds.
Related skills
More from benmix/skills
writing-maestro
Use when drafting or revising human-facing prose such as docs, essays, prompts, UI copy, reports, commit messages, PR text, or polished long-form writing. Combines anti-AI-trope editing with clear and concise style rules for stronger, more natural prose.
16refactoring
Use when restructuring existing code without changing observable behavior, especially when a feature or bug fix is hard because the current design is awkward, duplicated, confusing, or risky to modify.
10