Plan a MeisterTask project
Use the MeisterTask MCP to create a structured project from a goal or brief.
Workflow
- Gather the project details:
- Project name (required)
- Goal or brief description
- Key phases or workstreams (to become sections)
- Known tasks or deliverables
- Optional: team members to invite, due dates
- Propose the project structure:
- Suggest 3–5 sections based on the brief (e.g., Backlog, In Progress, Review, Done — or phase-based names like Discovery, Build, Launch).
- Confirm with the user before creating.
- Create the project using
mt_projects_create. - Create sections using
mt_sections_create(one call per section). - Create initial tasks:
- Try
mt_batch_executefirst — use negative temp IDs for tasks that reference each other. - If the batch call fails, fall back to individual
mt_tasks_createcalls (one per task).
- Try
- If team members were specified, invite them using
mt_projects_invite. - Return the project URL and a summary of what was created.
Important
Don't create more than 20 tasks without confirming scope with the user first. If the brief is vague, propose a structure and wait for approval before writing anything.