feat: add task-specific launcher script with MCP Tool Search #433

Merged
lmiranda merged 1 commits from feat/task-specific-launcher into development 2026-02-04 21:52:41 +00:00
Owner

Summary

  • New script scripts/claude-launch.sh provides profile-based plugin loading using --plugin-dir to reduce token overhead from ~22K to ~4-6K tokens
  • Profiles: sprint (default), review, data, infra, full
  • Enables ENABLE_TOOL_SEARCH=true for MCP lazy loading
  • Added Quick Start section to README.md
  • Created docs/prompts/INDEX.md placeholder

Test plan

  • Run ./scripts/claude-launch.sh with each profile and verify correct plugins load
  • Test extra args forwarding: ./scripts/claude-launch.sh sprint --model opus
  • Verify MCP Tool Search behavior with ENABLE_TOOL_SEARCH=true claude

🤖 Generated with Claude Code

## Summary - New script `scripts/claude-launch.sh` provides profile-based plugin loading using `--plugin-dir` to reduce token overhead from ~22K to ~4-6K tokens - Profiles: sprint (default), review, data, infra, full - Enables `ENABLE_TOOL_SEARCH=true` for MCP lazy loading - Added Quick Start section to README.md - Created `docs/prompts/INDEX.md` placeholder ## Test plan - [ ] Run `./scripts/claude-launch.sh` with each profile and verify correct plugins load - [ ] Test extra args forwarding: `./scripts/claude-launch.sh sprint --model opus` - [ ] Verify MCP Tool Search behavior with `ENABLE_TOOL_SEARCH=true claude` 🤖 Generated with [Claude Code](https://claude.com/claude-code)
lmiranda added 1 commit 2026-02-04 21:51:59 +00:00
New script scripts/claude-launch.sh provides profile-based plugin loading
using --plugin-dir to reduce token overhead from ~22K to ~4-6K tokens.
Profiles: sprint, infra, data, review, full.
Enables MCP Tool Search for deferred tool loading.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
lmiranda merged commit 9710d296e4 into development 2026-02-04 21:52:41 +00:00
lmiranda deleted branch feat/task-specific-launcher 2026-02-04 21:52:41 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: personal-projects/leo-claude-mktplace#433