docs: backlog — cover letter iterative refinement feedback loop
This commit is contained in:
parent
51e48f8eee
commit
4748cd3672
1 changed files with 6 additions and 0 deletions
|
|
@ -10,6 +10,12 @@ Unscheduled ideas and deferred features. Roughly grouped by area.
|
|||
|
||||
---
|
||||
|
||||
## Cover Letter / Resume Generation
|
||||
|
||||
- **Iterative refinement feedback loop** — Apply Workspace cover letter generator: show previous result + a "Feedback / changes requested" text area + "Regenerate" button. Pass `previous_result` and `feedback` through `generate()` in `scripts/generate_cover_letter.py` to the LLM prompt. Same pattern for resume bullet expansion in the wizard (`wizard_generate: expand_bullets`). Backend already supports `previous_result`/`feedback` in `wizard_generate` tasks (added to `_run_wizard_generate`).
|
||||
|
||||
---
|
||||
|
||||
## Apply / Browser Integration
|
||||
|
||||
- **Browser autofill extension** — Chrome/Firefox extension that reads job application forms and auto-fills from the user's profile + generated cover letter; syncs submitted applications back into the pipeline automatically. (Phase 2 paid+ feature per business plan.)
|
||||
|
|
|
|||
Loading…
Reference in a new issue