Fetch ticket $ARGUMENTS and enter plan mode.
Workflow
- •
Detect ticket type:
- •Jira key pattern (e.g. SRET-123, BC-456, INC-78) → Jira
- •Numeric only → GitHub issue
- •
Fetch ticket details:
- •Jira:
jira issue view $ARGUMENTS - •GitHub:
gh issue view $ARGUMENTS --json title,body,state,url,labels
- •Jira:
- •
Enter plan mode to explore the codebase and plan the implementation.