> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tasksmind.com/llms.txt
> Use this file to discover all available pages before exploring further.

# What You Can Do

> Real scenarios for tasksmind: from a customer report becoming a pull request to fixing CI, to using it outside Slack.

tasksmind is an execution layer that lives in Slack and your GitHub repos. Here's what actually
happens in each real scenario, end to end.

<CardGroup cols={2}>
  <Card title="From Customer Report to Pull Request" icon="git-pull-request" href="/use-cases/report-to-pr">
    A customer reports a bug in Slack. tasksmind investigates, drafts a fix, runs your tests in a
    sandbox, and waits for a human to approve before anything ships.
  </Card>

  <Card title="Customer Support, Without the Leak" icon="users" href="/use-cases/support-escalation">
    A customer reports a bug in your support channel and gets a plain-language update. Engineers
    get the root cause, file paths, and PR link in a separate dev channel.
  </Card>

  <Card title="Fixing a Failing CI Run" icon="git-commit-horizontal" href="/use-cases/ci-auto-fix">
    Ask tasksmind to fix a broken build. It fetches the failing check's logs, works out the root
    cause, and proposes a tested fix.
  </Card>

  <Card title="Asking tasksmind Directly" icon="message-square" href="/use-cases/ask-tasksmind">
    Review a PR, summarize a repo, or ask for a feature. @mention it in any channel it's in, or
    just DM it.
  </Card>

  <Card title="The Approval & Safety Gate" icon="shield-check" href="/use-cases/approval-and-safety">
    Every fix is risk-classified and test-verified before a human ever sees an approve button, and
    only a signed-in person can approve, never an API key.
  </Card>

  <Card title="Using tasksmind Outside Slack" icon="terminal" href="/use-cases/cli-and-local-agent">
    Run fixes from your own terminal with the tasksmind CLI, or run a local agent that claims fix
    handoffs from the queue.
  </Card>
</CardGroup>

## Setting up for the first time?

<CardGroup cols={2}>
  <Card title="Your setup guide" icon="rocket" href="/getting-started">
    Eight steps across three phases.
  </Card>

  <Card title="What is tasksmind?" icon="info" href="/">
    The short version, with a quick example.
  </Card>
</CardGroup>
