원클릭으로
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