One-click install
npx skills add https://github.com/bretstarr2024/TSC-PRIMARY-WEBSITE --skill stuck-bretstarr2024
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stuck
Source: https://github.com/bretstarr2024/TSC-PRIMARY-WEBSITE/tree/main/.claude/skills/stuck
Command: npx skills add https://github.com/bretstarr2024/TSC-PRIMARY-WEBSITE --skill stuck-bretstarr2024

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Break out of a fix-deploy-still-broken loop by forcing deep investigation before any more changes.

Core Features & Use Cases

  • Enforce a phased diagnostic protocol before edits.
  • Provide a structured Loop/Ground Truth/Evidence chain workflow to prevent regression.
  • Applicable to software incidents, deployment rollbacks, and failed fix cycles.

Quick Start

Describe the loop in Phase 1 and capture a detailed Loop Report before any edits.

Frequently Asked Questions about stuck

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

FAQPage Schema
How do I break out of a fix-deploy-still-broken loop during incident management?

Break a fix-deploy-still-broken loop by applying a phased root-cause diagnosis protocol that enforces problem definition, truth auditing, and evidence chaining before any edits. This structured fault diagnosis approach prevents repeated deployment regressions and ensures auditable incident resolution.

What is the no-edits-until-Phase-5 rule in structured fault diagnosis?

The no-edits-until-Phase-5 rule is a debugging constraint that blocks code modifications until early diagnostic phases are complete. It forces engineers to document data, files, and decisions, establishing a verifiable evidence chain that ensures safe fixes and prevents regression.

How do I perform root-cause analysis for a failed deployment rollback?

Perform root-cause analysis for failed deployment rollbacks by defining the problem in Phase 1, auditing ground truth, and building an evidence chain. This phase-based diagnosis workflow generates a detailed Loop Report and enforces no edits until the investigation is complete.

Does phase-based diagnosis work for general software debugging cycles?

Yes, phase-based diagnosis works for general software debugging cycles by applying a structured Loop, Ground Truth, and Evidence chain workflow. It guides engineers through disciplined problem definition and truth auditing to resolve incidents and prevent future regressions across various debugging contexts.

Why does my debugging fix keep failing after deployment?

Debugging fixes keep failing after deployment when changes are applied without root-cause diagnosis. Using phase-based diagnosis to audit truth and chain evidence before editing ensures you identify the actual fault, breaking the cycle of deploying incomplete or incorrect fixes.