@forwardimpact/basecamp 2.6.1 → 2.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/basecamp.js +0 -2
- package/template/.claude/agents/recruiter.md +92 -29
- package/template/.claude/skills/assess-interview/SKILL.md +389 -0
- package/template/.claude/skills/extract-entities/SKILL.md +76 -0
- package/template/.claude/skills/hiring-decision/SKILL.md +366 -0
- package/template/.claude/skills/meeting-prep/SKILL.md +36 -0
- package/template/.claude/skills/right-to-be-forgotten/SKILL.md +1 -1
- package/template/.claude/skills/{analyze-cv → screen-cv}/SKILL.md +116 -49
- package/template/.claude/skills/track-candidates/SKILL.md +175 -8
- package/template/.claude/skills/workday-requisition/SKILL.md +86 -4
- package/template/CLAUDE.md +4 -2
package/template/CLAUDE.md
CHANGED
|
@@ -86,7 +86,7 @@ wake, they observe KB state, decide the most valuable action, and execute.
|
|
|
86
86
|
| **postman** | Email triage and drafts | Every 5 min | sync-apple-mail, draft-emails |
|
|
87
87
|
| **concierge** | Meeting prep and transcripts | Every 10 min | sync-apple-calendar, meeting-prep, process-hyprnote |
|
|
88
88
|
| **librarian** | Knowledge graph maintenance | Every 15 min | extract-entities, organize-files, manage-tasks |
|
|
89
|
-
| **recruiter** | Engineering recruitment | Every 30 min | track-candidates,
|
|
89
|
+
| **recruiter** | Engineering recruitment | Every 30 min | track-candidates, screen-cv, assess-interview, hiring-decision, workday-requisition, right-to-be-forgotten, fit-pathway, fit-map |
|
|
90
90
|
| **head-hunter** | Passive talent scouting | Every 60 min | scan-open-candidates, fit-pathway, fit-map |
|
|
91
91
|
| **chief-of-staff** | Daily briefings and priorities | 7am, Mon 7:30am | weekly-update _(Mon)_, _(reads all state for daily briefings)_ |
|
|
92
92
|
|
|
@@ -215,7 +215,9 @@ Available skills (grouped by function):
|
|
|
215
215
|
| `manage-tasks` | Per-person task boards with lifecycle |
|
|
216
216
|
| `track-candidates` | Recruitment pipeline from email threads |
|
|
217
217
|
| `workday-requisition` | Import candidates from Workday XLSX |
|
|
218
|
-
| `
|
|
218
|
+
| `screen-cv` | CV screening — interview or pass |
|
|
219
|
+
| `assess-interview` | Interview transcript analysis |
|
|
220
|
+
| `hiring-decision` | Final hiring recommendation |
|
|
219
221
|
| `right-to-be-forgotten` | GDPR data erasure with audit trail |
|
|
220
222
|
| `scan-open-candidates` | Scan public sources for open-for-hire |
|
|
221
223
|
| `weekly-update` | Weekly priorities from tasks + calendar |
|