
Exe
- 3 repo stars
- Updated December 29, 2025
- rayk/lucid-toolkit
Turn an approved tech spec into a validated, phased execution plan your agent can run in parallel task groups with a living execution log.
About
exe is a Lucid toolkit workflow plugin for developers who already have a tech spec and need a dependable way to break it into executable phases. Instead of ad-hoc prompting, it produces validated execution plans, then drives the agent through those phases with parallel task groups so independent work can move at once. Progress and decisions accumulate in execution logs, which makes it easier to resume after interruptions, compare iterations, and hand off context to review or ship steps. It is aimed at developers shipping SaaS, CLIs, or agent-heavy projects where scope is defined but the order of operations still matters. Use it when you want structured runbooks tied to specs—not one-shot code dumps—and when you care about traceability from plan to done.
- Generates validated execution plans from existing tech specs
- Runs work phase-by-phase with parallel task groups
- Maintains execution logs for status and iteration
- Supports validation gates before and during runs
- Fits Lucid toolkit workflow/automation stack (v1.4.2 plugin)
Exe by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add rayk/lucid-toolkit/plugin install exe@lucid-toolkitAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 3 |
|---|---|
| Last updated | December 29, 2025 |
| Repository | rayk/lucid-toolkit ↗ |
What it does
Turn an approved tech spec into a validated, phased execution plan your agent can run in parallel task groups with a living execution log.
Files
Execution planning and running. Generates validated execution plans from tech specs, executes them phase-by-phase with parallel task groups, and tracks progress in execution logs.
exe
Source: ./plugins/exe
{ "name": "exe", "tags": [ "execution", "planning", "validation", "iteration", "automation" ], "source": "./plugins/exe", "version": "1.4.2", "category": "workflow", "description": "Execution planning and running. Generates validated execution plans from tech specs, executes them phase-by-phase with parallel task groups, and tracks progress in execution logs." }