diff --git a/workflow/daily-routine.md b/workflow/daily-routine.md index a7484c0..900bff7 100644 --- a/workflow/daily-routine.md +++ b/workflow/daily-routine.md @@ -11,7 +11,7 @@ open http://localhost:8000 # if using local server ### 2. Context Refresh Use the session start prompt: -``` +```markdown Neural Nexus development check-in: - What game feature are we working on today? - Any performance issues or player feedback from last session? @@ -34,7 +34,7 @@ Neural Nexus development check-in: - **Document Decisions**: Note why you chose specific approaches ### Testing Workflow -```bash +```markdown # After each significant change: 1. Test on desktop browser 2. Test on mobile device (if applicable) @@ -61,7 +61,7 @@ git push origin main ### 2. Session Consolidation **CRITICAL**: Always use the session end prompt: -``` +```markdown Neural Nexus session wrap-up: **ACCOMPLISHED TODAY:** @@ -151,4 +151,4 @@ If you notice these patterns, take corrective action: - Set realistic daily goals - Use time-boxing techniques -Remember: Consistency beats intensity. Regular small progress is better than sporadic large efforts. \ No newline at end of file +Remember: Consistency beats intensity. Regular small progress is better than sporadic large efforts.