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.
Get a free API key
Sign up for Vibecode and issue a key with the scopes listed below. It takes less than a minute.
Open your AI agent
Launch Claude Code, Cursor, ChatGPT or whichever AI model you work with.
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.

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
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.
The API resource name does not always match the scope name. Use these exact paths — guessing /v1/:scope often returns 404.
task
Large projects start without clear task breakdowns. Teams don't understand the scope of work.
Standups happen verbally or get forgotten. No history — unclear who's working on what.
Tasks get created and forgotten. Overdue tasks pile up, deadlines are missed.