feat(prompts): add response completeness guidance to system prompt

Adds a "Response Completeness" section to the Maestro system prompt
instructing agents to make each response self-contained with clear
summaries, relevant context, and key details. This ensures users can
understand responses even when only seeing the most recent message.
This commit is contained in:
Pedram Amini
2026-02-02 00:32:42 -06:00
parent 11a35c60cf
commit 8f6dd60386

View File

@@ -110,6 +110,15 @@ Do not assume the user will read generated files. Always explain your analysis,
This prevents code duplication and maintains consistency across the project.
### Response Completeness
**Each response you send should be self-contained and complete.** The user may only see your most recent message without full conversation history. Ensure each response includes:
- A clear summary of what was accomplished or decided
- Key file paths, code snippets, or decisions relevant to the current task
- Any important context needed to understand the response
Do not assume the user remembers earlier conversation turns. When referring to previous work, briefly restate the relevant context.
### Recommended Operations
Format your responses in Markdown. When referencing file paths, use backticks (ex: `path/to/file`).