ferrox-plan-phase

Produce executable phase plans with research and verification loops.

21|9|Updated Jul 21, 2026
One-click install
npx skills add https://github.com/FerroxLabs/ferrox-factory --skill ferrox-plan-phase
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ferrox-plan-phase
Source: https://github.com/FerroxLabs/ferrox-factory/tree/main/skills/ferrox-plan-phase
Command: npx skills add https://github.com/FerroxLabs/ferrox-factory --skill ferrox-plan-phase

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you turn a roadmap phase into an executable plan without skipping research, validation, or workflow gates. It is designed for situations where planning must be careful, phased, and auditable before any implementation begins.

Core Features & Use Cases

  • Phase planning orchestration: Produces a detailed PLAN.md for a selected roadmap phase.
  • Integrated research flow: Can run research first, reuse existing research, or refresh it when needed.
  • Verification loop support: Checks the plan, iterates until it passes, and includes a parallelism recommendation for execution strategy.
  • Use case: Ask it to prepare the next phase of a project so the team can move from discovery to implementation with clear steps and verification points.

Quick Start

Use the ferrox-plan-phase skill to produce a verified plan for phase 3 with research enabled.

Frequently Asked Questions about ferrox-plan-phase

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

FAQPage Schema
How do I create an executable plan for a software delivery phase from a roadmap?

Phase planning coordinates research, planning, and verification to produce an executable plan. It generates a detailed PLAN.md for a selected roadmap phase, ensuring validated prompts and repeatable planning gates before implementation begins.

Can I reuse existing research when planning a roadmap phase?

Yes, the phase planning workflow supports integrated research flow. You can run research first, reuse existing research data, or refresh it when needed to ensure your phase-specific context is current before generating the plan.

How does verification work during phase planning for software delivery?

Verification uses a checker-driven refinement loop to validate the phase plan. It checks the plan, iterates until it passes validation gates, and includes a parallelism recommendation for execution strategy before marking the phase ready.

What's the best way to move a project from discovery to implementation with clear steps?

Use workflow orchestration to prepare the next phase of a project. It applies roadmap parsing, research reuse, and iterative refinement to produce verified phase plans, enabling the team to move from discovery to implementation with clear steps and verification points.

Do I need a parsed roadmap before starting phase planning?

Yes, phase planning requires support for roadmap parsing to identify the selected phase. The roadmap provides the necessary phase-specific context and structure needed to coordinate research, validation, and execution routing effectively.

Why does my phase plan fail verification checks before implementation?

Phase plans fail verification when they lack validated prompts or sufficient phase-specific context. The checker-driven refinement loop addresses this by iterating until the plan passes all validation gates, ensuring repeatable planning quality before execution.