sdi2200262/apm-auto

5 stars · Last commit 2026-04-26

A custom APM workflow for Claude Code utilizing subagent-driven development for more automation.

README preview

# APM Auto

[![License: MPL-2.0](https://img.shields.io/badge/License-MPL_2.0-brightgreen.svg)](https://opensource.org/licenses/MPL-2.0)

*A custom APM adaptation for Claude Code with autonomous subagent dispatch.*

## What is APM Auto?

APM Auto is a custom adaptation of [Agentic Project Management (APM)](https://github.com/sdi2200262/agentic-project-management) built for Claude Code. It replaces APM's user-mediated Worker model with Manager-driven subagent dispatch - the Manager autonomously spawns ephemeral subagents via Claude Code's `Agent()` tool to execute Tasks, reviews their output, and continues without requiring the User to shuttle messages between chat windows.

It is designed for prototyping, fast execution, and simpler projects where the overhead of managing separate Worker chats is not worth it. Think vibe-coding with structure - you plan with the Planner, approve the plan, and then the Manager runs through the implementation autonomously, only pausing when it genuinely needs your input.

## Installation

Navigate to your project directory, initialize through the `agentic-pm CLI`,

```bash
npm install -g agentic-pm
apm custom -r sdi2200262/apm-auto
```

View full repository on GitHub →