application-tracker
Track job applications - statuses, follow-ups, interviews, and reminders - in a structured pipeline. Use to keep a job search organized.
Install
npx skills add https://github.com/Navinspire-ia/navin/tree/main/navin/skills/application-tracker
claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install navinspire-ia-navin@llmmart
git clone https://github.com/Navinspire-ia/navin.git
The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole navinspire-ia/navin collection as a plugin from our marketplace. Git is the plain clone.
Skill manifest
Application Tracker
Overview
A job search is a pipeline. The live book is the Career store (career tool + #/career). Optional markdown notes are a backup, never a second source of truth.
Pipeline stages
discovered → matched → ready → applied → replied → interview → offer → won / rejected
Tracker format
Prefer career action=status and career action=stage. The desk already writes applications.md next to the store on every save; read it with career action=read file=applications.md. Shape:
| Company | Role | Applied | Stage | Last contact | Next action | Due | Notes |
Per-application notes file for serious processes: contacts, interview notes, questions asked, salary discussed.
Workflow
- Prepare a factual CV and cover for the selected job (
career action=prepare). career action=applyopens the manual employer submission flow and leaves the application ready. Mark stage=applied only after the user confirms a completed portal submission.- For professional email, configure and test the account using
mail_configandmail_test.mail_draftpreviews the existing CV and cover attachments;send_emailrequires that draft's revision. Report an email application sent only when its receipt has status=accepted and a Message-ID. SMTP acceptance is not a delivery or read confirmation. - Automatic email and reply sync have separate persistent opt-ins. Auto-send uses the scheduled Career loop, an explicit published application address, a match threshold and daily limit. Never enable either opt-in from a legacy autopilot setting alone.
sync_mailattaches actual replies to recorded applications; do not invent responses or send follow-ups automatically. - Follow-up policy:
followup-writer+career action=followupwave=j3 then j7. Update the final outcome from the recruiter's response or the user's decision. - Schedule reminders with
cronwhen requested: follow-ups due, interview prep (triggerinterview-coach2 days before), offer deadlines. - Weekly review: pipeline stats (applied/response/interview rates), what's stuck, this week's actions.
- Post-decision: log the outcome and learnings (which channel/CV version converts best).
Metrics that matter
- Response rate < 10% → fix targeting/CV (
ats-analyzer) - Interviews but no offers → fix prep (
interview-coach)
Rules
- Every live application has a "next action + date" - no passive rows.
- Keep interview notes verbatim where possible; they're gold for negotiation later.
Files (navin)
-
SKILL.md 2.8 KB
--- name: application-tracker description: Track job applications - statuses, follow-ups, interviews, and reminders - in a structured pipeline. Use to keep a job search organized. metadata: {"navin":{"emoji":"🗂️","category":"careers","default_for":"career"}} --- # Application Tracker ## Overview A job search is a pipeline. The live book is the Career store (`career` tool + `#/career`). Optional markdown notes are a backup, never a second source of truth. ## Pipeline stages `discovered → matched → ready → applied → replied → interview → offer → won / rejected` ## Tracker format Prefer `career action=status` and `career action=stage`. The desk already writes `applications.md` next to the store on every save; read it with `career action=read file=applications.md`. Shape: ```markdown | Company | Role | Applied | Stage | Last contact | Next action | Due | Notes | ``` Per-application notes file for serious processes: contacts, interview notes, questions asked, salary discussed. ## Workflow 1. Prepare a factual CV and cover for the selected job (`career action=prepare`). 2. `career action=apply` opens the manual employer submission flow and leaves the application ready. Mark stage=applied only after the user confirms a completed portal submission. 3. For professional email, configure and test the account using `mail_config` and `mail_test`. `mail_draft` previews the existing CV and cover attachments; `send_email` requires that draft's revision. Report an email application sent only when its receipt has status=accepted and a Message-ID. SMTP acceptance is not a delivery or read confirmation. 4. Automatic email and reply sync have separate persistent opt-ins. Auto-send uses the scheduled Career loop, an explicit published application address, a match threshold and daily limit. Never enable either opt-in from a legacy autopilot setting alone. `sync_mail` attaches actual replies to recorded applications; do not invent responses or send follow-ups automatically. 5. Follow-up policy: `followup-writer` + `career action=followup` wave=j3 then j7. Update the final outcome from the recruiter's response or the user's decision. 6. Schedule reminders with `cron` when requested: follow-ups due, interview prep (trigger `interview-coach` 2 days before), offer deadlines. 7. Weekly review: pipeline stats (applied/response/interview rates), what's stuck, this week's actions. 8. Post-decision: log the outcome and learnings (which channel/CV version converts best). ## Metrics that matter - Response rate < 10% → fix targeting/CV (`ats-analyzer`) - Interviews but no offers → fix prep (`interview-coach`) ## Rules - Every live application has a "next action + date" - no passive rows. - Keep interview notes verbatim where possible; they're gold for negotiation later.
Comments (0)
Sign in to join the conversation.
Reviews (0)
No reviews yet.
No comments yet.