task-analyzer

Decompose complex user requests into actionable subtasks and tool deployments.

4|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/Kit4Some/Oh-my-ClaudeClaw --skill task-analyzer-kit4some
Or copy as Structured Prompt for Agentโ–ผ
Please help me install this Agent Skill.
Skill: task-analyzer
Source: https://github.com/Kit4Some/Oh-my-ClaudeClaw/tree/main/.claude/skills/task-analyzer
Command: npx skills add https://github.com/Kit4Some/Oh-my-ClaudeClaw --skill task-analyzer-kit4some

SYSTEM DOCUMENTATION & REQUIREMENTS

๐Ÿ’ก This Skill includes references (resource) components.

What problem does it solve?

์ž์œจ์ ์œผ๋กœ ์š”์ฒญ์„ ๋ถ„์„ํ•˜๊ณ  ์‹คํ–‰ ๊ณ„ํš์œผ๋กœ ๋ณ€ํ™˜ํ•˜์—ฌ ๋‹ค์ค‘ ๋„๊ตฌ๋ฅผ ์กฐํ•ฉํ•ด ์ž๋™์œผ๋กœ ์‹คํ–‰ํ•˜๋Š” ์Šคํ‚ฌ์ž…๋‹ˆ๋‹ค. ๋ณต์žกํ•œ ์ž‘์—…์„ ์„œ๋ธŒํƒœ์Šคํฌ๋กœ ๋ถ„ํ•ดํ•˜๊ณ , ํ•„์š”ํ•œ ๋„๊ตฌ๋ฅผ ์‹๋ณ„ํ•˜๋ฉฐ, ์„œ๋ธŒ์—์ด์ „ํŠธ์— ์œ„์ž„ํ•˜๊ณ , ์‹คํ–‰ ๊ฒฐ๊ณผ๋ฅผ ์ˆ˜์ง‘ํ•ด ๋ณด๊ณ ํ•ฉ๋‹ˆ๋‹ค.

Core Features & Use Cases

  • ์ž๋™ ์ž‘์—… ๋ถ„์„: ์š”์ฒญ์„ ์ดํ•ดํ•˜๊ณ  ์‹คํ–‰ ๊ฐ€๋Šฅํ•œ ํƒœ์Šคํฌ ํŠธ๋ฆฌ๋กœ ๋ถ„ํ•ดํ•ฉ๋‹ˆ๋‹ค.
  • ๋ฉ€ํ‹ฐ์—์ด์ „ํŠธ ํ˜‘์—…: ๋ฉ”๋ชจ๋ฆฌ ๊ด€๋ฆฌ, ์›น ๋ฆฌ์„œ์น˜, ํŒŒ์ผ ์ƒ์„ฑ, ์•Œ๋ฆผ ๋“ฑ ๋‹ค์–‘ํ•œ ๋„๊ตฌ๋ฅผ ์กฐํ•ฉํ•ด ์‹คํ–‰ํ•ฉ๋‹ˆ๋‹ค.
  • ์ง€์†์  ๊ธฐ๋ก: memory_store ๋ฐ memory_daily_log๋ฅผ ์‚ฌ์šฉํ•ด ์‹คํ–‰ ์ด๋ ฅ๊ณผ ๊ฒฐ๊ณผ๋ฅผ ๋ณด์กดํ•ฉ๋‹ˆ๋‹ค.

Quick Start

์‚ฌ์šฉ์ž์˜ ์š”์ฒญ์„ ๊ธฐ์ˆ ํ•˜๋ฉด Task Analyzer๊ฐ€ ์ด๋ฅผ ์„œ๋ธŒํƒœ์Šคํฌ๋กœ ๋ถ„ํ•ดํ•˜๊ณ  ํ•„์š”ํ•œ ๋„๊ตฌ๋ฅผ ๋ฐฐ์น˜ํ•ด ์‹คํ–‰ ๊ณ„ํš์„ ์ˆ˜๋ฆฝํ•ฉ๋‹ˆ๋‹ค.

Frequently Asked Questions about task-analyzer

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

FAQPage Schema
How do I break down complex workflows into actionable subtasks for AI agents?โ–ผ

Task decomposition for AI agents involves autonomously analyzing requests and converting them into execution plans. This process decomposes complex requests into subtasks, identifies required tools, and delegates to subagents.

How does multi-agent orchestration handle memory and web research across MCP servers?โ–ผ

Multi-agent orchestration coordinates various tools for memory management, web research, and file generation across MCP servers. It applies phase-driven execution with robust error handling and persistent logging through memory stores.

Can I use automated task analysis for multi-step workflows requiring file generation and notifications?โ–ผ

Automated task analysis suits multi-step workflows requiring memory, web research, file generation, and inter-agent coordination. It identifies necessary tools and deploys them to execute the generated plan.

What is the best way to preserve execution history and task results in AI workflow planning?โ–ผ

The best way to preserve execution history in AI workflow planning is using persistent logging. memory_store and memory_daily_log preserve execution records and results, ensuring inter-agent coordination data is never lost.

What are the limitations of autonomous task decomposition for complex user requests?โ–ผ

Autonomous task decomposition requires clear user requests to build an effective task tree. The phase-driven execution relies on robust error handling; poorly defined workflows may cause subagent delegation failures or incomplete tool deployments.