Session Context Re-establishment

The prompt pattern used at the start of every new Bolt session on an existing project. Re-establishes project context by referencing kiro steering files and describing the current working state and session goal.

Syntax

bolt-new
This is a continuing session on the [project name] project.

Please read:
- .kiro/steering/product.md
- .kiro/steering/tech.md
- .kiro/steering/structure.md

Current state: [1-2 sentences on what's been built]
Today's goal: [What you're building in this session]

Do not make any changes yet — confirm you've read the steering files first.

Example

bolt-new
This is a continuing session on the TaskFlow project.

Please read:
- .kiro/steering/product.md
- .kiro/steering/tech.md
- .kiro/steering/structure.md

Current state: Authentication, project CRUD, and task CRUD are complete.
The dashboard and project detail pages render correctly.
All Supabase RLS policies are in place and verified.

Today's goal: Implement task filtering and sorting as specified in
.kiro/specs/task-filtering.md

Confirm you've read the steering files before making any changes.