ワンクリックで
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.