Files
Bewerbungszauberer/openspec/changes/archive/2025-11-03-add-application-email/proposal.md
T

29 lines
1.2 KiB
Markdown
Raw Normal View History

# Add Application Email Generation
## Why
Users need a simple, automated way to compose professional application emails with proper subject lines and document references. Manually crafting these emails for every application is time-consuming and error-prone.
## What Changes
- Add `/write-application-email` command that generates email content and subject line
- Command verifies required documents exist in `attachments/` folder before generation
- Email references CV, cover letter, and optionally certificates/diplomas
- Update `/new-application` command to create `attachments/` subfolder with `.keep` file
- Follow similar implementation pattern to `/write-cover-letter` command
## Impact
**Affected specs:**
- `application-email` (new capability)
- `application-management` (modification to folder structure)
**Affected code:**
- `src/.claude/commands/new-application.md` - Add attachments folder creation
- `src/.claude/commands/write-application-email.md` - New command file
- `src/.claude/templates/` - Potentially new email template (if needed)
**Out of scope:**
- Creating or generating documents (CV, certificates) - must exist beforehand
- Attachment handling beyond verification