---
name: status
description: Get a quick project overview showing feature progress, budget status, and configuration summary.
argument-hint: "[optional: specific area to check]"
---

# Project Status

Get a quick overview of the current project's state including feature progress, budget, and configuration.

## Steps

1. Call `fathom_get_project_status` with no arguments
2. Present the results organized into clear sections

## Output Format

### Features

| Status | Count | Features |
|--------|-------|----------|
| Complete | {count} | {list of completed features} |
| In Progress | {count} | {list of in-progress features} |
| Pending | {count} | {list of pending features} |

### Budget

{One-line summary: "${spent} of ${limit} used ({percent}%) -- {status}"}

### Configuration

| Setting | Value |
|---------|-------|
| Store Type | {file or convex} |
| Intent Loaded | {yes/no} |
| Projections | {which tools configured} |

## Error Handling

If the project is not initialized, tell the user to run `fathom init` to set up a Fathom project in the current directory.

If the `fathom_get_project_status` MCP tool is not available, tell the user to check their MCP configuration. They may need to run `npx fathom-token-mcp` or verify that the Fathom MCP server is configured in their `.mcp.json`.
