lightspec-loop
Installation
SKILL.md
LightSpec Loop: LightSpec Subagent-Driven Development
Implement LightSpec specs by dispatching fresh subagent per spec, with clean context isolation and sequential execution.
Core principle: Fresh subagent per spec + sequential execution + clean context = high quality isolated implementation
When to Use
digraph when_to_use {
"Have LightSpec specs to implement?" [shape=diamond];
"Specs are independent changes?" [shape=diamond];
"Want clean context per spec?" [shape=diamond];
"lightspec-subagent-driven-development" [shape=box];
"Manual execution or other workflow" [shape=box];