configure-pm-pilot
SolidInteractive setup wizard for PM Pilot. Detects MCP tools, sets company name, creates memory template, validates installation.
AI & Automation 17 stars
4 forks Updated today MIT
Install
Quality Score: 81/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Configure PM Pilot
Interactive setup wizard that configures PM Pilot for your environment.
## When to Activate
- User says "configure pm-pilot", "setup pm-pilot", or runs `/configure-pm-pilot`
- First-time installation
- After adding new MCP servers
## Step 1: Detect Available MCP Tools
Check which MCP servers are connected. These determine which skills work at full capacity.
| MCP Server | Skills It Powers |
|------------|-----------------|
| Atlassian (Jira/Confluence) | meeting-prep, weekly-status, deep-context, ask-company |
| Slack | meeting-prep, weekly-status, deep-context |
| GitHub | weekly-status, deep-context, search-first |
| Gmail/Calendar | meeting-prep |
| Playwright | dogfood |
Use `AskUserQuestion` to confirm detected tools and ask about any missing ones.
## Step 2: Configure Company Name
```
Question: "What's your company/org name? This configures the ask-company skill."
```
Update `skills/pm-core/ask-company/SKILL.md` with the company name in the Configuration section.
## Step 3: Create Memory File
If no MEMORY.md exists at the project level:
1. Copy `memory/MEMORY-TEMPLATE.md` to the appropriate location
2. Ask for 1-2 active projects to seed the Projects section
3. Ask for key people to seed the People section
```
Question: "What are you currently working on? (1-2 project names)"
Question: "Who are key stakeholders you work with? (name + role)"
```
## Step 4: Validate Installation
Check that a...
Details
- Author
- mshadmanrahman
- Repository
- mshadmanrahman/pm-pilot
- Created
- 5 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
Data & Documents Listed
setup
Project onboarding and configuration for the PM plugin. Sets up project context, deadlines, and data scaffolding. Auto-invoked by the orchestrator on first run. Safe to re-run.
0 Updated 2 weeks ago
rvanbaalen Data & Documents Listed
pm
Project manager — your delivery-focused partner for deadlines, estimates, and accountability. Invoke with /pm to start a session.
0 Updated 2 weeks ago
rvanbaalen AI & Automation Solid
configure
Interactive wizard for OrchestKit settings: MCP servers, hook permissions, keybindings, and install presets. Use when customizing plugin behavior or managing settings.
223 Updated today
yonatangross