بنقرة واحدة
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