demo-validate
Validate demo flows end-to-end. Confirms branch, ports, and services before running demo scripts.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Validate demo flows end-to-end. Confirms branch, ports, and services before running demo scripts.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
ICN development companion for the InterCooperative Network Rust monorepo. Use when working on ICN code, docs, deployment, or protocol design. Provides crate-aware routing to specialist agents (icn-architect, icn-economist, icn-ops), enforces project conventions, and understands the current sprint state, cluster topology, and demo flow status. Triggers on: any ICN crate names, "cooperative contract", "mutual credit", "governance", "gossip", "K3s", "icn-dev", "ops/mcp", "Sprint", "demo flow", "CCL", "federation", "DID", "ledger", "trust graph", "icnd", "icnctl".
Full sprint-batch or stacked-PR integration pipeline. Owns merge order, rebases, local gates, and main sync.
Full sprint-batch or stacked-PR integration pipeline. Owns merge order, rebases, local gates, and main sync.
Show full ICN development status dashboard — active sessions, sprint tasks, worktree freshness, CI state, and cluster health
ICN session preflight. This skill should be used when the user explicitly invokes "/icn-agent-pack:preflight", or asks to "run preflight", "orient me on ICN", or "check the ICN session environment". Loads canonical docs and the latest handoff, then verifies branch, gh auth, ports, toolchain, and a light cargo check. Read-only; reports, never fixes.
ICN repo navigator / knowledge graph. This skill should be used when the user explicitly invokes "/icn-agent-pack:navigator", or asks to "map the repo", "build/refresh the knowledge graph", "trace this concept to its source", or "show the conceptual map / impact map". Begins the living repository knowledge-graph and conceptual-map workflow, grounded in the icn-ops MCP tools and (future) generated graph artifacts.
| name | demo-validate |
| description | Validate demo flows end-to-end. Confirms branch, ports, and services before running demo scripts. |
| user-invocable | true |
| allowed-tools | Bash, Read, Grep, Glob |
| truth_contract | {"canonical_sources":["ops/state/config/repo-map.json","ops/state/sprint/current.json"],"live_load_required":["git branch --show-current","ss -tlnp | grep :8080","kubectl get pods -n icn 2>/dev/null || true"],"examples_only":[],"never_hardcode":["cluster IPs (read from repo-map.json)","sprint number or demo flow list"]} |
Validate demo flows end-to-end. Avoids wrong-port / wrong-branch mistakes.
git branch --show-currentss -tlnp | head -20docker ps --format "table {{.Names}}\t{{.Ports}}\t{{.Status}}" (if using devnet)docker-compose*.yml or scripts/demo-*.sh for port assignmentsscripts/demo-runner.sh or individual scripts/demo-flow-*.shPass/fail per demo section + the exact command used for each.