executing-sequential-phase

Community

Orchestrate sequential phases with natural git-spice stacking.

Authorarittr
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill eliminates manual stacking commands and unnecessary worktree creation when executing sequential phases in development plans.

Core Features & Use Cases

  • Natural Stacking: Automatically creates stacked branches using gs branch create without manual gs upstack onto commands.
  • Phase Boundary Enforcement: Ensures tasks only implement work from the current phase, preventing scope creep.
  • Use Case: When your plan specifies a sequential phase with 3 dependent tasks, use this Skill to execute them one-by-one in the main worktree while maintaining proper stack integrity.

Quick Start

Use the executing-sequential-phase skill to orchestrate Task 2.1, 2.2, and 2.3 sequentially in Phase 2 of the current plan.

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: executing-sequential-phase
Download link: https://github.com/arittr/spectacular/archive/main.zip#executing-sequential-phase

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository