Agentic Project
Management
npm install -g agentic-pmapm initAn APM session runs across two phases. A Planner, a Manager, and multiple Workers each operate in their own isolated context. Coordination happens through planning documents, centralized Memory, and file-based communication.
The Planning Phase starts with the Planner doing collaborative project discovery by asking targeted questions about requirements, constraints and preferences while exploring your codebase. Once you sign off on its understanding, the Planner breaks gathered context into three planning documents: a Spec, a Plan and a Rules file for you to review and correct before implementation begins.
The Implementation Phase is a continuous loop until project completion. The Manager assigns Tasks based on the Plan's dependencies and reviews outcomes. Workers execute assigned tasks, log their work to Memory, and report back. You trigger every step through a file-based communication system. When any agent's context window fills, you can perform a Handoff to capture working context so the next instance picks up without gaps.

