What problem does it solve?
It offloads large multi-step repository tasks to Mistral Vibe CLI so your main orchestrator can stay lean while still getting substantial edits, exploration, and implementation done.
Core Features & Use Cases
- Long-horizon subagent execution: Runs a separate bounded pass for multi-file work, batch edits, refactors, and deep exploration.
- Context handoff for alignment: Prompts explicitly include goal, prior decisions, scope, constraints, verification, and expected output to reduce “split story” failures in isolated sessions.
- Programmatic, non-interactive workflow: Uses CLI flags (no interactive mode) to execute deterministically for delegation-style usage in headless toolchains.
Quick Start
Use the mistral-vibe skill to delegate a full feature implementation by running: vibe --prompt "GOAL: [your goal] | DECISIONS: [what you already chose] | SCOPE: [paths] | CONSTRAINTS: [rules] | VERIFICATION: [tests/commands] | OUTPUT: [format]" --model [model_name] --output text 2>&1.