What problem does it solve? Running an Agentic Project Management (APM) session requires a Manager agent that reads project state, sets up version control conventions, dispatches tasks to Workers, and reviews their reports. This Skill bootstraps that Manager role so multi-agent project coordination starts from a consistent, documented procedure. ## Core Features & Use Cases - Manager Initiation: Reads the tracker, memory index, plan, spec, and rules to build project context, distinguishing first-time startup from handoff takeover via the Handoff Bus. - Version Control Setup: Inspects git repositories, proposes branch and commit conventions, and records them in the tracker and AGENTS.md after user approval. - Continuous Coordination Loop: Dispatches task prompts to Workers, reviews task reports, updates planning documents, and handles stage completion, handoffs, and project completion summaries. - Use Case: A user with an APM plan in .apm/ asks the agent to start managing the project; the Skill loads all planning documents, confirms scope and git conventions, then generates the first Worker task prompts. ## Quick Start Ask the agent to run the apm-2-initiate-manager command to start the APM Manager for the project defined in the .apm directory.