From reqord
reqordデータ(Requirement, Specification, ProjectContext)の編集・改善を統合的に行う。reqのSMART品質改善、specのdesign.md技術設計書の生成・更新、contextの充実化をカバーする。
How this skill is triggered — by the user, by Claude, or both
Slash command
/reqord:editsonnetThis 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/contextの品質分析・改善案の提示・承認後の適用
ユーザー確認必須: このスキルはreqordデータの変更を伴います。改善案の適用前にユーザーの承認を得てください。
reqordデータを分析し、品質改善案を提示し、承認後に適用する。
ユーザー入力: $ARGUMENTS
パターンマッチ:
<req-id...> → edit req(SMART品質改善)→ resources/edit-req.md<spec-id...> → edit spec(design.md生成・更新)→ resources/edit-spec.mdcontext → edit context(ProjectContext充実化)→ resources/edit-context.md--all → design.md未記述の全specを対象 → resources/edit-spec.mdIDは req-NNNNNN または spec-NNNNNN 形式(/^(spec|req)-\d{6}$/)であることを検証する。複数ID指定はスペースまたはカンマ区切り。形式不正な入力はエラーで拒否。
引数を解析したら、対応するresourcesファイルを読み込んで手順を実行すること。
| ファイル | 内容 | 読むタイミング |
|---|---|---|
resources/edit-req.md | Requirement品質改善の手順(SMART分析・改善案提示・適用) | edit req 実行時 |
resources/edit-spec.md | design.md生成・更新の手順(6セクション構造・分割判断) | edit spec 実行時 |
resources/edit-context.md | ProjectContext充実化の手順(参照ファイル作成・更新) | edit context 実行時 |
<id> が見つかりません。
新規作成する場合は `/reqord:new req` または `/reqord:new spec` を使用してください。
既存IDの確認は `reqord req list` / `reqord spec list` で実行できます。
❌ reqord CLIが見つかりません。
インストール方法: npm install -g @reqord/cli
環境確認は `/reqord:setup --check` で実行できます。
直接ファイル読み取りによるフォールバックは行わない。
npx claudepluginhub kicchann/reqord --plugin reqordGenerates or refines a project spec from a free-form request, PRD, or reviewer findings. Produces an immutable contract for downstream agents.
Refines specification files with AI-assisted improvements for clarity, completeness, testability per INVEST criteria. Generates categorized suggestions, impact reports, and applies interactive or auto changes.
Creates 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.