strive

Parse plans into tasks and orchestrate multi-agent implementation with quality gates.

6|3|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/vinhnxv/rune-plugin --skill strive
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: strive
Source: https://github.com/vinhnxv/rune-plugin/tree/main/plugins/rune/skills/strive
Command: npx skills add https://github.com/vinhnxv/rune-plugin --skill strive

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Orchestrates multi-agent workflows to coordinate planning, execution, and quality assurance across teams, preventing bottlenecks and miscoordination when a single agent cannot complete large features alone.

Core Features & Use Cases

  • Parses a plan into tasks with dependencies and role assignments, then summons a swarm of workers (rune-smiths and trial-forgers) to implement the work in parallel.
  • Generates per-task to-do files, tracks progress, and applies quality gates, reviews, and ward checks before finalizing changes.
  • Supports design-context discovery, worktree-based execution, optional Codex post-monitor critique, and phase-aware orchestration for safe, auditable collaboration.

Quick Start

Run /rune:strive plans/your-plan.md to start a strive session.

Frequently Asked Questions about strive

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I orchestrate multiple AI agents to build a large software feature in parallel?

Multi-agent orchestration parses a plan into tasks and dependencies, then dispatches a swarm of specialized AI workers to implement the work in parallel. It coordinates phase-gated execution with quality checks to ensure safe, auditable collaboration.

What is the best way to manage task dependencies in a multi-agent software workflow?

Managing task dependencies in a multi-agent workflow involves parsing a high-level plan into discrete tasks, assigning roles, and executing work in waves. The system tracks per-task ownership and ensures dependencies resolve before advancing phases.

Can I use git worktree mode for isolated parallel task execution across AI agents?

Git worktree mode is supported for isolated parallel task execution across AI agents. It enforces branch safety and serializes git operations through commit and merge brokers, preventing conflicts when multiple agents modify code simultaneously.

How do I enforce quality gates and code reviews before merging multi-agent code changes?

To enforce quality gates before merging multi-agent code changes, the system applies ward checks and optional critiques during phase-gated execution. It compacts results and finalizes changes only after all defined quality checks pass.

Do I need a pre-defined plan file to start a multi-agent software delivery session?

A pre-defined plan file is required to start a multi-agent software delivery session. The orchestration engine parses this plan into actionable tasks, dependencies, and role assignments to summon the correct swarm of workers.

When should I use a multi-agent swarm approach instead of a single AI agent for software development?

Use a multi-agent swarm approach instead of a single AI agent when a feature is too large for one agent to complete alone. It prevents bottlenecks and miscoordination by distributing planning, execution, and quality assurance across specialized workers.