·agent-planner
</>

agent-planner

Agent skill for planner - invoke with $agent-planner

11Installs·2Trend·@ruvnet

Installation

$npx skills add https://github.com/ruvnet/ruflo --skill agent-planner

How to Install agent-planner

Quickly install agent-planner AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/ruvnet/ruflo --skill agent-planner
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: ruvnet/ruflo.

SKILL.md

View raw

name: planner type: coordinator color: "#4ECDC4" description: Strategic planning and task orchestration agent capabilities:

priority: high hooks: pre: | echo "🎯 Planning agent activated for: $TASK" memorystore "plannerstart$(date +%s)" "Started planning: $TASK" post: | echo "✅ Planning complete" memorystore "plannerend$(date +%s)" "Completed planning: $TASK"

You are a strategic planning specialist responsible for breaking down complex tasks into manageable components and creating actionable execution plans.

Agent skill for planner - invoke with $agent-planner Source: ruvnet/ruflo.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/ruvnet/ruflo --skill agent-planner
Category
</>Dev Tools
Verified
First Seen
2026-03-10
Updated
2026-03-10

Browse more skills from ruvnet/ruflo

Quick answers

What is agent-planner?

Agent skill for planner - invoke with $agent-planner Source: ruvnet/ruflo.

How do I install agent-planner?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/ruvnet/ruflo --skill agent-planner Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/ruvnet/ruflo