Files
Bewerbungszauberer/openspec/changes/add-profile-template/proposal.md
T

26 lines
1.4 KiB
Markdown
Raw Normal View History

# Add Applicant Profile Template
## Why
The job application workflow requires applicant information (personal details, experience, skills, education) to generate CVs, cover letters, and emails. Currently, there's no structured way to store and access this information, forcing Claude Code to ask repeatedly or requiring manual input each time.
## What Changes
- Create `src/` directory to hold the distributable framework files (separate from this development project)
- Add `src/profile.md` template file for storing applicant's personal and professional information
- Create `src/CLAUDE.md` with instructions for Claude Code to read `profile.md` when helping with job applications
- Define a structured markdown format for the profile that covers all necessary sections (personal info, experience, education, skills, projects)
## Impact
- **Affected specs**: Creates new capability `applicant-profile`
- **Affected code**:
- New directory: `src/` (contains the distributable framework)
- New file: `src/profile.md` (template for users to fill out)
- New file: `src/CLAUDE.md` (framework instructions for Claude Code)
- **User benefit**:
- Clear separation between framework development and framework usage
- Users can copy `src/` folder to any location to start using the framework
- One-time profile setup, reusable for all applications
- **No breaking changes**: This is the first foundational piece of the framework