Skip to content

Instantly share code, notes, and snippets.

@WSJUSA
Last active March 3, 2026 15:26
Show Gist options
  • Select an option

  • Save WSJUSA/9ddcc48affba03937f180b7b3bb4a57f to your computer and use it in GitHub Desktop.

Select an option

Save WSJUSA/9ddcc48affba03937f180b7b3bb4a57f to your computer and use it in GitHub Desktop.
Agent Skill with_my_goals
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.

With My Goals

Incorporate target experience and technical knowledge goals into solution selection.

Instructions

  1. Load and parse ~/.career_goals.md for:

    • Target roles
    • Priority skills
    • Tools / frameworks
    • Architectural patterns
    • Technical concepts to strengthen
  2. Treat retrieved items as light secondary optimization criteria.

  3. When multiple valid approaches exist:

    • Prefer the option that naturally exercises one or more priority skills.
    • Do not introduce unnecessary complexity.
  4. If no reasonable alignment exists:

    • Proceed with the most appropriate solution.
    • Do not force extensions or artificial enhancements.
  5. After proposing the solution, briefly state (1–2 lines max):

    • Which target skill(s), if any, were reinforced.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment