What problem does it solve? Setting up a project management tool for a team involves scattered decisions: choosing the tool, applying its setup guide, documenting the workflow, and recording the decision. This Skill walks you through that entire configuration process in one guided, idempotent flow. ## Core Features & Use Cases - Guided Tool Selection: Presents supported PM tools (GitHub Projects, Filesystem) with a decision matrix and halts gracefully if no implementation guide exists. - Idempotent Detection: Detects an existing PM configuration in way-of-working.md and offers to keep or reconfigure it instead of duplicating setup. - Adoption & Decision Recording: Updates adoption/tech/way-of-working.md and records the choice as an ADL entry via /capability-record-decision. - Use Case: A team bootstrapping a new repository runs this Skill to adopt GitHub Projects with a Kanban board, automatically documenting the methodology, project identifier, and decision log entry. ## Quick Start Ask the assistant to configure the project management tool for this project, optionally specifying github or filesystem as the tool.