skills/claude-skills-open/skills/pm/task-prioritization/SKILL.md
Task prioritization and scoring
npx skillsauth add aaaaqwq/agi-super-team task-prioritizationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Manually run the Task Prioritization agent to recalculate priority scores for all active tasks.
cd $AGENTS_PATH/task-prioritization
# Preview changes (recommended first)
python3 task_prioritization_agent.py --dry-run --verbose
# Apply changes
python3 task_prioritization_agent.py
Agent will show:
Read top tasks from CSV and present:
# Read updated priorities
head -20 $PM_PATH/pm_tasks_master.csv
Sort by priority_score and show top 5-10 tasks.
priority_score and last_updated columns in pm_tasks_master.csvIf agent fails:
show-today — show today's tasks (uses priority_score)daily-briefing — morning report (uses priority_score)development
Technology-agnostic prompt generator that creates customizable AI prompts for scanning codebases and identifying high-quality code exemplars. Supports multiple programming languages (.NET, Java, JavaScript, TypeScript, React, Angular, Python) with configurable analysis depth, categorization methods, and documentation formats to establish coding standards and maintain consistency across development teams.
tools
Expert-level browser automation, debugging, and performance analysis using Chrome DevTools MCP. Use for interacting with web pages, capturing screenshots, analyzing network traffic, and profiling performance.
data-ai
Prompt for creating detailed feature implementation plans, following Epoch monorepo structure.
tools
Interactive prompt refinement workflow: interrogates scope, deliverables, constraints; copies final markdown to clipboard; never writes code. Requires the Joyride extension.