Stale Task Monitor

Tasks
task
vibe:ai

The Problem

Tasks don't fail loudly — they quietly stop moving. By the time a stalled task surfaces on a board, the deadline is already gone.

How to use

  1. Get a free API key

    Sign up for Vibecode and issue a key with the scopes listed below. It takes less than a minute.

  2. Open your AI agent

    Launch Claude Code, Cursor, ChatGPT or whichever AI model you work with.

  3. Paste the prompt and key

    Copy the prompt below, replace vibe_api_xxx with your API key and send it to the agent. It will call the API and write working code on its own.

Stale Task Monitor

Prompt for AI

Copy this prompt and send it to your AI model along with your Vibecode API key

Build a Stale Task Monitor for my Bitrix24 account. It reads my open tasks, scores each one for "risk of being forgotten", and shows the worst offenders in a single queue — with a plain-language reason why each task is stuck and one concrete next step. No boards, no charts to interpret: one screen, one ranked list, one decision per row.

Read open tasks with GET /v1/tasks. Compute a 0-100 risk score in code from three readable fields: days past deadline (0-40), age since planned start date (0-40), priority weight (0-20), and show the split as a stacked bar under the score.
Use POST /v1/chat/completions only for the reason and the next step. Activity timestamps are read-only on most accounts, so measure staleness from the planned start date and label it that way in the UI. Never state a fact about a task that isn't in its title, status or dates.

API key: vibe_api_xxx (scopes: task, vibe:ai)
API Discovery: https://vibecode.bitrix24.com/v1/me

What You Get

One ranked queue of the tasks most at risk of being forgotten — each with a plain-language reason it's stuck and one concrete next step. No boards to interpret.

Required Scopes

task
vibe:ai

Endpoints for these scopes

The API resource name does not always match the scope name. Use these exact paths — guessing /v1/:scope often returns 404.

task

/v1/tasks
/v1/tasks/:taskId/comments
/v1/scrum/epics

Related Solutions

Get your free key