Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ Format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

## [Unreleased]

### Fixed
- Brownfield projects: phase prompt template now includes codebase CONVENTIONS.md in context — executors follow existing coding patterns

## [1.22.4] - 2026-03-03

### Added
Expand Down
6 changes: 6 additions & 0 deletions get-shit-done/templates/phase-prompt.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ Output: [What artifacts will be created]
@.planning/ROADMAP.md
@.planning/STATE.md

# If .planning/codebase/ exists — follow existing conventions:
# @.planning/codebase/CONVENTIONS.md

# Only reference prior plan SUMMARYs if genuinely needed:
# - This plan uses types/exports from prior plan
# - Prior plan made decision that affects this plan
Expand Down Expand Up @@ -212,6 +215,9 @@ Wave 3 runs after Waves 1 and 2. Pauses at checkpoint, orchestrator presents to
@.planning/ROADMAP.md
@.planning/STATE.md

# If .planning/codebase/ exists — follow existing conventions:
# @.planning/codebase/CONVENTIONS.md

# Only include SUMMARY refs if genuinely needed:
# - This plan imports types from prior plan
# - Prior plan made decision affecting this plan
Expand Down