Project Decomposition

Tasks
task
vibe:ai

The Problem

Turning a goal into a real plan means breaking it into phases and tasks, estimating each and wiring up dependencies — an hour of setup before any work starts.

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.

Project Decomposition

Prompt for AI

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

Build me a Project Decomposition tool. I describe a goal in plain language and it breaks it into phases and tasks with time estimates, labels and dependencies, shown as a clean expandable tree with a summary of phases, tasks and total time. Add a button to push the plan into Bitrix24 Tasks.

Call POST /v1/chat/completions to turn the goal into phases[] and tasks[] with estimateDays, a label, and dependencies. Compute the phase/total estimates yourself from the task days (don't trust a model-supplied total).
Optionally create the tasks with POST /v1/tasks when the user clicks Push to Tasks.

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

What You Get

Describe a goal in plain language and get a structured plan — phases and tasks with estimates, labels and dependencies as an expandable tree — ready to push into Bitrix24 Tasks.

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