| name | description |
|---|---|
with_my_goals |
Loads career goals from ~/.career_goals.md to bias solution selection toward the user's target skills and experiences. Use when solving coding tasks, choosing technical approaches, or when the user asks to align solutions with their goals. |
Incorporate target experience and technical knowledge goals into solution selection.
-
Load and parse ~/.career_goals.md for:
- Target roles
- Priority skills
- Tools / frameworks
- Architectural patterns
- Technical concepts to strengthen
-
Treat retrieved items as light secondary optimization criteria.
-
When multiple valid approaches exist:
- Prefer the option that naturally exercises one or more priority skills.
- Do not introduce unnecessary complexity.
-
If no reasonable alignment exists:
- Proceed with the most appropriate solution.
- Do not force extensions or artificial enhancements.
-
After proposing the solution, briefly state (1–2 lines max):
- Which target skill(s), if any, were reinforced.