Files
Bewerbungszauberer/openspec/changes/add-profile-template/tasks.md
T
gurixandClaude 01ca895baa feat: add proposal for applicant profile template
Create OpenSpec proposal to add profile.md template and framework structure under src/ directory.

- Add src/ directory for distributable framework files
- Create profile.md template with all required sections
- Add CLAUDE.md instructions for Claude Code integration
- Ensure framework can be copied and used independently

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-02 10:09:20 +01:00

25 lines
980 B
Markdown

# Implementation Tasks
## 1. Create Framework Directory
- [ ] 1.1 Create `src/` directory to hold distributable framework files
## 2. Create Profile Template
- [ ] 2.1 Create `src/profile.md` with all required sections
- [ ] 2.2 Add helpful comments and examples for each section
- [ ] 2.3 Include markdown formatting guidelines within the template
## 3. Create Framework Claude Instructions
- [ ] 3.1 Create `src/CLAUDE.md` with profile reading instructions
- [ ] 3.2 Specify that profile should be read for any job application-related tasks
- [ ] 3.3 Add instruction to use profile as single source of truth for applicant data
## 4. Validation
- [ ] 4.1 Verify `src/profile.md` template is complete and well-documented
- [ ] 4.2 Verify `src/CLAUDE.md` contains clear instructions for Claude Code
- [ ] 4.3 Ensure all required profile sections are present and clearly explained
- [ ] 4.4 Test that the framework can be copied to another directory and works independently