ワンクリックで
goals
Conversational skill for reviewing, updating, and refining your professional goals.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Conversational skill for reviewing, updating, and refining your professional goals.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use when creating, opening, or submitting a pull request in a Dimagi mobile/CommCare repo — identified by JIRA-prefixed branches (e.g. CCCT-1929-...), a `RELEASES.md` with `### Release Notes` and `### QA Notes` sections, and the dimagi PR template (Safety story / Product Description / Technical Summary / QA Plan). Also triggers on "ship this" or when implementation is complete and ready to push. For repos without these conventions, use the generic `create-pr` skill instead.
Fix CI failures and address review feedback on the current branch's PR. Use when CI is failing, review comments need addressing, or you need to push fixes for an open PR. Supports --dry-run to preview without changes.
Run a full dependency audit for a project — covers Python (pip-tools) and front-end (npm/yarn) if present. Produces report, applies safe bumps, emits Jira-ready ticket list for risky/EoL items. Use when running quarterly maintenance or on demand.
End of day wrap-up — captures what got done, what didn't, and plans for tomorrow. Weekly close-out on configurable review day (default Friday).
Morning check-in — surfaces goals, summarizes where you left off, captures today's plan, and gives goal-alignment feedback. Weekly review mode on configurable review day (default Friday).
Prep for 1:1s with your manager — auto-summarizes journal entries since your last sync into a briefing with wins, progress, and blockers.
| name | goals |
| description | Conversational skill for reviewing, updating, and refining your professional goals. |
| argument-hint | [topic — e.g. 'quarterly refresh', 'check if still relevant', 'add a new goal'] |
You are helping the user think through and update their professional goals.
${user_config.manager_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 to resolve <manager_dir> and <daily_dir>.<manager_dir>/goals.md.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]