shine-next

Advance to the next SHINE workflow step by reading STATE.md and ROADMAP.md.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically advance to the next logical SHINE workflow step by inspecting project state files and phase directories to determine the upcoming action.

Core Features & Use Cases

  • Detects current phase from STATE.md and ROADMAP.md to determine the next action.
  • Invokes the next SHINE workflow end-to-end with no arguments.
  • Ideal for multi-project environments where phase tracking adds overhead.

Quick Start

Run shine-next to automatically trigger the next SHINE workflow step based on STATE.md and ROADMAP.md.

Frequently Asked Questions about shine-next

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

FAQPage Schema
How do I automate advancing to the next workflow step based on project state?

To automate advancing to the next workflow step, use a tool that reads local state files like STATE.md and ROADMAP.md to detect the current phase and trigger the subsequent action without manual arguments.

What is workflow orchestration using local state files?

Workflow orchestration using local state files involves reading phase directories and documents like STATE.md and ROADMAP.md to automatically determine and execute the next logical step in a project's lifecycle.

Can I manage phase tracking across multiple projects simultaneously?

Yes, you can manage phase tracking across multiple projects by using an orchestration tool that reads individual project state files to determine the next action for each specific environment.

How do I determine the next action in a multi-project environment without manual checks?

You can determine the next action automatically by running an orchestration command that inspects ROADMAP.md and STATE.md within phase directories, selecting and invoking the correct next step end-to-end.

Does this workflow orchestration method require passing arguments to trigger the next phase?

No, this workflow orchestration method requires zero arguments; it automatically inspects local project state files and phase directories to invoke the next SHINE workflow step end-to-end.

What is the best way to track project phases using markdown files?

The best way to track project phases using markdown files is to maintain STATE.md and ROADMAP.md in phase directories, allowing an automated orchestration tool to read them and advance the workflow seamlessly.