Reflect on completed stories to extract learnings, identify process improvements, and update the framework with insights gained. Use after implementation is complete to close the development cycle.
Reflect on the completed story to extract learnings, persist patterns, reinforce behavioral signals, and emit calibration telemetry.
When to use: After implementation is complete and tests pass. Before /rai-story-close.
Inputs: Completed story, progress log, passing test suite.
Determine which test command to run using this priority chain:
.raise/manifest.yaml for project.test_command — if set, use it directly (configuration over convention)project.project_type in manifest, or scan file extensions of changed files (git diff --name-only)# .raise/manifest.yaml — example