with one click
new
reqordデータ(Requirement, Specification)の新規作成。対話的にデータを作成し、初期品質を確保する。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
reqordデータ(Requirement, Specification)の新規作成。対話的にデータを作成し、初期品質を確保する。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
reqordデータ(Requirement, Specification, ProjectContext)の編集・改善を統合的に行う。reqのSMART品質改善、specのdesign.md技術設計書の生成・更新、contextの充実化をカバーする。
Reqordプラグインの環境セットアップと前提条件チェック。CLIツール・GitHub認証・プロジェクト初期化状態を確認し、証憑を記録する。
spec/req/issueの包括的コンテキストを一括表示する。実装着手前の状況把握に使用。
Reqordのデータモデル(Requirement, Specification, ProjectContext, Feedback)とCLI操作ルールの共通知識ベース。
フィードバック運用(作成・同期・分類・リンク・クローズ・フラグ解消)。GitHub Issueの作成または既存フィードバックの取り込みワークフローを実行する。
Reqordの要件・仕様の実装進捗ダッシュボードを表示する。ステータス別集計、design.md準備状況、未解決フィードバックを一覧表示する。
| name | new |
| description | reqordデータ(Requirement, Specification)の新規作成。対話的にデータを作成し、初期品質を確保する。 |
| argument-hint | <req|spec> [req-id] (specの場合はreq-idで紐づけ先を指定) |
| allowed-tools | Read, Glob, Write, Bash(reqord:req *), Bash(reqord:spec *), Bash(reqord:context show *), AskUserQuestion |
/reqord:edit を使用)。design.mdの詳細記述(/reqord:edit <spec-id> で実施)ユーザー確認必須: このスキルはreqordデータの作成・ステータス変更を伴います。作成前にユーザーの承認を得てください。
reqordデータを対話的に新規作成する。
ユーザー入力: $ARGUMENTS
パターンマッチ:
req → new req(Requirement新規作成)→ resources/new-req.mdspec <req-id> → new spec(Specification新規作成)→ resources/new-spec.mdspec (req-id省略)→ AskUserQuestionで紐づけ先reqを選択 → resources/new-spec.md使い方: /reqord:new <req|spec> [req-id]引数を解析したら、対応するresourcesファイルを読み込んで手順を実行すること。
| ファイル | 内容 | 読むタイミング |
|---|---|---|
resources/new-req.md | Requirement新規作成の手順 | new req 実行時 |
resources/new-spec.md | Specification新規作成の手順 | new spec 実行時 |
❌ reqord CLIが見つかりません。
インストール方法: npm install -g @reqord/cli
環境確認は `/reqord:setup --check` で実行できます。
直接ファイル読み取りによるフォールバックは行わない。