transition

Mark the current project phase complete and advance to the next.

Updated Nov 16, 2025
One-click install
npx skills add https://github.com/RayOfSteel-DHBW/TeilAutoNeu --skill transition-rayofsteel-dhbw
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: transition
Source: https://github.com/RayOfSteel-DHBW/TeilAutoNeu/tree/main/.github/skills/transition
Command: npx skills add https://github.com/RayOfSteel-DHBW/TeilAutoNeu --skill transition-rayofsteel-dhbw

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Mark current phase complete and advance to next within a project lifecycle, coordinating state updates across phase plans, roadmaps, and project documents.

Core Features & Use Cases

  • Phase completion verification: checks that all current-phase PLAN.md and SUMMARY.md files are present or prompts for action when incomplete.
  • Roadmap evolution: updates ROADMAP.md to mark the completed phase and reflect the new state, including plan counts.
  • PROJECT.md evolution and STATE updates: evolves project documentation, current position, and accumulated context to reflect progression to the next phase.
  • Handoff and continuity: cleans up stale handoffs, archives prompts, and prepares for the next phase planning cycle.
  • Safety rails and user confirmation: includes interactive or deterministic modes and prevents destructive actions when plans are missing.

Quick Start

Run the transition workflow to mark the current phase complete and move to the next phase.

Frequently Asked Questions about transition

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

FAQPage Schema
How do I mark a project phase complete and advance to the next phase?

Phase transitions are coordinated by marking the current phase complete and advancing to the next while updating progress tracking across PROJECT.md, STATE.md, and the ROADMAP. The workflow enforces completeness checks and consistent state evolution across all related documents.

What happens if my phase plans or summaries are incomplete during a phase transition?

During phase transition, completeness checks verify that all current-phase PLAN.md and SUMMARY.md files are present. If incomplete, safety rails trigger user prompts for action, preventing destructive state updates when required plans are missing.

How does phase management update project documentation like STATE.md and ROADMAP.md?

Phase management evolves project documentation by updating ROADMAP.md to mark completed phases, advancing current position in PROJECT.md, and refreshing STATE.md with accumulated context to reflect progression to the next phase.

Can I automate phase handoffs without manual confirmation?

Phase transitions support both interactive and deterministic modes for handoffs. The workflow cleans up stale handoffs and archives prompts to prepare for the next phase planning cycle, with safety rails preventing destructive actions when plans are missing.

When do I need to run a phase transition workflow during project roadmapping?

Run the phase transition workflow during project roadmapping, phase handoffs, and updates to PROJECT.md, STATE.md, and the ROADMAP when you need to mark the current phase complete and coordinate state evolution across all related documents.

Does the transition workflow enforce completeness checks before advancing phases?

Yes, the transition workflow enforces completeness checks that verify all current-phase PLAN.md and SUMMARY.md files are present before marking a phase complete and advancing, applying safety rails to prevent progression when plans are missing.