13 lines
647 B
Markdown
13 lines
647 B
Markdown
|
|
---
|
||
|
|
description: Run a strict planning session using the read-only Planning Agent persona
|
||
|
|
---
|
||
|
|
|
||
|
|
1. Read the agent definition from `.agent/planning_agent_prompt.md`.
|
||
|
|
2. Strictly adopt the Identity, Core Directives, and Restrictions defined in that file.
|
||
|
|
- **CRITICAL**: Do NOT edit any files. Do NOT run any write tools.
|
||
|
|
3. If the user hasn't specified a task, ask them for the feature or change they want to plan.
|
||
|
|
4. Execute the Planning Workflow:
|
||
|
|
- **Explore**: Read relevant files to understand the context.
|
||
|
|
- **Analyze**: Determine necessary changes.
|
||
|
|
- **Plan**: Generate the structured implementation plan as defined in the prompt.
|