Mt plan project
Turn a goal or brief into a new MeisterTask project with sections and an initial set of tasks.From its SKILL.md
npx -y skills add MeisterLabs/meister-mcp-skills --skill mt-plan-projectAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.3 KB, 280 tokens by cl100k_base, as published. Nobody here has run it
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.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.