dev-medium

Coordinate architect and planner subagents to generate INVESTIGATION_REPORT.md and PLAN.md.

Updated Sep 6, 2018
One-click install
npx skills add https://github.com/terakoya76/terakoya76-playbooks --skill dev-medium
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-medium
Source: https://github.com/terakoya76/terakoya76-playbooks/tree/main/roles/dotfiles/files/claude/skills/dev-medium
Command: npx skills add https://github.com/terakoya76/terakoya76-playbooks --skill dev-medium

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Multi-agent problem solving using architect and planner subagents to tackle medium complexity tasks.

Core Features & Use Cases

  • Orchestrates an architect-planner workflow to investigate problems, generate an investigation report, and produce a usable plan.
  • Automates staged problem analysis, plan generation, and user-facing decision points.

Quick Start

Provide the task description and allow the architect to begin the investigation automatically.

Frequently Asked Questions about dev-medium

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

FAQPage Schema
How do I automate multi-agent planning for medium-complexity software tasks?

Multi-agent planning is automated by orchestrating architect and planner subagents to investigate problems, generate an INVESTIGATION_REPORT.md, and produce a PLAN.md. You provide the task description, and the workflow automatically stages the problem analysis and plan generation.

What is the best way to structure investigation and planning for medium complexity architecture problems?

Structured investigation and planning is best handled by a coordinated architect-planner workflow that generates explicit artifacts. This approach outputs an INVESTIGATION_REPORT.md for analysis and a PLAN.md to guide execution, ensuring all requirements and frontmatter metadata are explicitly defined.

How does an architect-planner workflow operate for automated plan generation?

An architect-planner workflow operates by first deploying an architect subagent to investigate the problem and document findings in INVESTIGATION_REPORT.md. Next, a planner subagent uses this report to formulate a structured execution plan, outputting PLAN.md with defined frontmatter metadata.

Can I use multi-agent orchestration for tasks that require explicit artifacts like investigation reports?

Multi-agent orchestration is designed for tasks requiring explicit artifacts, specifically generating INVESTIGATION_REPORT.md and PLAN.md. It applies to medium-complexity problems where structured investigation, staged analysis, and user-facing decision points are necessary for successful execution.

Do I need to manually configure the workflow to generate a PLAN.md?

Manual configuration is not required to generate a PLAN.md; you simply provide the task description to start the process. The architect begins the investigation automatically, coordinating with the planner to produce the plan and define the necessary frontmatter metadata.

When should I avoid using a multi-agent planner for software engineering tasks?

You should avoid multi-agent planner orchestration for simple tasks that do not require structured investigation or explicit artifacts like INVESTIGATION_REPORT.md. It is specifically built for medium-complexity problems needing staged analysis, automated plan generation, and user-facing decision points.