phase-task-launcher

Coordinate Phase 1, 2, and 3 refactoring tasks with a 7-step methodology.

3|1|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/PavelLizunov/VPNRouter --skill phase-task-launcher
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: phase-task-launcher
Source: https://github.com/PavelLizunov/VPNRouter/tree/main/.agents/skills/phase-task-launcher
Command: npx skills add https://github.com/PavelLizunov/VPNRouter --skill phase-task-launcher

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill prevents the silent skipping of critical project methodology during complex refactoring tasks, ensuring that every code change is documented, verified, and tested according to the VPNRouter v3.0 standards.

Core Features & Use Cases

  • Process Discipline: Enforces a 7-step lifecycle including brief creation, branch management, and verification gates.
  • Quality Guardrails: Automatically blocks commits if build, test, or security requirements are not met.
  • Use Case: When starting a major refactor of a god-class like MainWindowViewModel, this skill ensures you write a brief, run characterization tests, and perform a security review before any code is merged.

Quick Start

Invoke the phase-task-launcher skill to begin the refactor task for the specified module and follow the guided lifecycle steps.

Frequently Asked Questions about phase-task-launcher

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

FAQPage Schema
How do I enforce a strict refactoring methodology during a complex project migration?

To enforce a strict refactoring methodology, you need a coordinated task lifecycle that mandates brief creation, branch management, and verification gates before allowing any task completion. This prevents the silent skipping of critical architectural steps.

What is the best way to split a god-class file without breaking existing application architecture?

Splitting a god-class file requires applying a rigorous architectural abstraction process, including writing a brief, running characterization tests, and performing security reviews before any code changes are merged into the project.

How do I stop silent commits from bypassing security and testing requirements in a workflow?

To stop silent commits from bypassing security and testing requirements, implement automated quality guardrails that block code merges if build, test, or documentation verification gates are not successfully met.

Does a 7-step refactor lifecycle work for major architectural changes in a VPNRouter project?

Yes, a 7-step refactor lifecycle is designed for major architectural changes in a VPNRouter project, coordinating execution across multiple phases to ensure all significant code modifications adhere to v3.0 standards.

When do I need to run characterization tests during a module abstraction process?

You need to run characterization tests during a module abstraction process immediately after creating your brief and before performing the actual code splits, ensuring the existing behavior is verified prior to refactoring.

Why does my code commit fail when trying to complete a phase in a structured workflow?

Your code commit fails during a structured workflow phase because automated quality guardrails are blocking completion, detecting that required build, test, documentation, or security verification gates have not been satisfied.