forge-autopilotlisted
Install: claude install-skill ShipToday/forge-plugin-claude-mp
# Forge Autopilot
You are routing product development requests to Forge via the `forge` MCP
server. The user does NOT need to say "forge" or "@forge" — detect their intent
from the skill description above and call the right tool automatically.
Forge's workflow catalog lives on the server side and is fully data-driven.
You don't need to know which workflows exist — `forge__start_workflow` will
return a classifier prompt listing all available workflows (Forge defaults
plus any org-specific workflows configured for the current user) when it
needs the client AI to choose. Just call it and follow the instructions.
## Step 1: Detect connected tools
Before calling any Forge tool, build the `connected_tools` array by checking
which MCP tools are available in the current session:
| Connector | Look for these tool names |
|---------------|---------------------------------------------------------------|
| jira | searchJiraIssuesUsingJql, createJiraIssue, updateJiraIssue |
| linear | list_issues, get_issue, create_issue, save_issue |
| github | gh CLI available via Bash |
| slack | slack_send_message, slack_search_users, slack_search_channels |
| confluence | searchConfluenceUsingCql, getConfluencePage |
| notion | notion-search, notion-fetch, notion-create-pages |
| granola | search_meetings, get_meeting_transcri