focused-fix

Enforce a five-phase workflow to repair broken features across modules.

Updated Apr 16, 2026
One-click install
npx skills add https://github.com/devCharuzu/philfida-taskmanage --skill focused-fix-devcharuzu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: focused-fix
Source: https://github.com/devCharuzu/philfida-taskmanage/tree/main/.windsurf/skills/focused-fix
Command: npx skills add https://github.com/devCharuzu/philfida-taskmanage --skill focused-fix-devcharuzu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Focused Fix provides a disciplined, end-to-end repair approach for features that are broken across modules, guiding you through deep-dive analysis rather than quick, one-off fixes.

Core Features & Use Cases

  • Enforces a five-phase workflow (SCOPE → TRACE → DIAGNOSE → FIX → VERIFY) to systematically repair features.
  • Maps feature boundaries, dependencies, and risk to minimize regression and maximize traceability.
  • Suitable for large codebases where cross-cutting changes span multiple files and services.

Quick Start

Map the feature scope, trace all dependencies, diagnose the root cause, implement fixes in logical order, and verify end-to-end functionality with tests.

Frequently Asked Questions about focused-fix

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

FAQPage Schema
What is a systematic approach for debugging broken features across multiple modules?

A systematic feature repair approach enforces a five-phase workflow—mapping scope, tracing dependencies, diagnosing root causes, applying fixes, and verifying outcomes—to resolve broken features across multiple modules while minimizing regression risk.

How do I fix a broken feature in a large codebase without causing regressions?

To fix a broken feature safely, map the feature boundaries and dependencies first, diagnose the root cause, apply fixes in logical order, and verify end-to-end functionality with tests to ensure changes are auditable and regression-free.

Can I use a phase-driven workflow to repair complex cross-cutting features?

Yes, a phase-driven workflow repairs complex cross-cutting features by enforcing sequential steps—scope mapping, dependency tracing, root cause diagnosis, targeted fixing, and test validation—across multiple files and services to ensure safe, auditable outcomes.

What's the best way to trace dependencies before applying a feature repair?

The best way to trace dependencies before a feature repair is to map feature boundaries and risk areas systematically, ensuring you identify all affected modules and services to maximize traceability and minimize unexpected regressions.

Why does my quick one-off fix keep failing on complex broken features?

Quick one-off fixes fail on complex broken features because they skip dependency tracing and root cause diagnosis, whereas a disciplined end-to-end repair approach maps scope, diagnoses the actual root cause, and validates outcomes with tests.