planning-agents

Coordinate parallel ideation across multiple AI agents and merge proposals into a final plan.

12|1|Updated Nov 23, 2025
One-click install
npx skills add https://github.com/jiunbae/agent-skills --skill planning-agents
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: planning-agents
Source: https://github.com/jiunbae/agent-skills/tree/main/agents/planning-agents
Command: npx skills add https://github.com/jiunbae/agent-skills --skill planning-agents

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, yaml, and includes scripts (resource) and references (resource) components.

What problem does it solve?

여러 AI 에이전트가 동시 또는 순차적으로 기획 작업을 수행하고, 머지된 기획안을 제공하는 멀티 에이전트 협업 스킬입니다.

Core Features & Use Cases

  • 다중 에이전트 협업: Claude, Codex 등 다양성 있는 에이전트 배치
  • 병렬 기획/합의: 여러 관점의 아이디어를 병렬로 수립
  • 결과 머지 및 리딩 문서: 최종 통합 기획안 생성 및 저장

Quick Start

예: "로그인 기능 3명이 기획해줘"

Frequently Asked Questions about planning-agents

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

FAQPage Schema
How do I coordinate multiple AI agents for parallel brainstorming and planning?

Parallel brainstorming with multiple agents involves orchestrating simultaneous ideation across Claude and other models to generate diverse perspectives. This Skill automates agent assignment, executes planning tasks in parallel, and merges results into a unified proposal, reducing manual coordination time.

Can I use multiple agents to generate different feature planning proposals?

Yes. This Skill coordinates 2 to 5 agents across feature planning workflows, assigning each agent to independently develop proposals from different angles. It displays per-agent outputs and produces a final merged plan, enabling comparative analysis before committing to a single direction.

What happens when I run planning across multiple agents without API access?

When API access is unavailable, the Skill falls back to text-based merging instead of AI-powered synthesis. Per-agent outputs are still generated and displayed; the final integrated artifact uses structured text combination rather than semantic merging.

How do I set up multi-agent planning with Python and YAML?

Multi-agent planning setup requires Python for orchestration and YAML for standardized prompt configuration. The Skill uses these dependencies to define agent behaviors, manage parallel execution timeouts, and persist merged results to Markdown files.

What's the difference between sequential and parallel agent planning?

Parallel planning executes all agents simultaneously to maximize diversity and speed; sequential execution runs agents one after another. This Skill supports both orchestration modes, with parallel execution as the default for faster brainstorming and ideation workflows.

Can I use this Skill for project planning, marketing campaigns, and feature brainstorming?

Yes. The Skill applies to any planning domain—brainstorming, feature planning, project planning, and marketing campaigns—through configurable prompts and agent assignment. Domain flexibility comes from standardized YAML prompt templates that adapt to your planning context.