ktlo
Use the Linear MCP server to get my assigned issues in the active cycle. Follow these steps exactly:
- Call
get_userwith query"me"to retrieve my user info and the list of teams I belong to. - For each of my teams, call
list_cycleswithtype: "current"and that team'steamIdto get the active cycle ID(s). Skip teams with no active cycle. - For each active cycle found, call
list_issueswithassignee: "me", the explicit cycleid(NOT the string "current"), and the correspondingteamID. Do NOT pass"current"as the cycle value — it must be the actual cycle ID returned in step 2. - Deduplicate and combine all results.
Present them to me as a list of options. It is possible that I have no issues assigned to me in the active cycle.
Also remind me to check the Jira Bug Sprint board for any bugs that may be assigned to me as they are still not tracked in Linear.
If I have any issues assigned to me in the active cycle, ask for the issue id/name/etc. that I may want to work on. If provided, fetch the rest of the issue's details and think about the best way to implement the feature/bug/etc. If there is not enough context on the issue, ask me clarifying questions.
You must always execute on designated issue in PLAN MODE. Never start coding a solution to the issue without consent from me on a well thought out plan.
More from coinbase/cds
cds-code
|
10cds-docs
|
6feature-planner
A guided workflow for non-technical contributors (designers, PMs) to describe a feature idea and produce a detailed technical implementation plan for an engineer. Invoke manually with /feature-planner.
3dev.cds-mobile
USE THIS when asked to work on a new or existing (MOBILE) CDS React component in packages/mobile
2git.repo-manager
Instructions to manage a local cache of GitHub repositories. This would typically done in cases where the user want to perform research/analysis on a repository. Invoke whenever you need to clone a repo that isn't present locally, bring an existing clone up to date, or remove a repo from the cache. This skill handles only the mechanical filesystem/git operations — not research, analysis, or anything about the repo's contents.
2dev.cds-web
USE THIS when asked to work on a new or existing (WEB) CDS React component in packages/web
2