2025-11-02 10:09:20 +01:00
|
|
|
# Implementation Tasks
|
|
|
|
|
|
|
|
|
|
## 1. Create Framework Directory
|
|
|
|
|
|
2025-11-02 10:20:53 +01:00
|
|
|
- [x] 1.1 Create `src/` directory to hold distributable framework files
|
2025-11-02 10:09:20 +01:00
|
|
|
|
|
|
|
|
## 2. Create Profile Template
|
|
|
|
|
|
2025-11-02 10:20:53 +01:00
|
|
|
- [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
|
2025-11-02 10:09:20 +01:00
|
|
|
|
|
|
|
|
## 3. Create Framework Claude Instructions
|
|
|
|
|
|
2025-11-02 10:20:53 +01:00
|
|
|
- [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
|
2025-11-02 10:09:20 +01:00
|
|
|
|
|
|
|
|
## 4. Validation
|
|
|
|
|
|
2025-11-02 10:20:53 +01:00
|
|
|
- [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
|