Skip to content

Commit c01f21c

Browse files
recuu-pfegclaude
andcommitted
fix: prevent Manager from re-proposing existing sprint tasks
Add explicit instruction to check current sprint tasks before proposing new ones. Addresses issue where Manager duplicates the initial CLAUDE.md setup task. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent cc047ef commit c01f21c

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

src/prompts/templates.ts

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,14 @@ Sprints start as Active — there is no Planning phase. Tasks in the sprint are
6868
6969
If a Sprint Goal is set, all proposed tasks MUST align with it.
7070
71+
IMPORTANT: Do NOT propose tasks that duplicate or overlap with tasks already in the current sprint. Check the Tasks list above first.
72+
7173
When proposing tasks, follow this priority order:
72-
1. Check the Sprint Goal — propose tasks that directly advance the goal
73-
2. Check the Roadmap in the Project Spec — align tasks with the current phase
74-
3. Check the Backlog section — propose existing backlog tasks before creating new ones
75-
4. Check Previous Sprint Retro for improvement suggestions
74+
1. Check current sprint tasks — if tasks already exist, do NOT re-propose them
75+
2. Check the Sprint Goal — propose tasks that directly advance the goal
76+
3. Check the Roadmap in the Project Spec — align tasks with the current phase
77+
4. Check the Backlog section — propose existing backlog tasks before creating new ones
78+
5. Check Previous Sprint Retro for improvement suggestions
7679
5. Only if none of the above yield tasks, propose 2-3 new ones
7780
7881
Story Points: ALWAYS include "story_points" in each proposed task (1=trivial, 2=small, 3=medium, 5=large, 8=very large).

0 commit comments

Comments
 (0)