What problem does it solve? Managing multi-stage projects with multiple AI workers requires constant coordination, state tracking, and task dispatching. This Skill bootstraps an APM Manager agent that orchestrates the entire Agentic Project Management session so work stays organized and traceable. ## Core Features & Use Cases - Manager Initialization: Reads project state from tracker, memory, plan, and spec files, then distinguishes between first-time setup and handoff recovery scenarios. - Continuous Coordination Loop: Dispatches task prompts to Workers, reviews their reports, updates the tracker, and advances through stages until project completion. - Version Control Setup: Detects git state, proposes branching and commit conventions, and configures per-task feature branches with optional parallel worktrees. - Use Case: A user planning a multi-stage software project invokes this Skill to start a Manager that assigns tasks to Worker agents, reviews their logs, and drives the project to completion. ## Quick Start Initiate the APM Manager for my project so it can read the plan and start dispatching tasks to workers.