← ClaudeAtlas

setup-pmlisted

Configures the project management tool by guiding selection from supported options, applying the implementation guide, updating way-of-working adoption, and recording the decision via /record-decision. Idempotent — detects existing configuration.
foomakers/pair · ★ 4 · Data & Documents · score 68
Install: claude install-skill foomakers/pair
# /setup-pm — PM Tool Configuration Configure the project management tool for the current project. Guides the developer through tool selection, applies the implementation guide, updates adoption files, and records the decision. ## Arguments | Argument | Required | Description | | -------- | -------- | ------------------------------------------------------------------------------------------- | | `$tool` | No | PM tool to configure (e.g., `github`, `filesystem`). If omitted, presents selection options. | ## Composed Skills | Skill | Type | Required | | ------------------ | ---------- | ----------------------------------------------------------- | | `/record-decision` | Capability | Yes — records PM tool choice as ADL entry + adoption update | ## Algorithm ### Step 1: Detect Existing Configuration 1. **Check**: Read [adoption/tech/way-of-working.md](../../../.pair/adoption/tech/way-of-working.md). Does it contain a PM tool configuration (e.g., "Github Projects is adopted" or "Filesystem is adopted" for project management)? 2. **Skip** (not configured): Proceed to Step 2. 3. **Act** (already configured): Present current configuration: > PM tool already configured: **[tool name]**. > - Current setup: [summary of PM section from way-of-working.md] > > Options: > 1. **Keep current** — no changes needed