How this skill is triggered — by the user, by Claude, or both
Slash command
/reqord:newThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
- **Do**: req/specの新規作成、description.mdの初期記述、design.mdの初期テンプレート生成、ステータス遷移(approve)
/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` で実行できます。
直接ファイル読み取りによるフォールバックは行わない。
npx claudepluginhub kicchann/reqord --plugin reqordCreates or updates SPEC.md documents from requirements, notes, or interview output, structuring into sections for goals, design, edge cases, security, testing, and success criteria. Use for feature specs.
Transforms vague goals into structured requirements via systematic interview. Three phases: Interview, Extract, Cross-check. Outputs requirements.md consumed by /blueprint.