Files
thrillwiki_laravel/memory-bank/prompts/ContinuationCommand.md

1.6 KiB

ThrillWiki Development Continuation Command

Use this command to continue development in a new chat:

Continue ThrillWiki Laravel+Livewire development, focusing on the Location System implementation. The project is at /Users/talor/ThrillWiki/laravel.

Key Memory Bank files to review:
1. memory-bank/activeContext.md - Current progress and next steps
2. memory-bank/features/LocationSystem.md - System design and implementation plan
3. memory-bank/features/StatisticsRollup.md - Statistics integration points
4. memory-bank/features/StatisticsCaching.md - Caching strategy

Current progress:
- Documented Location System design
- Created locations table migration
- Set up Memory Bank documentation

Next steps:
1. Create Location model with polymorphic relationships
2. Implement HasLocation trait
3. Develop GeocodeService
4. Build LocationSearchService
5. Create Livewire components

Follow Memory Bank documentation practices:
- Prefix all tool use with [MEMORY BANK: ACTIVE]
- Document before implementing
- Update activeContext.md after each step
- Create feature documentation first
- Document technical decisions

The project uses:
- Laravel for backend
- Livewire for components
- MySQL for database
- Memory Bank for documentation

Continue implementation following the established patterns and maintaining comprehensive documentation.

This command provides:

  1. Project context
  2. Memory Bank locations
  3. Current progress
  4. Next steps
  5. Development practices
  6. Technical stack

Use this to ensure continuity and maintain our documentation-first approach in the next development session.