ソース情報
- リポジトリ
- mugsun/curdx-flow
- ソースの最終更新活動
- 2026年5月13日 16:45
- 検出された SKILL.md の言語
- 英語
- スター
- 4
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/mugsun/curdx-flow --skill statusコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
| name | status |
| description | Use when inspecting curdx-flow specs, active state, progress, or index status. |
| argument-hint | [--update-index] |
| allowed-tools | Read Bash Glob Agent |
| disable-model-invocation | true |
Show current curdx-flow state, health, and one useful next action.
Output contract:
# curdx-flow Status.$ARGUMENTS contains --update-index, run:
node "${CLAUDE_PLUGIN_ROOT}/hooks/scripts/update-spec-index.mjs" --quiet
CLAUDE_SESSION_ID; this keeps status aligned with the current
session binding instead of only the global .current-spec marker:
curdx-flow snapshot --session-id "$CLAUDE_SESSION_ID"
The snapshot includes recovery.recentFailures and
recovery.lastCompactSummary from .curdx/brain.jsonl.curdx-flow doctor
If doctor fails, continue with the snapshot and show Health: unavailable.snapshot.nextAction as the recommended next action.snapshot.active is false, recommend /curdx-flow:start <name> <goal>.specs/.index/index-state.json after the optional update step.# curdx-flow Status
Active spec: <name or none>
Health: <ready | needs attention | unavailable>
Recommended next action: <snapshot.nextAction>
## Gates
<none | comma-separated snapshot.gates>
## Verification Readiness
Playwright: <ready/not ready> <recommended command if available>
Chrome DevTools MCP: <ready/not ready>
## Recovery
Compact summary: <present/none>
Recent failures: <count>
Context capsule: <active hook-injected/none>
## Specs
### <spec-name> [ACTIVE]
Phase: <phase or completed timestamp>
Progress: <completed>/<total> tasks
Files: [x] research [x] requirements [ ] design [ ] tasks
---
Commands:
- /curdx-flow:start [name] [goal]
- /curdx-flow:switch <name>
- /curdx-flow:status --update-index
- curdx-flow snapshot --session-id "$CLAUDE_SESSION_ID"
- curdx-flow specs bind-session <name> --session-id "$CLAUDE_SESSION_ID"
- curdx-flow doctor
research -> /curdx-flow:requirementsrequirements -> /curdx-flow:designdesign -> /curdx-flow:taskstasks or execution -> /curdx-flow:implementcompleted -> /curdx-flow:refactor for changes, or /curdx-flow:start for new work