This is an orchestrator that coordinates four specialized sub-skills (backlog curator, work delegator, workstream coordinator, and roadmap strategist) to handle software project management. It activates when you ask about priorities, project status, or what to work on next, then delegates to the appropriate specialists and synthesizes their responses. The `/top5` command is genuinely useful: it aggregates priorities from GitHub issues, PRs, and your local backlog into a weighted ranked list. There's also a daily standup generator that pulls from git activity and workstream health. The orchestrator itself stays thin while the sub-skills do the heavy lifting, which is the right architecture if you're actually going to maintain this thing.
npx skills add https://github.com/rysweet/amplihack --skill pm-architect