phase-workflow-phase-editor

Reconfigure phase sequences in Ralph Orchestrator workflow profiles.

Updated Apr 1, 2026
One-click install
npx skills add https://github.com/skurekjakub/docwriter-agent --skill phase-workflow-phase-editor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: phase-workflow-phase-editor
Source: https://github.com/skurekjakub/docwriter-agent/tree/main/.github/skills/phase-workflow-phase-editor
Command: npx skills add https://github.com/skurekjakub/docwriter-agent --skill phase-workflow-phase-editor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinate and maintain consistency when editing multi-phase agent workflows in the Ralph Orchestrator by inserting, removing, or reordering phases while preserving cross-references, phase numbers, and profile configurations.

Core Features & Use Cases

  • Inserts, removes, reorders, and renumbers workflow phases across all related files and profiles.
  • Keeps workflow tables, phase skill references, and profile.json entries synchronized to prevent runtime inconsistencies.
  • Provides a structured, end-to-end procedure for phase modifications with safeguards against common errors.
  • Supports multi-variant workflows (standard and revision) and updates cross-references accordingly.

Quick Start

Create the new phase skill, insert its row into the workflow table, and renumber downstream phases to maintain consistency.

Frequently Asked Questions about phase-workflow-phase-editor

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

FAQPage Schema
How do I insert a new phase into a Ralph Orchestrator workflow without breaking cross-references?

Inserting a workflow phase requires creating the new phase skill, adding its row to the workflow table, and renumbering downstream phases to maintain cross-references and profile.json consistency.

What happens to profile.json when I reorder phases in a multi-variant workflow?

Reordering phases updates profile.json entries to reflect the new phase order and skill availability. This synchronization across standard and revision variants prevents runtime inconsistencies in the orchestrator.

Can I delete a phase from a multi-phase workflow and automatically fix the renumbering?

Deleting a workflow phase triggers renumbering of remaining phases and cross-reference fixes across workflow tables and skill files. This ensures the phase sequence and all skill frontmatter references remain consistent.

What is the best way to maintain consistency when modifying multi-phase agent workflows?

Maintaining multi-phase workflow consistency requires updating workflow tables, skill frontmatter, body references, and profile.json simultaneously. This structured approach prevents broken cross-references during phase insertion, deletion, or reordering.

Do I need to update skill frontmatter references manually when changing phase sequences?

Phase sequence changes require updating skill frontmatter and body references to match the new phase order. The workflow editor applies these cross-reference fixes across all related files to prevent runtime errors.

Why do workflow tables and profile configurations become inconsistent after editing phases?

Inconsistencies occur when phase modifications update workflow tables but leave profile.json or skill references unchanged. Synchronizing all cross-references during insertion, deletion, or renumbering prevents these runtime conflicts.