一键导入
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