plan-phase

Orchestrate multi-agent research and verification to generate PLAN.md phase plans.

Updated Jan 12, 2026
One-click install
npx skills add https://github.com/sidunrealde/ArchVis --skill plan-phase
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-phase
Source: https://github.com/sidunrealde/ArchVis/tree/main/.github/skills/plan-phase
Command: npx skills add https://github.com/sidunrealde/ArchVis --skill plan-phase

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of executable phase plans (PLAN.md files) for a given roadmap phase, integrating research and verification steps to ensure robust planning.

Core Features & Use Cases

  • Automated Planning: Generates detailed plans for roadmap phases, including tasks, dependencies, and verification criteria.
  • Integrated Research: Automatically performs necessary research for the phase if not already present.
  • Verification Loop: Includes a plan-checking mechanism with a revision loop to refine plans based on validation feedback.
  • Use Case: When you need to define the steps for the next phase of a project, this Skill can research requirements, generate a detailed plan, and verify its completeness against project goals.

Quick Start

Use the plan-phase skill to plan phase 2.1 of the current project.

Frequently Asked Questions about plan-phase

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

FAQPage Schema
How do I generate an executable phase plan for a project roadmap?

Phase planning automates research and plan generation for roadmap phases by orchestrating multiple agents. It produces a PLAN.md file alongside RESEARCH.md and CONTEXT.md, using a verification loop to refine steps and dependencies.

How does automated research work during roadmap phase planning?

Automated research works by deploying a researcher agent to gather phase requirements if missing, outputting findings into a RESEARCH.md file. This feeds the planner agent to ensure the phase plan is built on verified context.

Can I verify the completeness of a generated plan against project goals?

Yes, you can verify plan completeness using a plan-checker agent. It validates the generated phase plan against project goals and triggers a revision loop, sending feedback to the planner until verification criteria are met.

What is the best way to define steps and dependencies for the next project phase?

The best way to define steps and dependencies is using an orchestrated agent workflow that researches requirements, generates a detailed plan with tasks and dependencies, and verifies completeness against roadmap goals via a revision loop.

Do I need to manually write RESEARCH.md and CONTEXT.md files before planning a phase?

No, you do not need to manually write them. The workflow handles context loading and automatically generates RESEARCH.md and CONTEXT.md artifacts, performing necessary research if it is not already present for the phase.