跳转到主要内容
此内容尚未提供您的语言版本,正在以英文显示。

Plan Interrogate

技能 已验证 活跃

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.

目的

To provide a structured method for pressure-testing designs and plans by systematically resolving all decision points before committing to implementation.

功能

  • Walks decision trees for plans
  • Asks precise, focused questions
  • Recommends answers with reasoning
  • Identifies and resolves open decisions
  • Outputs a resolved decision ledger

使用场景

  • 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

非目标

  • Asking multiple questions at once
  • Asking without exploring existing context
  • Offloading design decisions entirely onto the user
  • Proceeding with unresolved decisions

工作流

  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.

实践

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

安装

请先添加 Marketplace

/plugin marketplace add rohitg00/pro-workflow
/plugin install pro-workflow@pro-workflow

质量评分

已验证
95 /100
1 day ago 分析

信任信号

最近提交3 days ago
星标2.1k
许可证MIT
状态
查看源代码

类似扩展

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.

技能
EveryInc

Claude Handoff

100

运行 /handoff 以捕获会话数据,然后编写一个引用该数据的分阶段实施计划。创建用于跟踪的 beads。

技能
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.

技能
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

技能
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.

技能
steipete

Unslop Review

100

重写代码审查意见,使其听起来像人类同事所写。消除 "I noticed...", "I was wondering if perhaps...", "It might be worth considering..." 这类企业AI的套话。每条评论都直截了当:地点、问题、具体修复方案。用于用户说“人性化审查”、“减少PR评论中的废话”、“让反馈听起来更人性化”、“审查此PR”、“代码审查”、“/review”、“/unslop-review”时。在审查PR时自动触发。

技能
MohamedAbdallah-14