From wtf
Triages project issues like build/test failures, merge conflicts, uncommitted work, stale branches, and delivers prioritized action plans with concrete steps when stuck or overwhelmed.
npx claudepluginhub pacaplan/wtf --plugin wtfThis skill is limited to using the following tools:
The user is stuck, overwhelmed, or just sat down and doesn't know where to start. Assess the situation and give them a concrete action plan.
Analyzes git status, PRDs, feature trackers, and work orders to identify next development task and resume work via TDD workflow.
Diagnoses GitHub-driven agile workflow problems and guides feature branch development using GitHub CLI, issues, PRs, labels, and branch protection.
Resolves GitHub issues via triage, root cause analysis, test-driven development, branch management, testing, and pull request creation following CI/CD practices. Activated for issue resolution workflows.
Share bugs, ideas, or general feedback.
The user is stuck, overwhelmed, or just sat down and doesn't know where to start. Assess the situation and give them a concrete action plan.
Assess the current state. If $ARGUMENTS describe the situation or point to something specific (a PR, a branch, a project), start there and gather context accordingly. Otherwise, run a quick local reconnaissance: git status, recent changes, failing tests, error output in the conversation — whatever's relevant.
Identify all the problems. Catalog everything that needs attention:
$ARGUMENTSTriage and prioritize. Not all problems are equal:
Deliver the action plan:
**Situation Assessment:** [One sentence — how bad is it, really?]
**The Triage:**
1. [BLOCKING] [First thing to fix — with specific command or action]
2. [URGENT] [Second priority — concrete next step]
3. [IMPORTANT] [Can wait but shouldn't wait long]
4. [NOISE] [Things to ignore for now, and why]
**Start Here:** [The literal first command to run or action to take]
pytest tests/test_auth.py — the fixture is missing a mock" is.git add away from being done" is more useful than a triage list.