ワンクリックで
lightspeed
Activates the LightSpeed WAT (Workflows, Agents, Tools) autonomy loop for the LightSpeed project
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Activates the LightSpeed WAT (Workflows, Agents, Tools) autonomy loop for the LightSpeed project
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | lightspeed |
| license | MIT |
| description | Activates the LightSpeed WAT (Workflows, Agents, Tools) autonomy loop for the LightSpeed project |
| compatibility | Requires LightSpeed project with wat/ directory structure |
Activates the LightSpeed WAT (Workflows, Agents, Tools) autonomy loop. Invoke with: "Start the loop", "Continue", or "Continue the loop"
When invoked, execute this sequence:
Read wat/state/current-phase.md to determine:
If wat/TASK.md exists, read it for:
Read wat/state/decisions.md (last 5-10 entries) for recent context.
From wat/state/current-phase.md, identify the active agent. Reference wat/archive/agents.md for the full persona definition.
Perform the "Next Action" from wat/state/current-phase.md. Verify against any success criteria in wat/TASK.md.
After completing the step:
cargo test --workspace --all --exclude lightspeed-gui and confirm all passcargo clippy --workspace --all-targets --all-features --exclude lightspeed-gui and confirm cleanwat/state/current-phase.md — mark step complete, set next actionwat/state/decisions.md — add any significant decisions made