add-phase

Add an integer phase to the current milestone and update the roadmap structure.

Updated Jan 12, 2026
One-click install
npx skills add https://github.com/sidunrealde/ArchVis --skill add-phase-sidunrealde
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-phase
Source: https://github.com/sidunrealde/ArchVis/tree/main/.github/skills/add-phase
Command: npx skills add https://github.com/sidunrealde/ArchVis --skill add-phase-sidunrealde

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines project planning by automating the addition of new phases to a roadmap, ensuring consistent structure and reducing manual errors.

Core Features & Use Cases

  • Automated Phase Creation: Automatically determines the next phase number, creates a dedicated directory, and updates the main roadmap file.
  • Contextual Updates: Updates the project's state file to track roadmap evolution.
  • Use Case: As a project manager, you need to break down a large milestone into smaller, manageable phases. Use this Skill to quickly add a new phase for "Implement user authentication" without manually creating directories or updating your ROADMAP.md.

Quick Start

Use the add-phase skill to add a new phase with the description "Implement user authentication".

Frequently Asked Questions about add-phase

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

FAQPage Schema
How do I add a new phase to a project roadmap without manual directory creation?

To add a new phase to a roadmap, this Skill automatically calculates the next integer phase number, creates the dedicated directory, and updates the roadmap structure with your provided description. It eliminates manual file and directory management.

How does automated phase creation handle roadmap structure updates?

Automated phase creation parses your description argument, initializes the project context, appends the phase to the current milestone, and updates the project state file to track roadmap evolution automatically.

What is the best way to break down a large milestone into manageable phases?

The best way to break down a milestone is using automated phase creation to append sequential integer phases to your roadmap. This ensures consistent structure and reduces manual planning errors.

Can I use this to update the project state file when planning a new roadmap phase?

Yes, you can use this to update the project state file. When adding a new phase, the Skill automatically updates the project state file to track the roadmap evolution alongside creating the phase directory.

Do I need to manually calculate the next phase number when updating a roadmap?

No, you do not need to manually calculate the next phase number. The Skill automatically determines the next sequential integer phase number for the current milestone before creating the directory and updating the roadmap.

Why use an automated workflow for adding project management phases instead of manual entry?

Using an automated workflow for adding project management phases ensures consistent roadmap structure and reduces manual errors. It streamlines planning by parsing arguments and initializing project context automatically.