What problem does it solve? It removes the need to learn GitHub subcommands, label names, or issue field schemas when recording and managing unresolved questions during development, by interpreting natural language instructions and conversation context to operate tracking issues. ## Core Features & Use Cases - Operation Type Detection: Determines whether to create, search, update, hold, resolve, close, or reopen a tracking issue based on the user's instruction and conversation state. - Issue Creation Judgment: Checks whether an unresolved matter is worth filing, attempts resolution first, and searches existing issues to avoid duplicates. - Tool-Contract-Based Execution: Performs all reads and writes through the agentdev_gh custom tool, supporting both GitHub issues and local issue environments without direct file or git operations. - Use Case: During a design discussion, tell the agent to record an unresolved trade-off as a tracking issue; it checks for duplicates, files the issue, and later updates its state as the discussion progresses toward resolution. ## Quick Start Ask the agent via the /agentdev/issue command to record the current unresolved question as a tracking issue.