troubleshooting-execute

Diagnose execute command failures and resume multi-task workflows.

19|Updated Oct 21, 2025
One-click install
npx skills add https://github.com/arittr/spectacular --skill troubleshooting-execute
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: troubleshooting-execute
Source: https://github.com/arittr/spectacular/tree/main/skills/troubleshooting-execute
Command: npx skills add https://github.com/arittr/spectacular --skill troubleshooting-execute

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides immediate diagnostic guidance and recovery strategies when the execute command encounters errors during software development workflows.

Core Features & Use Cases

  • Error Diagnosis: Quickly identify root causes for phase failures, parallel agent issues, and merge conflicts.
  • Recovery Strategies: Step-by-step procedures to fix issues and resume execution from any point.
  • Use Case: When your parallel phase execution fails with agent errors, use this Skill to diagnose the problem and choose between fixing in existing branches, restarting agents, or continuing without failed tasks.

Quick Start

Use the troubleshooting-execute skill when you encounter phase execution failures, parallel agent issues, or merge conflicts during development workflows.

Frequently Asked Questions about troubleshooting-execute

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

FAQPage Schema
How do I diagnose phase execution failures in parallel agent workflows?

Diagnose phase execution failures by identifying root causes in parallel agent issues, merge conflicts, or worktree problems. Use the troubleshooting-execute skill to follow systematic diagnostic steps that pinpoint whether failures stem from agent errors, stacking conflicts, or branch state issues, then apply targeted recovery procedures.

What should I do when merge conflicts occur during stacked task execution?

When merge conflicts arise during stacking, troubleshooting-execute provides step-by-step resolution procedures. Diagnose whether conflicts affect multiple branches, then choose recovery paths: fix conflicts in existing branches, restart agents, or continue workflow without failed tasks while maintaining reproducibility.

How do I recover from worktree creation problems during execute command workflows?

Worktree creation failures block execution. troubleshooting-execute identifies the underlying cause and offers actionable resolutions to repair or recreate worktrees. Follow diagnostic guidance to resume multi-task workflows from the point of failure without restarting the entire process.

Can I resume execution after fixing issues in a multi-task workflow?

Yes. After applying fixes, troubleshooting-execute provides reproducible command blocks to resume execution from any point in multi-task workflows. Recovery strategies guide you through choosing whether to fix in-place, restart agents, or skip failed tasks while maintaining workflow continuity.

What's the difference between restarting agents and continuing without failed tasks?

Restarting agents reruns all parallel operations from scratch; continuing without failed tasks resumes workflow progression while recording which tasks failed. troubleshooting-execute helps you evaluate trade-offs based on error severity, dependencies, and time constraints for your specific workflow state.