Originally created by: kumaakh
The current pm skill bundles both PM orchestration logic and fleet tool usage guidance into a single skill. Agentic systems loading this skill receive conflicting signals — the PM role (planning, delegating, reviewing) is mixed with fleet operation mechanics (how to use MCP tools, member management, etc.).
This causes confusion in agentic contexts where:
Split into two separate skills:
fleet skill — Pure fleet tool usage: how to use MCP tools (register_member, execute_prompt, send_files, etc.), member management patterns, batching rules, background subagent requirements. No PM workflow, no sprint lifecycle.
pm skill — Orchestration only: sprint lifecycle, doer/reviewer loop, plan generation, progress tracking. Imports/references the fleet skill for tool usage but doesn't duplicate it.
pm skill can @fleet reference where neededindex.ts should remain provider-neutral (ongoing work in [#65])
Ticket changed by: kumaakh