What problem does it solve? Choosing and documenting a project management tool is often ad hoc and inconsistent across teams. This Skill standardizes the decision by applying a structured resolution cascade (argument override, existing adoption, or full assessment) and records the outcome as an architecture decision log entry. ## Core Features & Use Cases - Resolution Cascade: Checks for an explicit tool choice, then existing adoption in way-of-working.md, before running a full assessment. - Decision Matrix Evaluation: Scores PM tools on team size, complexity, integration, cost, learning curve, customization, reporting, and mobile support using guideline documents. - Adoption & Decision Recording: Writes the PM tool section into way-of-working.md and composes /capability-record-decision to log the choice as a non-architectural ADL entry. - Use Case: During project bootstrap, a team needs to pick between GitHub Projects and a filesystem-based tracker; the Skill evaluates context from the PRD and methodology, recommends a tool, and delegates configuration to /capability-setup-pm. ## Quick Start Run the capability-assess-pm skill to evaluate and select a project management tool for this project.