agent-analyst

Break user requirements into actionable subtasks with dependencies and a YAML execution plan.

4|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/ryan-nguyen-01/agent-platform --skill agent-analyst
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-analyst
Source: https://github.com/ryan-nguyen-01/agent-platform/tree/main/.claude/Agents/agent-analyst
Command: npx skills add https://github.com/ryan-nguyen-01/agent-platform --skill agent-analyst

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Phân tích yêu cầu của người dùng và breakdown thành subtasks cụ thể, atomic với dependencies rõ ràng; không viết mã.

Core Features & Use Cases

  • Đọc context (modules, stack, available agents)
  • Phân tích và tạo danh sách subtasks với dependencies
  • Xác định execution plan và gán subtasks cho đúng agent

Quick Start

Phân tích yêu cầu và trả về danh sách subtasks đầy đủ với dependencies và kế hoạch thực thi.

Frequently Asked Questions about agent-analyst

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

FAQPage Schema
How do I break down complex user requests into actionable subtasks with dependencies?

Task breakdown for complex software requirements involves analyzing the context and generating atomic subtasks with clear dependencies. This process outputs a structured YAML plan detailing execution groups and module-to-agent assignments without writing code.

What is the best way to map modules to agents for a multi-scope execution plan?

Mapping modules to agents requires analyzing available agents and stack context to assign subtasks accurately. The result is a YAML execution plan with parallel groups and guardrails ensuring clear module-to-agent coordination across multiple scopes.

How do I generate a YAML execution plan with parallel groups and guardrails?

Generating a YAML execution plan with parallel groups involves structuring analyzed subtasks and their dependencies into parallel execution phases. The output includes defined guardrails to manage execution flow and ensure safe orchestration.

Does this task breakdown approach write code or only output execution plans?

This task breakdown approach only outputs execution plans and does not write code. It strictly focuses on analyzing user requirements to produce a structured YAML file containing subtasks, dependencies, and execution guardrails.

When do I need an orchestrator for task breakdown and subtask generation?

You need an orchestrator for task breakdown when handling complex requests that require clear module-to-agent mapping across multiple scopes. It analyzes your stack and available agents to generate atomic subtasks with defined dependencies.

Can I use task breakdown for multi-scope projects with different available agents?

Yes, you can use task breakdown for multi-scope projects as it reads the context of available agents and modules. It analyzes the stack to generate an execution plan that accurately assigns subtasks to the correct agents.