research-and-plan

Decompose vague goals into structured meta-plans and executable sub-plans.

Updated Mar 25, 2026
One-click install
npx skills add https://github.com/zeveck/zskills --skill research-and-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: research-and-plan
Source: https://github.com/zeveck/zskills/tree/main/skills/research-and-plan
Command: npx skills add https://github.com/zeveck/zskills --skill research-and-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Breaks down broad goals into a structured meta-plan and delegated sub-plans that can be executed with /run-plan, enabling controlled automation of complex projects.

Core Features & Use Cases

  • Decomposition research: Domain mapping, dependency analysis, and scope sizing to produce a concrete plan.
  • Sub-plan drafting: Each sub-plan is created via /draft-plan with adversarial review to ensure robustness.
  • Autonomous orchestration: The meta-plan delegates execution to /run-plan, preserving human oversight at key checkpoints.
  • Real-world scenario: For a multi-team software project, generate a meta-plan that sequences planning, development, testing, and deployment phases.

Quick Start

Provide a broad goal description and optional output path; trigger /research-and-plan to generate a meta-plan and sub-plans, then review and approve before drafting.

Frequently Asked Questions about research-and-plan

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

FAQPage Schema
How do I decompose a broad project goal into executable sub-plans?

To decompose a broad project goal into executable sub-plans, trigger the research-and-plan process with a goal description. It performs domain mapping, dependency analysis, and scope sizing to generate a structured meta-plan and delegated sub-plans for execution.

What is adversarial drafting in automated project planning?

Adversarial drafting in automated project planning is an enforced review process where each sub-plan is created via /draft-plan and rigorously evaluated to ensure robustness before execution. This requires explicit human approvals to proceed through defined checkpoints.

Can I automate multi-phase software project orchestration with human oversight?

Yes, you can automate multi-phase software project orchestration with human oversight by generating a meta-plan that sequences planning, development, testing, and deployment phases. The orchestration delegates execution to /run-plan while preserving explicit approvals at key checkpoints.

How do I start planning complex research initiatives for staged automation?

Start planning complex research initiatives for staged automation by providing a broad goal description and an optional output path. Trigger /research-and-plan to output a meta-plan and sub-plans, then review and approve them before drafting the final execution steps.

Does automated meta-plan generation work for multi-team product development?

Yes, automated meta-plan generation works for multi-team product development by mapping domain dependencies and sizing scope. It creates a structured sequence of sub-plans that ensure cross-plan consistency across all teams and project phases.

When should I not use a meta-plan for project decomposition?

You should not use a meta-plan for project decomposition when your goal is highly specific and requires only a single execution step, as this Skill is designed for complex initiatives requiring staged automation, dependency analysis, and cross-plan consistency.