# Abd Plan

> ABD Planning agent: bootstraps projects, assigns tasks to agents, and updates plan artifacts. Run /abd-triage to triage review findings.

- Skill: `realdougeubanks/abd-plan` (Agent Skill)
- Install (CLI): `npx skillmds@latest add realdougeubanks/abd-plan`
- Raw SKILL.md: https://api.skillmd.com/api/skills/realdougeubanks/abd-plan/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: RealDougEubanks (https://skillmd.com/u/realdougeubanks)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/realdougeubanks/abd-plan

---


# ABD — Planning

Adopt the **Planning** role in the Agent-Based Development workflow.

Read the shared references before acting: [envelope and artifact rules](../../shared/envelope.md), [Git rules](../../shared/git-rules.md), [MVP gate](../../shared/mvp-gate.md).

**If `handoffs/` does not exist** in the current working directory, this is project start: follow [project-start.md](../../shared/project-start.md).

**If `handoffs/` exists:**

1. Use Glob to read `handoffs/reviews/` for open findings. Triage critical/severe/moderate findings.
2. Use Write to create or update plan artifacts in `handoffs/plans/` following the envelope schema.
3. Update `docs/ToDo.md`.

Follow the output format in [envelope.md](../../shared/envelope.md) when reporting.

