plan-executor

Automate planning and execution workflows for software development tasks by analyzing codebases.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

๐Ÿ’ก This Skill requires python, yaml, and includes scripts (resource) and references (resource) components.

What problem does it solve?

๊ณ„ํš ์ˆ˜๋ฆฝ๊ณผ ์‹คํ–‰์„ ์ž๋™ํ™”ํ•˜์—ฌ ๋ณต์žกํ•œ ์ž‘์—… ํ๋ฆ„์„ ๊ตฌ์กฐํ™”ํ•˜๊ณ  ์ผ์ • ๋Œ€๋น„ ์‹คํ–‰๊นŒ์ง€ ๊ด€๋ฆฌํ•ฉ๋‹ˆ๋‹ค.

Core Features & Use Cases

  • ํ•ญ์ƒ ํ”Œ๋ž˜๋‹: ์š”์ฒญ ์‹œ ์ž๋™์œผ๋กœ ํ”Œ๋ž˜๋‹ ์‹คํ–‰
  • ๋ณ‘๋ ฌ ํƒ์ƒ‰/๊ณ„ํš: ๋‹ค๊ฐ์  ๊ด€์ ์œผ๋กœ ๋ณ‘๋ ฌ ํƒ์ƒ‰ ๋ฐ ํ”Œ๋žœ ์ˆ˜๋ฆฝ
  • Synthesize/๋จธ์ง€: ๋‹ค์–‘ํ•œ ๊ด€์ ์„ ํ•˜๋‚˜์˜ ์‹คํ–‰ ๊ณ„ํš์œผ๋กœ ํ•ฉ์น˜๊ธฐ
  • Plan ์ €์žฅ/Task Master ์—ฐ๋™: ํ”Œ๋žœ ๋ฌธ์„œ ์ €์žฅ ๋ฐ ํ•„์š” ์‹œ Task Master์™€ ์—ฐ๋™

Quick Start

์˜ˆ: "์‚ฌ์šฉ์ž ์ธ์ฆ ๊ธฐ๋Šฅ ์ถ”๊ฐ€ํ•ด์ค˜" (ํ”Œ๋žœ ์‹คํ–‰)

Frequently Asked Questions about plan-executor

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

FAQPage Schema
How do I automate planning and execution for software development workflows?โ–ผ

Automate planning and execution by analyzing your codebase to generate structured workflows. The Skill explores multiple perspectives in parallel, synthesizes them into a single execution plan, and manages dependency-based task ordering for feature implementation, bug fixes, and architectural refactors.

Can I run parallel exploration across different planning perspectives?โ–ผ

Yes. The Skill performs parallel exploration and planning from multiple angles simultaneously, then synthesizes diverse perspectives into one coherent execution plan, reducing planning time and surfacing overlooked approaches.

How does dependency analysis improve task execution?โ–ผ

Dependency analysis identifies relationships between tasks and orchestrates execution order automatically. This ensures prerequisite work completes before dependent tasks start, preventing blockers and enabling safe parallel execution where allowed.

Can I save plans and integrate with Task Master for tracking?โ–ผ

Yes. Generated plans persist as documents and optionally connect to Task Master integration, letting you store execution blueprints and transition from planning into tracked task management and monitoring.

What should I prepare before using this Skill for workflow automation?โ–ผ

Ensure your codebase is accessible and well-structured. Python and YAML support are required as dependencies. Have clear requirements for the taskโ€”whether a feature, bug fix, or refactorโ€”to guide automated exploration and planning.