DocsCore

Issues

Capture bugs and TODOs as issues, debate them with AI, then turn them into tasks or King sessions.

What Issues Are For

Issues work like GitHub issues. File bugs, requests, or ideas one by one and triage them with priorities and labels alongside the AI. When ready, turn them into a task or hand them to King Mode.

  • Capture findings as they come up
  • Discuss them with the AI in comments
  • Sort by priority (Low / Medium / High / Urgent)
  • Convert to a task or hand off to King Mode

Creating an Issue

  • Click the "+" button in the project's Issues panel
  • Enter the title and body (Markdown supported)
  • Set the priority if you like, then save

Discussing with AI in Comments

Issues take comments. Mention an AI in a comment to get a response.

  • @claude — ask Claude Code
  • @codex — ask Codex
  • Mention both — both reply in parallel (multi-AI consultation)

Priority and Labels

Each issue can carry a priority and labels.

  • Priority: Urgent / High / Medium / Low / Not set
  • Labels: add labels such as "In review" when useful

Convert to a Task or King Session

Once the issue is concrete, ship it into execution.

  • Convert — run it as a single task
  • Hand off — let the King PM take it for bigger scopes
  • You can convert or hand off several issues at once

The original issue is preserved, so you can always trace work back to the issue it started from.

Practical Use

  • While reviewing AI output, file every concern as an issue without breaking flow
  • Use the issue thread to argue through the design with the AI before converting
  • Mention both @claude and @codex to get competing approaches and pick the better one