Manages complex Git dependency chains by explaining how sequential and parallel development phases automatically inherit progress from previous work.
The Understanding Cross-Phase Stacking skill provides a comprehensive reference for maintaining linear work history across multi-phase development cycles within the Spectacular framework. It details the principle of base branch inheritance, where the main worktree acts as a moving cursor that tracks the latest completed work. This ensures that both sequential and parallel phases build upon the most recent project state without manual intervention, preventing broken dependency chains and ensuring a clean, logical Git history for AI-driven development.
Key Features
01Detailed error prevention for worktree creation
02Automatic base branch inheritance logic
03Stack verification and logging procedures
04Main worktree state management reference
056 GitHub stars
06Sequential and parallel workflow visualization
Use Cases
01Initializing parallel worktrees from the results of a database migration phase
02Debugging broken git stacks across multiple development iterations
03Ensuring integration tests run against the fully stacked feature set