get_task_context
Retrieves and consolidates Jira ticket requirements, comments, architecture docs, and coding standards. Call this first when starting work on a ticket.
Instructions
Use this when starting work on a Jira ticket. Fetches and synthesizes everything you need: ticket requirements, acceptance criteria, discussion comments, related meeting transcripts, architecture docs, ADRs, and applicable coding standards. Call this FIRST when the user says 'work on PROJ-123' or 'start TICKET-456'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | Jira ticket ID (e.g., 'PROJ-123', 'TICKET-456') | |
| refresh | No | Force refresh, bypassing cache |