Skip to content

kate-career-coach: v0.4.0 — skill-based invocation architecture#153

Open
cbellbell-spin wants to merge 5 commits intoanthropics:mainfrom
cbellbell-spin:kate-career-coach-v0.4.0
Open

kate-career-coach: v0.4.0 — skill-based invocation architecture#153
cbellbell-spin wants to merge 5 commits intoanthropics:mainfrom
cbellbell-spin:kate-career-coach-v0.4.0

Conversation

@cbellbell-spin
Copy link

Summary

  • Five new skills added (fit-assessment, interview-prep, debrief, run-monitoring, setup-monitoring) — each with proper trigger phrases and lazy-load flow references, now the primary invocation path
  • kate-coach SKILL.md trimmed — removed ~385-line flows.md preload from session init; watchlist structure moved into monitoring skills; flow references updated to lazy-load model
  • flows.md corrected — Intelligence Diagnostic and Vision Narrative moved to Pre-Interview Prep flow (steps 2A and 4B); removed from Onboarding where they didn't belong
  • Commands stripped to stubs — double-load eliminated; slash commands still work but defer entirely to skills
  • README updated — skill-based invocation documented; slash command references removed

Test plan

  • Install plugin and trigger each skill via natural language phrase (e.g. "run a fit assessment", "debrief my interview")
  • Verify flows.md is not pre-loaded on session start — only loads when a specific workflow is invoked
  • Verify slash commands still work as invocation path without causing double-load
  • Confirm onboarding no longer references Intelligence Diagnostic or Vision Narrative

🤖 Generated with Claude Code

cbellbell-spin and others added 5 commits March 6, 2026 22:16
Kate is a senior career coaching assistant for executive job seekers (VP+).
Includes skills for fit assessment, interview prep, post-interview debrief,
and ongoing job market monitoring via Indeed.
Internal efficiency improvements: commands are now thin dispatchers that defer to flows.md, reducing redundant context load. flows.md is read once at session init rather than per command. setup-monitoring generates a standalone scheduled task prompt file instead of embedding flow steps inline. Three standing coaching rules trimmed from execution-detail to principle statements.

No behavior changes.
- Add homepage and license fields to plugin.json
- Add .mcp.json connector config
- Add Configuration section to README clarifying that user settings are captured interactively, not via settings.local.json

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…on narrative, and show-don't-tell probe

Adds Step 2B (Intelligence Diagnostic), Step 5B (Vision Narrative), and
Pre-Interview Step 2B (Show Don't Tell Probe) to the onboarding and
prep flows. Also restructures formatting for consistency.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Adds five individual skills (fit-assessment, interview-prep, debrief,
run-monitoring, setup-monitoring) as the primary invocation path. Each
loads only its relevant flow section on demand, eliminating the ~385-line
flows.md preload that fired on every session start.

kate-coach SKILL.md trimmed; flows.md corrected (Intelligence Diagnostic
and Vision Narrative moved to Pre-Interview Prep where they belong);
all command files stripped to stubs; README updated.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant