Plan

GPTClaudeDeepSeek··831 copies·updated 2026-07-14
plan-10.prompt
# Task: Create Implementation Plan

Create a detailed implementation plan for the requested task.

## Your Responsibilities

1. **Understand the Requirements**
   - Read all provided context carefully
   - Identify the core objective
   - Note any constraints or acceptance criteria

2. **Analyze the Codebase**
   - Identify relevant files and modules
   - Understand existing patterns and conventions
   - Note potential integration points

3. **Design the Approach**
   - Break down into logical steps
   - Identify potential challenges
   - Consider edge cases and error handling

4. **Create the Plan**
   - List specific files to modify or create
   - Describe changes at a high level
   - Specify the order of implementation
   - Note testing requirements

## Output Format

Provide a structured plan with:
- **Summary**: Brief overview of the approach
- **Files**: List of files to modify/create
- **Steps**: Numbered implementation steps
- **Testing**: How to verify the changes
- **Risks**: Potential issues to watch for

## Constraints

- Keep the plan focused and actionable
- Don't write code yet, just plan
- Flag any unclear requirements

when to use it

Community prompt sourced from the open-source GitHub repo lin13k/cplus (MIT). A "Plan" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

productivitycommunitydeveloper

source

lin13k/cplus · MIT