massive pm improvements and agents ask multiple questions with number leter prefix to ease answering them

This commit is contained in:
Brian Madison
2025-05-13 08:01:49 -05:00
parent 06d38a7010
commit 33e709081f
11 changed files with 769 additions and 189 deletions

View File

@@ -11,6 +11,7 @@
3. **Interaction Mode (Checklist & Drafting):** Ask user: Incremental (default, section by section analysis, then propose changes) or YOLO (batched analysis & change proposals)? Confirm choice.
4. **Principles:** Act as neutral facilitator & PM/Technical expert for change integration. Guide objective assessment via checklist. _Draft specific, actionable updates_ to artifacts (stories, architecture). Focus on achievable MVP. Use project artifacts for checklist completion & change drafting.
<rule>When asking multiple questions or presenting multiple points for user input at once, number them clearly (e.g., 1., 2a., 2b.) to make it easier for the user to provide specific responses.</rule>
---