task-prioritization
Task prioritization and scoring
What this skill does
# Task Prioritization Skill > Manually run the Task Prioritization agent to recalculate priority scores for all active tasks. ## When to use - User asks to "update task priorities" - User asks "what are my top priorities" (run this first, then show results) - After bulk task changes (many deadlines changed, new blockers added, etc.) - To preview priority changes before they auto-run ## How to execute ### Step 1: Run agent ```bash cd $AGENTS_PATH/task-prioritization # Preview changes (recommended first) python3 task_prioritization_agent.py --dry-run --verbose # Apply changes python3 task_prioritization_agent.py ``` ### Step 2: Review output Agent will show: - Total tasks processed - Number of significant changes - Top 5 tasks by priority - Telegram notification if critical changes ### Step 3: Show user results Read top tasks from CSV and present: ```bash # Read updated priorities head -20 $PM_PATH/pm_tasks_master.csv ``` Sort by priority_score and show top 5-10 tasks. ## Expected behavior - Updates `priority_score` and `last_updated` columns in pm_tasks_master.csv - Creates backup before write - Sends Telegram alert if hot tasks in top 3 - Logs execution to pm_priority_agent_log.csv ## Error handling If agent fails: - Check /tmp/task-prioritization-agent-error.log - Verify pm_tasks_master.csv exists and is readable - Check if backup file exists: pm_tasks_master.csv.bak ## Related skills - `show-today` — show today's tasks (uses priority_score) - `daily-briefing` — morning report (uses priority_score) ## Notes - Agent runs automatically 3x/day (08:00, 13:00, 18:00 Mon-Fri) - Manual runs are safe (idempotent) - Use --dry-run to preview without changes - Algorithm details in agent README.md
Related in Productivity
gitea-workflow
IncludedOrchestrate agile development workflows for Gitea repositories using the tea CLI. Use when working with Gitea-hosted repos and asking to 'run the workflow', 'continue working', 'what's next', 'complete the task cycle', 'start my day', 'end the sprint', 'implement the next task', or wanting guided step-by-step development assistance. Keywords: workflow, orchestrate, agile, task cycle, sprint, daily, implement, review, PR, standup, retrospective, gitea, tea.
microsoft-graph-gateway
IncludedRoute Microsoft Graph work in this workspace. Use when users want to read or write Outlook mail, calendar events, contacts, OneDrive or SharePoint files, Teams, Planner, To Do, users, groups, directory data, or arbitrary Microsoft Graph endpoints from VS Code. Prefer WorkIQ for common read scenarios. Use Microsoft Graph for write actions and gap-read scenarios that need exact Graph properties, filters, permissions, or endpoints.
copilotkit
IncludedUse when building with CopilotKit — setup, development, integrations, debugging, upgrading, or contributing. Routes to the appropriate specialized skill based on the task.
wordly-wisdom
IncludedProvides calibrated decision analysis using Charlie Munger-style multiple mental models, inversion, incentive mapping, circle-of-competence checks, misjudgment audits, second-order effects, and forecast updates. Use when the user asks for an oracle take, a hard call, a decision memo, a premortem, an outside view, a red-team, a sanity-check, what am I missing, think this through, or wants a strategy, hire, investment, plan, product, partnership, or major life choice analysed. Avoid for simple factual lookups or time-sensitive legal, medical, or market questions without fresh evidence.
swain-session
IncludedSession management and project status dashboard. Owns the full session lifecycle (start/work/close/resume), focus lane, bookmarks, worktree detection, and tab naming. Also serves as the project status dashboard — shows active epics, progress, actionable next steps, blocked items, tasks, GitHub issues, and recommendations. Worktree creation is deferred to swain-do task dispatch (SPEC-195). Triggers on: 'session', 'status', 'what's next', 'dashboard', 'overview', 'where are we', 'what should I work on', 'show me priorities', 'bookmark', 'focus on', 'session info'.
gandi
IncludedComprehensive Gandi domain registrar integration for domain and DNS management. Register and manage domains, create/update/delete DNS records (A, AAAA, CNAME, MX, TXT, SRV, and more), configure email forwarding and aliases, check SSL certificate status, create DNS snapshots for safe rollback, bulk update zone files, and monitor domain expiration. Supports multi-domain management, zone file import/export, and automated DNS backups. Includes both read-only and destructive operations with safety controls.