speckit-require
Requirements Spec Kit
GitHub Spec Kit: https://github.com/github/spec-kit
Overview
GitHub Spec Kit のリポジトリ内テンプレートとスクリプトを使い、要件定義を作成・更新して spec.md → plan.md → tasks.md を完成させる。新規作成か既存追記かを判断し、対象 SPEC を確定してから作業する。
決定フロー: 新規作成 or 既存追記
- ユーザー入力で即決する: SPEC-ID、spec.md パス、または「追記/既存」指示があれば追記する。
- 迷う場合は既存 SPEC を検索する:
rg -n "# 機能仕様:" specs/SPEC-*/spec.mdと主要キーワードで一致確認する。 - 一致が1件なら追記する。複数一致なら候補(SPEC-IDとタイトル)を提示して選択を求める。
- 一致が無ければ新規作成する。
- 追記時は対象 SPEC の worktree/feature ブランチで作業する(
.specify/scripts/bash/check-prerequisites.shは最新 SPEC を選ぶため)。
ワークフロー(specify → clarify → plan → tasks)
1) specify
.specify/templates/commands/specify.mdを読み、記載のスクリプトを1回実行する。.specify/templates/spec-template.mdを用いて spec.md を日本語で埋める。- 新規作成時はスクリプト出力の
WORKTREE_PATHに移動して以降の作業を行う。 - 既存追記時は該当セクションのみ更新し、見出し順・FR番号などの連番を維持する。
- TDD/テスト要求がある場合は、要件または成功基準に「自動テストが必須」である旨を明記する。
specs/specs.mdを更新し、優先度と状態を必ず記載する(update-spec-index.shを使う場合も同様)。
2) clarify
.specify/templates/commands/clarify.mdに従う。- 質問は最大5つに抑え、推奨回答を提示する。
- 回答は spec.md の該当セクションへ即時反映する。
3) plan
.specify/templates/commands/plan.mdに従う。.specify/memory/constitution.mdを参照し、ゲート評価を満たす。- 出力(plan.md / research.md / data-model.md / quickstart.md / contracts/)を生成する。
4) tasks
.specify/templates/commands/tasks.mdに従う。- TDD/テスト要求がある場合はテストタスクを必ず含める。
- tasks.md のチェックリスト形式(ID/Story/ファイルパス)を厳守する。
出力の報告
- 生成/更新した spec.md、plan.md、tasks.md のパスを報告する。
- 未解決の明確化が残る場合は、ユーザー回答を得てから次へ進む。
More from akiojin/skills
drawio
Create and edit draw.io diagrams in XML format. Use when the user wants to create flowcharts, architecture diagrams, sequence diagrams, or any visual diagrams. Handles XML structure, styling, fonts (Noto Sans JP), arrows, connectors, and PNG export.
22gh-fix-ci
Inspect GitHub PR for CI failures, merge conflicts, update-branch requirements, reviewer comments, change requests, and unresolved review threads. Create fix plans and implement after user approval. Reply to ALL reviewer comments with action taken or reason for not addressing, then resolve threads. Notify reviewers after fixes.
11