一键导入
create-feature
Captures a discussed feature as a lean Feature Ticket work item ready for /do. For multi-phase workstreams use /create-epic instead.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Captures a discussed feature as a lean Feature Ticket work item ready for /do. For multi-phase workstreams use /create-epic instead.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | create-feature |
| description | Captures a discussed feature as a lean Feature Ticket work item ready for /do. For multi-phase workstreams use /create-epic instead. |
| argument-hint | [feature title or one-line summary] |
| disable-model-invocation | true |
Turn what the conversation has established (typically a /discussion) into a Feature
Ticket that /do can execute autonomously. The completion artifact is
./tmp/<id>/item.md with status: ready.
This skill captures and sharpens — it does not re-run the discussion. If the conversation already settled a point, write it down; don't re-litigate it.
Drive toward the four things the ticket needs, pulling from the discussion so far:
Where the conversation left a gap, ask the user directly — one focused round, not a new
discussion. If a codebase fact is missing, dispatch the codex skill (role
code-researcher); for an external fact, the web-researcher sub-agent.
Success criteria: the user has explicitly agreed to intent, end state, each locked direction, and the out-of-scope list.
One coherent outcome with one verification surface fits a Feature Ticket. If what
emerged is really multiple sequential, independently verifiable phases, say so and
suggest /create-epic instead — don't force an epic into a ticket. When in doubt,
prefer the smaller shape.
Success criteria: shape confirmed (or handed off to /create-epic).
Draft ./tmp/<id>/item.md per ~/.references/draft-work-item.md, using this
skill's references/feature-ticket.md as the template. Suitable methods for a
feature's ACs: a lint rule, test, script (backend), or natural navigation of
the running app (frontend/mobile).
Success criteria: item.md exists; every AC is numbered, observable, and mapped;
nothing in the item restates what refs/ or the model already covers.
Run the gate per ~/.references/socratic-gate.md. For a feature it bears
down on necessity, root cause, simpler alternatives, and shape; a
straightforward, well-justified draft fast-passes with zero to two questions.
If the dialogue reveals a multi-phase shape, hand off to /create-epic.
Success criteria: gate procedure complete — socrates returned pass (or
the cap was reached, or the user waived); ## Justification written into
item.md.
Publish per ~/.references/publish-work-item.md — issue title
feat: <item title>, issue body = the item's intent, desired end state,
verification criteria summary, and the Justification section.
Success criteria: published and cross-linked per the shared procedure.
Suggested next steps:
- `/do <issue # or ./tmp/<id>/item.md>` — run the autonomous pipeline against this item
- `/discussion [follow-up]` — if a gap surfaced that needs more thinking first
Run the full autonomous pipeline against a work item — plan, implement, verify, PR, post-PR review + QA, wrap-up. Takes a GitHub issue
The Notion bridge for work items — creates a Notion work item mirroring a GitHub issue, uploads artifacts (item.md, refs/, plan.md, wrapup.md) to it, and pulls a work item's artifacts down to ./tmp/<id>/. Used by /create-feature, /create-epic, /create-issue (publish) and /do (pull before work, upload after). Use when a work item needs to be published to, updated in, or fetched from Notion.
Create Excalidraw diagram JSON files and PR visual overviews that make visual arguments. Use when the user wants to visualize workflows, architectures, concepts, pull request changes, before/after behavior, or a shareable explainer image for reviewers.
Dispatches one Codex (GPT-5.6) sub-agent via `codex exec` — implementer, backend-verifier, plan-reviewer, code-reviewer, code-researcher, or investigator — and returns its report. Used by /do, /discussion, and /create-issue whenever one of these roles runs; not normally invoked by the user directly. Use when a pipeline stage needs its Codex sub-agent dispatched, resumed for a fix round, or re-run.
Captures a discussed multi-phase workstream as an Epic Spec work item ready for /do. For a single-outcome change use /create-feature instead.
Captures a defect as a Bug Report work item ready for /do, running the investigator first if the root cause isn't already established.