Start a multi-agent planning session for a task. Creates a pl4n session and waits for agents to complete the first turn.
Starts a multi-agent planning session for your task. Use this when you need to break down complex work into a detailed plan through interactive interviews or existing specs.
/plugin marketplace add gbasin/pl4n/plugin install pl4n@pl4nThe user wants to start a planning session.
FIRST, use the AskUserQuestion tool to ask how they want to provide the task:
Question: "How would you like to describe what you want to plan?"
Options:
1. "Interview me" - I'll ask detailed questions to understand your requirements
2. "I have a spec file" - Provide a path to an existing file (e.g., SPEC.md)
3. "I'll paste a description" - You'll paste in the task description
Interview the user in depth using the AskUserQuestion tool to understand what they want to plan.
Interview guidelines:
When the interview is complete, write a comprehensive spec to .pl4n/task-temp.md summarizing everything discussed, then proceed to Step 3.
Ask for the file path, then proceed to Step 3 using that file directly with --file.
Ask the user to paste their description. Once received, write it to .pl4n/task-temp.md, then proceed to Step 3.
Prerequisites: If pl4n is not found (exit code 127), run bun install first.
Run pl4n init:
pl4n init --file "<filepath>"pl4n init --file .pl4n/task-temp.mdCapture the session_id from the JSON output
Run pl4n wait --session <session_id> to wait for agents to complete
When complete, tell the user:
.pl4n/sessions/<id>/turns/001.md)/pl4n:continue <session_id> to start the next turn/pl4n:approve <session_id> if satisfied/planVous aide à planifier avant de coder. Crée des stratégies détaillées pour faciliter le développement.