with one click
dump-s
etherclaw dump-s — ETHERCLAW.toml の [[lazy]] 全パッケージの仕様を集約出力
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
etherclaw dump-s — ETHERCLAW.toml の [[lazy]] 全パッケージの仕様を集約出力
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
A-Life 自律開発システムの監視者ガイド — ガバナンス優先介入原則、TMUX直接操作の緊急手順
EVM/ICP デプロイの安全手順とロールバック — InstanceFactory/TheWorld デプロイ、canister install、コントラクトデプロイ
EtherClaw InstanceFactory/TheWorld cross-chain architecture - Optimistic Upgrader system spanning EVM (Base Mainnet) and ICP, ERC-7546, auditor approval flow
etherclaw daemon --standalone mode — ETHERCLAW.toml format, Architect/Executor role split, DogFeeding workflow
EtherClaw Tier-based hierarchical agent system - TaskTree depth から自動生成される Manager/Worker 階層
EtherClaw TaskTree execution — standalone daemon mode, PR lifecycle, progress tracking
| name | dump-s |
| description | etherclaw dump-s — ETHERCLAW.toml の [[lazy]] 全パッケージの仕様を集約出力 |
| triggers | ["dump-s","dump specs","spec document","仕様出力","仕様集約","aggregate specs"] |
etherclaw dump-s は ETHERCLAW.toml の [[lazy]] エントリを横断し、
各パッケージの SPEC.toml 要件を統合 Markdown ドキュメントとして出力する。
etherclaw dump-s # [[lazy]] 全パッケージの仕様を集約出力
内部では各 [[lazy]] entry に対して lazy <family> dump-s <target> を実行し、
結果を結合する。
[[lazy]]
target = "pkgs/EtherClaw"
family = "core"
[[lazy]]
target = "pkgs/LazyEvm"
family = "evm"
# EtherClaw Spec Document (EC — EtherClaw)
## pkgs/EtherClaw (family: core)
# Project Specs: pkgs/EtherClaw
## Module: Commands
- [REQ_CMD_001] Daemon standalone mode
- [REQ_CMD_002] Brainstorm multi-agent
---
## pkgs/LazyEvm (family: evm)
# Project Specs: pkgs/LazyEvm
## Module: Ask
- [REQ_ASK_001] EVM contract analysis
---
Total: 2 packages
etherclaw dump-s | head -2000
# → CLAUDE.md やスキルファイルにペースト
AI エージェントが実行時に etherclaw dump-s を実行してプロジェクト全体の仕様を把握:
etherclaw dump-s 2>/dev/null
[[requirement]] / [[requirement_area]] は deprecated — 使用禁止。
lazy dump-s は deprecated terminology を検出するとそのファイルを一切処理せず Total: 0 specs を返す。
[definitions]
prefix = "REQ_MYMOD"
[[spec_area]]
name = "Core Operations"
[[spec]]
id = "${prefix}_001"
title = "Human-readable requirement title"
invariant = "Formal invariant: what must always hold"
# ❌ 全て deprecated — lazy dump-s が拒否する
[[requirement]]
[[requirement_area]]
requirements = [...]
SPEC.toml を新規作成・更新する際は必ずこのフォーマットに従うこと。
dump-s の出力は Spec-Test-Impl Parity が担保された仕様全文を意味する。
lazy <family> ask --steps=1,2 で Spec↔Test の対応が確認され、
dump-s はその Spec 側の全貌を出力する。