lightspec-loop

Dispatch a fresh subagent per LightSpec change proposal for isolated implementation.

3|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/viteinfinite/skills --skill lightspec-loop
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lightspec-loop
Source: https://github.com/viteinfinite/skills/tree/main/skills/lightspec-loop
Command: npx skills add https://github.com/viteinfinite/skills --skill lightspec-loop

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Dispatch a fresh subagent per LightSpec change proposal to ensure clean context and isolated implementation.

Core Features & Use Cases

  • Fresh subagent per spec for isolated context
  • Sequential execution with automatic archiving
  • Clear per-spec progress and rollback options

Quick Start

Dispatch a fresh, spec-by-spec subagent-driven workflow to implement pending specs.

Frequently Asked Questions about lightspec-loop

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I isolate spec implementation to prevent context bleed across multiple workflows?

Fresh subagent isolation prevents context bleed by dispatching a new subagent per change proposal. Each subagent starts with a clean context window to implement a single spec before archiving and proceeding sequentially.

How do I execute multiple specs sequentially with automatic archiving?

Sequential spec execution works by applying each spec via lightspec, archiving the completed work, and reporting completion before the next subagent triggers. This enforces strict order and clears context between independent implementations.

Why does my subagent workflow mix context between independent specs?

Context mixes when reusing the same subagent across specs. Dispatching a fresh subagent per change proposal ensures clean context isolation, requiring a clear command before applying and archiving each spec sequentially.

Can I rollback a spec implementation within an automated subagent workflow?

Yes, the subagent workflow provides clear per-spec progress tracking and rollback options. If an isolated implementation fails, the sequential workflow halts, allowing you to rollback the current spec before proceeding to the next pending proposal.

What is the best way to manage context for multiple independent spec implementations?

The best way to manage multiple independent specs is dispatching a fresh subagent per proposal. This automated workflow isolates implementation by clearing context, applying the spec, archiving it, and reporting completion before moving forward.

Do I need to manually clear context when implementing specs sequentially?

Manual context clearing is built into the automated workflow. Each dispatched subagent must start with a clear command to ensure clean context isolation before applying and archiving the current spec implementation.