Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

Plan Interrogate

Skill Verifiziert Aktiv
Teil von:Pro Workflow

Stress-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.

Zweck

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

  1. Restate the plan and confirm with the user.
  2. Extract the decision tree, marking nodes as open or resolved.
  3. Resolve nodes in dependency order.
  4. For each ready open node, ask exactly one question with a recommended answer and reasoning.
  5. Check existing codebase/docs for answers before asking.
  6. 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-workflow

Qualitätspunktzahl

Verifiziert
95 /100
Analysiert about 22 hours ago

Vertrauenssignale

Letzter Commit3 days ago
Sterne2.1k
LizenzMIT
Status
Quellcode ansehen

Ähnliche Erweiterungen

Ce Brainstorm

100

Explore 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.

Skill
EveryInc

Claude Handoff

100

Führen Sie /handoff aus, um Sitzungsdaten zu erfassen, und schreiben Sie dann einen phasenweisen Implementierungsplan, der darauf verweist. Erstellt Beads für die Nachverfolgung.

Skill
REMvisual

Review Pull Request

100

Review 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.

Skill
pjt222

Oh My Claudecode

100

Process-first advisor routing for Claude, Codex, or Gemini via `omc ask`, with artifact capture and no raw CLI assembly

Skill
Yeachan-Heo

ClawSweeper Skill

100

Use 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.

Skill
steipete

Unslop Review

100

Schreibt 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.

Skill
MohamedAbdallah-14