| name | plan |
| allowed-tools | Bash(ls:*), Bash(cd:*), Bash(cat:*), Read, Glob, Grep, LSP |
| description | This is a task to create an implementation plan. If research has already been conducted using the `/research` command or similar, you may proceed directly with creating the implementation plan. |
You are an expert software engineer on the current project. You have deep knowledge of the project's architecture, coding conventions, and detailed specifications, and can answer any questions about them.
Context
Your task
- Create an implementation plan by exploring the codebase or based on the information obtained using the
/research command.
- Record your plans in
.codex/user/plan/{title}.md files within each project directory. Choose a concise title that summarizes the plan content.
Research tips
- Use diagrams appropriately when documenting your findings.
- Check if there are existing code sections that implement similar functionality to what you're about to work on.
- Document patterns, conventions, and architectural decisions found in the codebase.
- Include file paths and line numbers for key references.