chore: archive completed OpenSpec changes
Archive all completed changes and create final specifications: Archived changes (2025-11-03): - add-application-email (8 requirements) - add-application-management (9 requirements) - add-application-validation (9 requirements) - add-cover-letter-generation (13 requirements) - add-cover-letter-pdf-conversion (7 requirements) - add-profile-template (4 requirements) - add-profile-validation (3 requirements) Created specifications: - applicant-profile: User profile management with validation - application-email: Email generation for job applications - application-management: Application workflow and folder structure - application-validation: Application completeness checking - cover-letter-generation: Tailored cover letter creation - cover-letter-pdf-conversion: PDF export with Swiss formatting All features are now fully documented in openspec/specs/ and ready for use. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
# Implementation Tasks
|
||||
|
||||
## 1. Create Framework Directory
|
||||
|
||||
- [x] 1.1 Create `src/` directory to hold distributable framework files
|
||||
|
||||
## 2. Create Profile Template
|
||||
|
||||
- [x] 2.1 Create `src/profile.md` with all required sections
|
||||
- [x] 2.2 Add helpful comments and examples for each section
|
||||
- [x] 2.3 Include markdown formatting guidelines within the template
|
||||
|
||||
## 3. Create Framework Claude Instructions
|
||||
|
||||
- [x] 3.1 Create `src/CLAUDE.md` with profile reading instructions
|
||||
- [x] 3.2 Specify that profile should be read for any job application-related tasks
|
||||
- [x] 3.3 Add instruction to use profile as single source of truth for applicant data
|
||||
|
||||
## 4. Validation
|
||||
|
||||
- [x] 4.1 Verify `src/profile.md` template is complete and well-documented
|
||||
- [x] 4.2 Verify `src/CLAUDE.md` contains clear instructions for Claude Code
|
||||
- [x] 4.3 Ensure all required profile sections are present and clearly explained
|
||||
- [x] 4.4 Test that the framework can be copied to another directory and works independently
|
||||
Reference in New Issue
Block a user