setup-pmlisted
Install: claude install-skill diegosouzapw/awesome-omni-skill
# /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