Updates DEVELOPMENT_LOG.md and README.md to reflect current project state
This skill helps maintain accurate and up-to-date project documentation by updating both the development log and README file.
Keep documentation synchronized with the actual codebase and recent development activities. This ensures that:
Before updating documentation, review:
Add a new entry to the section with:
### Session: YYYY-MM-DD - [Brief Title]
**Objective:** [Clear statement of what was accomplished]
#### Key Changes:
1. **[Category 1]**
- Specific change or improvement
- Technical details if relevant
2. **[Category 2]**
- Additional changes
- Implementation notes
#### Technical Details:
**Frontend Changes:**
- List of frontend modifications
**Backend Changes:**
- List of backend modifications
**Database Changes:**
- Schema updates or migrations
Review and update the following sections as needed:
Ensure that:
Trigger this skill when:
Run /update-docs to trigger the documentation update process.