create_agenda
Create a new agenda to plan tasks with details, optional flags, and acceptance criteria for structured project management.
Instructions
Create a new agenda (plan/todo list).
Args:
tasks: List of task dicts. Each task should have:
- details: str (required)
- is_optional: bool (optional, default False)
- acceptance_guard: str (optional)
title: Optional title for the agenda
description: Optional description for the agenda
Returns:
A dictionary with status and agenda_id
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tasks | Yes | ||
| title | No | ||
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||