Wrap up
Tasks
- Clean up root directory structure according to <dirStructure>
- Deactivate any virtual environments you created
- Consolidate test files if necessary
- Update todo.md with any outstanding tasks
- Update Claude.md with any learnings
- Use the claude memory mcp to store learnings
- Create a final PR after making these updates
<dirStructure>
$PROJECT_NAME/
├── ai_docs/ # AI specific documentation
├── src/ # Application source code
├── tests/ # Unit and integration tests
├── docs/ # Documentation and design materials
├── scripts/ # Build and deployment scripts
├── README.md # Project overview and quick start
├── claude.md # Project context for Claude AI
└── prd-$PROJECT_NAME.md # Product Requirements Document (if applicable)
</dirStructure>
## Updates to consider for <project>/Claude.md
Project Overview: A brief description of what the project is and its goals
Current Status: Where you are in the development process
Current Branch: Which branch we were last working on
Technology Stack: Languages, frameworks, and libraries being used, including version information
Implementation Details: Current architecture and design decisions
Recent Changes: What you've been working on recently
Next Steps: What you plan to implement or change next
Dependencies: External services, APIs, or libraries that the project relies on
Known Issues: Current bugs or limitations you're aware of