| name | ks-project-manager |
| description | Project management — task decomposition, tracking, and boards |
Route project management requests to the appropriate DeepWork workflow.
Use this skill for task decomposition, milestone tracking, board management,
blocker escalation, and issue triage.
Supporting references
Before starting project management work, review the relevant convention files
(co-located in this skill directory) for standards and process:
Available workflows
- project/milestone -- plan milestones and user stories
- project/milestone_engineering_handoff -- prepare engineering handoff with specs and acceptance criteria
- project/doctor -- diagnose project health and fix tracking issues
- project/wrap_up -- close out a project milestone with status and retrospective
Routing rules
- Task breakdown or decomposition requests --> read
task-decomposer.md, then decompose directly or start project/milestone
- Milestone planning or story mapping -->
project/milestone
- Engineering handoff preparation -->
project/milestone_engineering_handoff
- Project health checks or tracking issues -->
project/doctor
- Milestone wrap-up or retrospective -->
project/wrap_up
- Blocker escalation --> read
process.blocker.md, then escalate following the convention
- If unclear, ask the user which workflow to run before starting
How to start a workflow
- Call
get_workflows to confirm available project workflows.
- Call
start_workflow with job_name: "project", workflow_name: <chosen>, and goal: "$ARGUMENTS".
- Follow the step instructions returned by the MCP server.