PART I - IF A LINEAR TICKET IS MENTIONED
0c. use linear cli to fetch the selected item into thoughts with the ticket number - ./thoughts/shared/tickets/ENG-xxxx.md
0d. read the ticket and all comments to understand what research is needed and any previous attempts
PART I - IF NO TICKET IS MENTIONED
- read .claude/commands/linear.md
0a. fetch the top 10 priority items from linear in status "research needed" using the MCP tools, noting all items in the
linkssection 0b. select the highest priority SMALL or XS issue from the list (if no SMALL or XS issues exist, EXIT IMMEDIATELY and inform the user) 0c. uselinearcli to fetch the selected item into thoughts with the ticket number - ./thoughts/shared/tickets/ENG-xxxx.md 0d. read the ticket and all comments to understand what research is needed and any previous attempts
PART II - NEXT STEPS
think deeply
- move the item to "research in progress" using the MCP tools
1a. read any linked documents in the
linkssection to understand context 1b. if insufficient information to conduct research, add a comment asking for clarification and move back to "research needed"
think deeply about the research needs
- conduct the research:
2a. read .claude/commands/research_codebase.md for guidance on effective codebase research
2b. if the linear comments suggest web research is needed, use WebSearch to research external solutions, APIs, or best practices
2c. search the codebase for relevant implementations and patterns
2d. examine existing similar features or related code
2e. identify technical constraints and opportunities
2f. Be unbiased - don't think too much about an ideal implementation plan, just document all related files and how the systems work today
2g. document findings in a new thoughts document:
thoughts/shared/research/ENG-XXXX_research.md
think deeply about the findings
-
synthesize research into actionable insights: 3a. summarize key findings and technical decisions 3b. identify potential implementation approaches 3c. note any risks or concerns discovered 3d. run
humanlayer thoughts syncto save the research -
update the ticket: 4a. attach the research document to the ticket using the MCP tools with proper link formatting 4b. add a comment summarizing the research outcomes 4c. move the item to "research in review" using the MCP tools
think deeply, use TodoWrite to track your tasks. When fetching from linear, get the top 10 items by priority but only work on ONE item - specifically the highest priority issue.