---
title: "Prompts"
description: "Twelve ready-made workflows that ship with the server."
---

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

# Prompts

Twelve prompts ship with the server as ready-made workflows — invoke them from
your client's prompt or slash-command menu.

| Prompt | What it does |
|---|---|
| `triage_my_bugs` | Review your assigned bugs and propose what to work on next |
| `fix_bug` | Walk a bug from context-gathering to fix |
| `plan_feature` | Turn an idea into stories on the backlog |
| `sprint_review` | Summarise the sprint's state |
| `cross_project_status` | Status across every project you can see |
| `log_work` | Record a worklog, optionally linked to a bug or story |
| `daily_standup` | What you did, what you're doing, blockers |
| `project_onboarding` | Get oriented in an unfamiliar project |
| `write_test_case` | Draft and create one complete QA test case |
| `qa_from_story` | Generate test coverage from a user story |
| `build_test_suite` | Assemble a suite from existing cases |
| `regression_from_bug` | Turn a fixed bug into a test case so it can't recur |

A prompt is only as available as the tools it calls — `qa_from_story` needs the
`tests` [toolset](/mcp/toolsets), `cross_project_status` needs a connection that
isn't [scoped to one project](/mcp/api-keys).

Source: https://docs.heizen.work/mcp/prompts/index.mdx
