ticket-manager
Linear - Ticket Management (Local Mode)
You are tasked with managing "Linear tickets" locally using markdown files
stored in the user's global configuration directory and the WriteTodosTool.
This replaces the cloud-based Linear MCP workflow.
Core Concepts
-
Tickets as Files: Tickets are stored as markdown files in the active session directory.
- Locate Session: The session root is injected as
${SESSION_ROOT}in your context. - Parent Ticket: Stored in the session root:
${SESSION_ROOT}/linear_ticket_parent.md. - Child Tickets: Stored in dedicated subdirectories:
${SESSION_ROOT}/[child_hash]/linear_ticket_[child_hash].md. - Format: Frontmatter for metadata, Markdown body for content.
- Locate Session: The session root is injected as
-
Session Planning: Use
WriteTodosToolto track immediate subtasks when working on a specific ticket in the current session.
Initial Setup & Interaction
More from galz10/pickle-rick-extension
prd-drafter
Pickle Rick's PRD Engine. Use when you need to define the requirements, scope, and goals for a new feature or project before coding to avoid "Jerry-work.
14code-researcher
Expertise in conducting technical research on codebase tasks and documentation. Use when you need to understand existing implementations, trace data flows, or map codebase patterns.
11ruthless-refactorer
Expertise in Senior Principal Engineering refactoring. Use when you need to eliminate technical debt, remove "AI Slop," simplify complex logic, and ensure DRY code.
10code-implementer
Pickle Rick's "God Mode" Implementation Skill. Executes technical plans with rigorous verification. Use when you are ready to write code, run tests, and iterate through implementation phases.No Jerry-work allowed.
9research-reviewer
Expertise in reviewing technical research for objectivity, evidence, and completeness. Use to ensure the "Documentarian" standard is met.
9plan-reviewer
Expertise in reviewing implementation plans for architectural soundness, specificity, and safety. Use before implementation to prevent "vague plans" and "messy code.
8