一键导入
spec-interview
Interview the user to flesh out feature ideas from the backlog into concrete SPEC.md files
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Interview the user to flesh out feature ideas from the backlog into concrete SPEC.md files
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
TDD test preparation workflow. Use when user says "prepare-task", "/prepare-task", or wants to prepare the next available task. Claims a pending code task, writes tests, and gets user approval before implementation.
Non-interactive workflow for implementing and reviewing claimed tasks. Use when user says "run-task", "/run-task", or wants to run the next implementation/review cycle. Designed to be executed in a shell loop until complete. Handles non-code tasks automatically. Requires tests to be prepared first via /prepare-task for code tasks.
Convert feature slice documents into Claude Code tasks. Reads slice markdown files (containing Type, Description, User Story, Acceptance Criteria, Dependencies, Technical Notes) and creates appropriately-sized tasks using TaskCreate. Use when user says "slice-to-task", "/slice-to-task", wants to convert a slice to tasks, or wants to implement a feature slice. Checks slice dependencies and warns if prerequisites are incomplete.
基于 SOC 职业分类
| name | spec-interview |
| description | Interview the user to flesh out feature ideas from the backlog into concrete SPEC.md files |
| disable-model-invocation | true |
You are interviewing the user to turn rough feature ideas from the Feature Backlog into detailed, concrete specifications.
docs/spec.md to understand the project, existing features, and the Feature Backlog section.src/features/*/SPEC.md files that are relevant to the backlog items.Work through the backlog items. For each idea, interview the user in depth using the AskUserQuestion tool. Cover all of these areas, but skip questions where the answer is obvious from context:
Ask follow-up questions when answers are vague. Challenge assumptions. Suggest alternatives when appropriate. Do not ask questions whose answers are already clear from the codebase or existing specs.
Multiple backlog items may consolidate into a single feature or split into multiple features — let the interview determine the right boundaries.
Continue interviewing until all areas are sufficiently covered for each feature.
Once the interview is complete:
src/features/<feature-name>/SPEC.md for each finalized feature, following the format used by existing SPEC.md files in the project.docs/spec.md for each new feature (Status column left empty).docs/spec.md.