docs: add task for agent prompt generation

This commit is contained in:
2026-06-02 07:48:22 +01:00
parent 9ee6bfce82
commit 07ee27b03e
3 changed files with 134 additions and 2 deletions
+13 -1
View File
@@ -40,7 +40,7 @@ Acceptance Criteria:
## TASK-003 — Improve discovery workflow
Status: Todo
Status: Done
Goal:
Improve `rdb discover` so it records structured answers into the discovery ledger.
@@ -60,3 +60,15 @@ Acceptance Criteria:
- Preserve existing discovery history
- Add/update tests
- Update RUN_LOG.md
## TASK-004 — Implement ask-more command
Status: Todo
Goal: Add a command that finds weak answers and asks deeper follow-up questions.
Acceptance Criteria:
- command reads discovery-log.md
- low-confidence answers are detected
- follow-up answers are appended to discovery-log.md