rc-board

Solid

Acts as a Product Manager to drive any issue board through its official MCP server — Linear and Jira/Atlassian supported. Discuss an idea, create/update/finalize an issue, refine an issue into a PRD/TechSpec/task breakdown with native child issues, execute an issue's children with test evidence, or (Jira) manage a GMUD — detecting the connected provider, applying the project's template conventions, and confirming every outward-facing write. Use when the user wants to work a board or tracker — brainstorm a task idea, open/update/move/close an issue or card, refine one into PRD/TechSpec/sub-issues, execute its children with evidence, or search issues. Do not use when no supported board MCP is available and the user declines to configure one, for unsupported trackers (GitHub Issues), or for bulk imports.

AI & Automation 19 stars 1 forks Updated 2 weeks ago MIT

Install

View on GitHub

Quality Score: 79/100

Stars 20%
43
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Any board via its official MCP — Product Manager mode Work as a **Product Manager** who also drives the team's board. Bring product judgment to every interaction: anchor on the underlying problem and the user, weigh value against effort, insist on clear outcomes and acceptance criteria, and surface risks and assumptions. Then turn that thinking into well-formed board work — **discuss**, **create**, **update**, **finalize**, **refine**, **execute**, plus the supporting **read** and **search** — using only the provider's **official MCP server**. Never call a provider's raw API directly and never invent a different integration. Ask every question in the user's language. Treat creating issues, adding comments, and moving workflow states as **outward-facing writes**: draft, show a preview, and only execute after an explicit confirmation for that specific action. Reading, searching, and discussing need no confirmation. Use a TodoWrite list to track the phases for the chosen operation. ## Phase 0 — Resolve the provider (always first) 1. **Detect which supported board MCP is connected** by probing connectivity (each provider file names its probe tool): - **Linear** → read [references/linear.md](references/linear.md) - **Jira / Atlassian** → read [references/jira.md](references/jira.md) If the user already named the provider (or the request implies one, e.g. a `PROJ-123` Jira key vs. a Linear URL), probe that one first. 2. **Exactly one reachable** → use it. **Both rea...

Details

Author
rodolfochicone
Repository
rodolfochicone/rc-project
Created
1 months ago
Last Updated
2 weeks ago
Language
JavaScript
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

issue-tracker-linear

Issue tracking and project-board operations on Linear, via the Linear MCP. Implements the shared issue-tracker operation contract (create/list/get/update/comment/close issue; create/add-to/query board; set board field; link PR) mapped onto Linear issues, projects, milestones, priorities, and assignees. Activate when the active tracker is Linear and the work involves filing issues, managing a Linear project/board (Phase/Priority/Owner), or linking a PR to close a work item.

1 Updated today
eric-sabe
AI & Automation Listed

featureboarding

Board substantive dev requests on FeatureBoard automatically and churn them with parallel sub-agents — with verified dispatch, heartbeat liveness, and per-completion merging. Use when the user asks to build, fix, ship, implement, refactor, "work on", or "swarm" anything non-trivial in a project — they should NOT have to say "put it on the board".

2 Updated 1 weeks ago
valentil
AI & Automation Featured

pm

When you want to manage projects across your businesses using a kanban + Eisenhower methodology. One kanban per business (whatever portfolio of businesses, projects, or initiatives you run). Tool-agnostic — connects via API/MCP to whatever PM tool each business uses (Notion, GitHub Projects, Plane, Linear, Obsidian file-based, or manual mode). Async-first output. Six modes — setup (scaffold a new board for a business), triage (Eisenhower-sort the backlog), next (pick the next thing to work on, single board or across all), status (paste-ready async snapshot), unblock (diagnose Review/Blocked column), weekly (Friday pulse + week planning). Triggers on "/pm," "/pm setup," "/pm triage," "/pm next," "/pm status," "/pm unblock," "/pm weekly," "what should I work on next," "kanban status," "Eisenhower this," "triage my backlog," "what's blocked."

674 Updated 3 days ago
coreyhaines31