From 0a16b72411551e8e6b3d40717cba8a5a55dda0b9 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Fri, 8 May 2026 15:06:25 +0100 Subject: [PATCH] Instruct LLM to use flat paths for backlog documents --- .pi/prompts/new-backlog-task.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pi/prompts/new-backlog-task.md b/.pi/prompts/new-backlog-task.md index 1d3f55e6..ba8c0429 100644 --- a/.pi/prompts/new-backlog-task.md +++ b/.pi/prompts/new-backlog-task.md @@ -13,7 +13,7 @@ Use the answers to create the backlog task WITHOUT acceptance criteria or implem The proceed to make a determination if the task requires research to determine the best implementation route. -If there is more than one route, write your analysis into a backlog document and reference it in the backlog task. +If there is more than one route, write your analysis into a backlog document and reference it in the backlog task. **Use a flat document path with no subfolders** (e.g., `doc-14 - Research-Exposing-additional-data-points.md`), consistent with the convention used by other documents in the project. Present all available implementation routes to me, so that I can offer feedback. Once I have picked a direction, update the backlog task with implementation plan and acceptance criteria.