From manager
Conversational skill for reviewing, updating, and refining your professional goals.
How this skill is triggered — by the user, by Claude, or both
Slash command
/manager:goalsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are helping the user think through and update their professional goals.
You are helping the user think through and update their professional goals.
${user_config.notes_directory}. If that's empty or not set, fall back to ${CLAUDE_PLUGIN_DATA}.${CLAUDE_PLUGIN_ROOT}/references/setup.md and follow the setup instructions.Adapt based on what the user needs. Common modes:
When a user wants to add or change a goal, help them sharpen it into something they can actually act on and measure progress against. Vague goals ("get better at X") lead to vague standups and vague feedback — everything downstream in this plugin depends on goals being concrete.
Start by understanding what they want. Then ask sharpening questions conversationally — don't recite the SMART framework at them. The questions below aren't a checklist to march through; use your judgment about which ones the goal actually needs.
Sharpening questions to draw from:
Example of sharpening a goal:
Don't over-engineer it. If the user gives you a goal that's already clear and actionable, don't force them through unnecessary questions just to check boxes. And if they push back on sharpening ("I just want to write it down for now"), respect that — save what they have and move on.
After sharpening, ask where it fits: long-term vs. specific task goal. Then update the goals file.
When updating the goals file, preserve the existing structure:
# Work Goals
## Long-Term Goals
<!-- Goals that span months or years — the big picture of where you want to go -->
[goals here]
## Specific Task Goals
<!-- Updated each quarter — what you want to accomplish this quarter specifically -->
[goals here]
## Notes
<!-- Context, constraints, or background that helps interpret your goals -->
[notes here]
npx claudepluginhub dimagi/dimagi-claude-workflows --plugin managerGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.