بنقرة واحدة
triage
Find what to work on next — pulls from Jira, OmniFocus, and local inbox/TODO
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Find what to work on next — pulls from Jira, OmniFocus, and local inbox/TODO
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Sweep Wolf calendars and the DMP calendar for OoO mirroring, tag-line normalization, and DMP conflict detection. Auto mode is silent and runs once per day, fired by the first worklog-touching skill that creates today's worklog file. Interactive mode (default) does the full sweep.
Log a notable accomplishment
Systematic code audit of a Python codebase against DMP standards
Ship completed work — direct release or PR
Log commute time to daily work log
Log a meeting to daily work log
| name | triage |
| description | Find what to work on next — pulls from Jira, OmniFocus, and local inbox/TODO |
| argument-hint | [area or focus] |
| allowed-tools | Read, Glob, Grep, Bash, AskUserQuestion, mcp__omnifocus__*, mcp__mcp-atlassian__jira_search, mcp__mcp-atlassian__jira_get_* |
Answer "what should I work on next?" by pulling from Jira, OmniFocus, and
local project files. Argument: $ARGUMENTS (optional area/focus filter).
Determine scope from the environment:
~/develop/db-handles): scope results to
that project/area. The project name is basename $PWD.~/Vaults/Notes): show everything — no area filter.$ARGUMENTS overrides directory inference (e.g.,
/triage stepwise scopes to stepwise regardless of current directory).Pull from three sources in parallel:
Search for current sprint tickets assigned to me:
assignee = currentUser() AND sprint in openSprints() ORDER BY status DESC, priority ASC
Search for available tasks. When scoped to an area:
When unscoped:
Show: task name, project, due date (if any), flagged status
Check the current project directory for:
~/Vaults/Notes/2-projects/dmp/<project-name>/inbox.md — vault inbox for DMP projects (primary)inbox.local-only.md — fallback inbox for non-DMP or non-vault projectsTODO.md or TODO.local.md — task listTODO-*.local.md — branch-specific task filesShow any actionable items found.
Present a unified, prioritized list. Group by source but keep it scannable:
## In Progress (Jira)
1. SE-2930 — Fix incorrect fastmath default (P2, 1pt)
## Sprint Backlog (Jira)
2. SE-2931 — Add benchmarking to dmp-coord (P3, 2pt)
## OmniFocus
3. Review dmp-bspline test coverage (flagged, due today)
## Inbox
4. Investigate coord perf regression (from vault inbox)
Then ask: "Which one, or something new?"
Once the user picks a task (or decides on something new), trigger the begin skill to set up the working environment.