一键导入
refine-feature
Refine a feature into a complete, decomposable specification — clear goal, success criteria, scope, and a proposed subtask breakdown
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Refine a feature into a complete, decomposable specification — clear goal, success criteria, scope, and a proposed subtask breakdown
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
When planning, flag uncertain assumptions and supply a ready-to-run web-research prompt to confirm them.
Local Switchboard management console — drive the board when the VS Code extension is running
Implement with high accuracy and self-review (invest effort up front to minimize rework)
Reconcile and restructure a feature's subtasks — improve each, then merge/delete/rewrite/split to make the set coherent
Deep planning, dependency checks, and adversarial review
Cloud-VM planning mode — plan first, do not auto-code in a remote VM
| name | refine-feature |
| description | Refine a feature into a complete, decomposable specification — clear goal, success criteria, scope, and a proposed subtask breakdown |
| disable-model-invocation | true |
This skill transforms a thin or empty feature into a complete, unambiguous feature that is ready to decompose into subtasks and orchestrate.
Triggered by clicking "Refine" on a selected feature in the Switchboard Features tab.
Produces a complete feature description (goal/problem, success criteria, scope, risks, and a proposed subtask breakdown) and writes the result back to the feature's local markdown file.
## Goal — the outcome this feature delivers and the problem it solves (root-cause framed, self-contained).## Background / Why — context, motivation, business reason.## Success Criteria — checkboxed, testable conditions that mean "this feature is done".## Scope — In Scope / Out of Scope bullets.## Proposed Subtasks — an ordered, checkboxed breakdown into independently-shippable units of work. Each item: a one-line title plus a sentence of intent. Aim for 3–12 subtasks.## Dependencies & Sequencing — ordering constraints between subtasks, external blockers.## Risks / Open Questions — what could go wrong; unresolved decisions.## Goal, author one from the feature title and any context in the prompt.## Proposed Subtasks breakdown — make it concrete and decomposable.The feature file may contain an auto-generated block wrapped in
<!-- BEGIN SUBTASKS (auto-generated, do not edit) --> / <!-- END SUBTASKS -->.
Do NOT edit inside that block — Switchboard regenerates it. Put your proposed
breakdown in a separate ## Proposed Subtasks section above it.