Plan Interrogate
Skill Verifiziert AktivStress-test a plan by walking its decision tree one question at a time. Use when the user wants to pressure-test a design before implementation.
To provide a structured method for pressure-testing designs and plans by systematically resolving all decision points before committing to implementation.
Funktionen
- Walks decision trees for plans
- Asks precise, focused questions
- Recommends answers with reasoning
- Identifies and resolves open decisions
- Outputs a resolved decision ledger
Anwendungsfälle
- Pressure-testing a design before implementation
- Ensuring all decision points in a plan are resolved
- Refining project plans for clarity and completeness
- Getting user confirmation on design choices
Nicht-Ziele
- Asking multiple questions at once
- Asking without exploring existing context
- Offloading design decisions entirely onto the user
- Proceeding with unresolved decisions
Workflow
- Restate the plan and confirm with the user.
- Extract the decision tree, marking nodes as open or resolved.
- Resolve nodes in dependency order.
- For each ready open node, ask exactly one question with a recommended answer and reasoning.
- Check existing codebase/docs for answers before asking.
- Exit when all nodes are resolved, printing the decision ledger.
Praktiken
- Decision analysis
- Plan refinement
- Systematic questioning
Versioning
- info:Release ManagementThe project includes a README with versioning information and links to npm, but there isn't a distinct manifest version declared specifically for this skill.
Practical Utility
- info:Usage examplesWhile the SKILL.md describes the output contract, there are no concrete end-to-end examples showing input, invocation, and output for this specific skill.
Installation
Zuerst Marketplace hinzufügen
/plugin marketplace add rohitg00/pro-workflow/plugin install pro-workflow@pro-workflowQualitätspunktzahl
VerifiziertVertrauenssignale
Ähnliche Erweiterungen
Ce Brainstorm
100Explore requirements and approaches through collaborative dialogue, then write a right-sized requirements document. Use when the user says "let's brainstorm", "what should we build", or "help me think through X", presents a vague or ambitious feature request, or seems unsure about scope or direction -- even without explicitly asking to brainstorm.
Claude Handoff
100Führen Sie /handoff aus, um Sitzungsdaten zu erfassen, und schreiben Sie dann einen phasenweisen Implementierungsplan, der darauf verweist. Erstellt Beads für die Nachverfolgung.
Review Pull Request
100Review a pull request end-to-end using GitHub CLI. Covers diff analysis, commit history review, CI/CD check verification, severity-leveled feedback (blocking/suggestion/nit/praise), and gh pr review submission. Use when a pull request is assigned for review, performing a self-review before requesting others' input, conducting a second review after feedback is addressed, or auditing a merged PR for post-merge quality assessment.
Oh My Claudecode
100Process-first advisor routing for Claude, Codex, or Gemini via `omc ask`, with artifact capture and no raw CLI assembly
ClawSweeper Skill
100Use for all ClawSweeper work: OpenClaw issue/PR sweep reports, commit-review reports, repair jobs, cloud fix PRs, @clawsweeper maintainer mention commands, trusted ClawSweeper-reviewed autofix/automerge, GitHub Actions monitoring, permissions, gates, and manual backfills.
Unslop Review
100Schreibt Code-Review-Kommentare so um, dass sie wie von einem menschlichen Teammitglied klingen. Reduziert typische KI-Einleitungen ("Ich habe bemerkt...", "Ich frage mich, ob vielleicht...", "Es könnte sich lohnen, zu überlegen..."). Jeder Kommentar ist direkt: Ort, Problem, konkrete Lösung. Verwenden Sie es, wenn der Benutzer "Review als Mensch umschreiben", "PR-Kommentar de-slopen", "dieses Feedback menschlich klingen lassen", "diesen PR überprüfen", "Code-Review", "/review", "/unslop-review" sagt. Löst automatisch aus, wenn PRs überprüft werden.