feat(v4): Opportunity Track — career-opportunity system extending Int…#54
Open
jazzmind wants to merge 1 commit into
Open
feat(v4): Opportunity Track — career-opportunity system extending Int…#54jazzmind wants to merge 1 commit into
jazzmind wants to merge 1 commit into
Conversation
…erview Track
Adds 12 new commands across 5 stages (Discover, Position, Distribute, Activate,
Convert) plus a multi-week `bootcamp` orchestrator. Built on the premise that
the strongest careers come from brand and network, not cold applications.
New commands: compass, targets, mapping, brand, content, events, relationships,
projects, opportunities, intro, convert, bootcamp.
New references:
- references/opportunity-system.md (philosophy, anti-patterns, cross-command deps)
- references/bootcamp.md (program manual: tracks, checkpoints, success metrics)
- references/integrations/ai-native.md (integration plan for jazzmind/ai-native)
- references/commands/{12 new files}
SKILL.md updates: description, command registry, file routing, mode detection
(12 new triggers), multi-step intent table (6 new sequences), coaching_state.md
schema (12 new sections), schema migration rule, state update triggers.
Cross-track handoffs explicit:
- opportunities → Interview Loop on "formal process"
- convert (job conversation) → Interview Loop
- projects ship → Storybank seed
Backward compatible: existing v1-v3 state files upgrade silently.
Docs updated: README two-track framing + Opportunity Track tables, VERSIONS.md
v4 entry (renumbered v5/v6), releases/v4.md.
Co-Authored-By: Claude Opus 4.7 <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…erview Track
Adds 12 new commands across 5 stages (Discover, Position, Distribute, Activate, Convert) plus a multi-week
bootcamporchestrator. Built on the premise that the strongest careers come from brand and network, not cold applications.New commands: compass, targets, mapping, brand, content, events, relationships, projects, opportunities, intro, convert, bootcamp.
New references:
SKILL.md updates: description, command registry, file routing, mode detection (12 new triggers), multi-step intent table (6 new sequences), coaching_state.md schema (12 new sections), schema migration rule, state update triggers.
Cross-track handoffs explicit:
Backward compatible: existing v1-v3 state files upgrade silently.
Docs updated: README two-track framing + Opportunity Track tables, VERSIONS.md v4 entry (renumbered v5/v6), releases/v4.md.