ワンクリックで
workflow-implementation-plan-review
Review Smelter implementation plans for file maps, TDD steps, risk coverage, and execution readiness.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Review Smelter implementation plans for file maps, TDD steps, risk coverage, and execution readiness.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use when: User wants to run a SUBSTANTIAL multi-step coding task as a workflow (fix/implement a whole issue or feature, comprehensive review), CREATE workflows or commands, set up workflow automation, or manage workflow configuration. Triggers (run): "use workflow to", "run workflow", "with workflow", "workflow to", "workflow run", "use a workflow to", "run a workflow", and generic task-completion intents that imply a full coding deliverable: "실행해줘", "돌려줘", "구현해줘", "고쳐줘", "이슈 고쳐줘", "PR 만들어줘", "implement this", "fix this issue", "build this feature", "ship this". Triggers (create): "create a workflow", "write a workflow", "make a command", "author a workflow", "new workflow", "new command", "workflow yaml". Triggers (setup): "set up workflows", "install workflow automation", "how to use workflows", "configure workflows", "workflow setup", "get started with workflows". Triggers (config): "change my workflow config", "modify workflow config", "workflow
Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.
Smelter deep interview for planning-first requirement discovery before /brainstorm, /implement, or /fix execution
Create a release from dev branch. Generates changelog entries from commits, bumps version, and creates a PR to main. TRIGGERS - Use this skill when user says: - "/release" - create a patch release (default) - "/release minor" - create a minor release - "/release major" - create a major release - "make a release", "cut a release", "ship it", "release to main"
Replicate and validate a GitHub issue by spinning up Smelter, analyzing the issue, and systematically testing all described symptoms using browser automation. Use when: User wants to reproduce a bug, validate a GitHub issue, confirm a reported problem, or investigate whether an issue is real before working on a fix. Triggers: "replicate issue", "reproduce issue", "validate issue", "confirm bug", "test issue", "can you reproduce", "try to replicate", "verify the bug". Capability: Checks out main, pulls latest, starts Smelter, reads the GitHub issue, then uses agent-browser to systematically test every symptom and produce a findings report. NOT for: Fixing issues (use /smelter or /exp-piv-loop:fix-issue), general UI testing (use /validate-ui).
Autonomous rule adherence checker. Scans the codebase for rule violations, fixes the highest-impact ones in an isolated worktree, runs full validation, creates a PR. Uses memory to track progress across runs.
| name | workflow-implementation-plan-review |
| description | Review Smelter implementation plans for file maps, TDD steps, risk coverage, and execution readiness. |
| version | 0.55 |
| type | workflow |
| consumes | implementation-plan.md |
| produces | implementation-plan-review.md |
| default_pattern | B |
| default_agents | ["advocate","critic","arbitrator"] |
| supports_patterns | ["A","B"] |
| team_template | {"B":{"agents":["advocate","critic","arbitrator"],"consensus_threshold":0.95,"aggregator":"arbitrator"}} |
| result_types | ["pass","fail","reshape"] |
| min_verification_rounds | 2 |
| verification_rounds | [{"n":1,"focus":"omission","prompt_template":"templates/verification/round-1-omission.md"},{"n":2,"focus":"contradiction","prompt_template":"templates/verification/round-2-contradiction.md"}] |
| gate | {"postcondition":[{"file_exists":"implementation-plan-review.md"},{"contains_decision":"pass|fail|reshape"}]} |
Reviews implementation-plan.md before tests are written. The review checks whether the plan is grounded in code evidence, whether technology choices are justified, and whether user-facing trade-offs were surfaced when needed.
Announce at start: "I'm using workflow-implementation-plan-review to verify code evidence, reuse decisions, and implementation trade-offs before TDD."
extend_existing work reuses the existing feature plan when sufficient.TBD, TODO, "similar to", vague validation/testing instructions).implementation-plan-review.md:
## Verdict — pass / fail / reshape.## Evidence Review — cited confirmation or gaps.## Technology Decision Review — reuse/new-tech trade-off assessment.## Required Changes — concrete fixes on fail.fail → workflow-implementation-plan.reshape → workflow-investigate when code evidence is insufficient.REQUIRED NEXT SKILL on pass: workflow-write-test
Do NOT:
workflow-coding directly when TDD is not exempt.workflow-tasker; /implement no longer uses tasker as its planning stage.workflow-human-check.