shine-plan-phase

Generate executable PLAN.md files with integrated research and verification loops.

1|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/diShine-digital-agency/SHINE-Code-System --skill shine-plan-phase
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: shine-plan-phase
Source: https://github.com/diShine-digital-agency/SHINE-Code-System/tree/main/skills/shine-plan-phase
Command: npx skills add https://github.com/diShine-digital-agency/SHINE-Code-System --skill shine-plan-phase

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the manual, error-prone process of drafting phase plans and verifying them by hand, by generating ready-to-run PLAN.md files with built-in verification.

Core Features & Use Cases

  • Automated PLAN.md generation for each roadmap phase, including research and verification steps.
  • Integrated verification loop to validate plan against criteria and iterate if needed.
  • Orchestrator role handles argument parsing, domain research, plan generation, and routing to next steps.

Quick Start

Generate a PLAN.md for a specified roadmap phase and run its built-in verification loop

Frequently Asked Questions about shine-plan-phase

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

FAQPage Schema
How do I automate roadmap phase planning with built-in verification?

Automate roadmap phase planning by generating executable PLAN.md files that include an integrated research and verification loop. The orchestrator automatically parses arguments, validates phases, and iterates plans until verification criteria pass.

What is the best way to generate executable phase plans for a multi-phase workflow?

Generating executable phase plans for multi-phase workflows involves creating PLAN.md files with built-in verification steps. This approach automatically handles plan generation, domain research, and routing to the next phase upon passing validation.

How does the verification loop work when drafting a phase plan?

The verification loop validates the generated phase plan against predefined criteria. If the plan fails verification, the orchestrator automatically iterates the planning process until all criteria pass, ensuring a validated PLAN.md output.

Can I automatically route to the next phase after plan verification passes?

Yes, routing to the next phase is automatic once the verification loop passes. The orchestrator handles argument parsing, plan generation, validation, and subsequent phase routing seamlessly within multi-phase planning workflows.

Do I need to manually research domain context before generating a phase plan?

No, manual domain research is not required because the orchestrator supports optional research flags. It automatically conducts research during the planning workflow to generate a context-aware PLAN.md for the specified phase.

Why does manual phase planning fail in multi-phase workflows?

Manual phase planning fails due to error-prone drafting and hand-verification processes. Automating PLAN.md generation with an integrated verification loop eliminates manual errors and iterates until criteria pass.