mentat-plan

Create and resolve mentat plan files for parallel coding agents.

Updated Jun 5, 2026
One-click install
npx skills add https://github.com/matheushenriquefs/mentat --skill mentat-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mentat-plan
Source: https://github.com/matheushenriquefs/mentat/tree/main/.agents/skills/mentat-plan
Command: npx skills add https://github.com/matheushenriquefs/mentat --skill mentat-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, and includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the creation and resolution of mentat plan files, ensuring efficient and organized parallel coding agent workflows.

Core Features & Use Cases

  • Plan File Management: Automates the creation and modification of mentat plan files, providing structured workflows for parallel coding agents.
  • Plan Resolution: Converts plan slug-or-path references to canonical absolute paths, ensuring consistent access to plan files.
  • Use Case: When you need to create a new plan file or resolve a plan reference, this Skill streamlines the process, reducing manual effort and potential errors.

Quick Start

Use the /mentat-plan slash command to write a new plan file: /mentat-plan write <plan-ref> <body-path>

Frequently Asked Questions about mentat-plan

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate mentat plan file creation for parallel coding agents?

You can automate mentat plan file creation by using a Python-based Skill to generate and modify structured plan files, reducing manual effort and errors in parallel coding workflows.

What is plan resolution in mentat and how does it work?

Plan resolution in mentat converts plan slug-or-path references into canonical absolute paths, ensuring consistent and reliable access to plan files across parallel coding agents.

Do I need Python to manage mentat plan files?

Yes, Python is required as a dependency to run the scripts that automate the creation, modification, and resolution of mentat plan files.

How do I write a new mentat plan file from a command line?

You can write a new mentat plan file by executing the command `/mentat-plan write <plan-ref> <body-path>`, which automates the file creation process.

When should I use an automated plan management script instead of manual files?

Automated plan management scripts should be used when coordinating parallel coding agents, as they ensure structured workflows, consistent file modifications, and accurate path resolution.