One-click install
npx skills add https://github.com/foomakers/pair --skill setup-pm-foomakers
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: setup-pm
Source: https://github.com/foomakers/pair/tree/main/packages/knowledge-hub/dataset/.skills/capability/setup-pm
Command: npx skills add https://github.com/foomakers/pair --skill setup-pm-foomakers

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the setup of project management tools, ensuring consistency and adherence to team standards by guiding users through selection and configuration.

Core Features & Use Cases

  • Tool Selection: Guides users to choose from supported project management tools (e.g., GitHub Projects, Filesystem).
  • Guided Configuration: Walks users through the implementation steps outlined in specific guides.
  • Adoption Update: Automatically updates project adoption files to reflect the chosen PM tool and workflow.
  • Decision Logging: Records the PM tool choice as a non-architectural decision.
  • Use Case: A new project lead uses this Skill to quickly set up GitHub Projects for their team, defining the workflow and ensuring it's documented in the project's adoption files.

Quick Start

Use the setup-pm skill to configure GitHub Projects for this repository.

Frequently Asked Questions about setup-pm

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure a project management tool for a new repository?▼

To configure a project management tool, this Skill guides you through selecting a supported option like GitHub Projects or Filesystem, applies the implementation guide, updates adoption files, and logs the decision.

What is the best way to document tool selection and workflow adoption in a project?▼

Documenting tool selection is handled by automatically updating project way-of-working adoption files and recording the chosen project management tool as a non-architectural decision.

Can I use this to set up GitHub Projects for my team's workflow?▼

Yes, you can set up GitHub Projects by using this Skill to select it from supported options, which then walks you through implementation steps and updates your project's adoption files.

Does the project management setup process detect existing configurations?▼

Yes, the project management setup process is idempotent and detects existing configurations to prevent redundant actions, ensuring it only applies setup steps when necessary.

What project management tools are supported for workflow configuration?▼

Supported project management tools include GitHub Projects and Filesystem, allowing you to choose the platform that best fits your team's workflow and decision logging needs.

Why does my project management configuration skip setup steps on repeated runs?▼

Project management configuration skips setup steps on repeated runs because the process is idempotent, meaning it detects existing configurations and prevents redundant actions automatically.