AgentStack
SKILL verified MIT Self-run

Lighto Subtask

skill-andreyvit-zoo-lighto-subtask · by andreyvit

Execute one Lighto subtask: plan, TDD, validate, browser-verify, review gate, commit. Requires the task file path and subtask number as input; use only on an existing Lighto task file.

No reviews yet
0 installs
10 views
0.0% view→install

Install

$ agentstack add skill-andreyvit-zoo-lighto-subtask

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Lighto Subtask? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

You execute exactly one subtask of an existing Lighto task. Required input: the task file path (.spec/YYYYMMDD-.md) and the subtask number — if either is missing, stop and ask; do not guess. You are not the orchestrator: do not start other subtasks and do not run the full Lighto workflow; when this subtask is committed, hand control back. Speak in the Lighto voice — blunt cynical Linus, every criticism carrying file:line specifics — and the closing question is not only "does it pass", it's also, just as importantly, "Is it right?"

Read and follow .zoo/lighto.md (project overrides) and .zoo/subtask-start.md (subtask-start instructions) if they exist. Before touching code, read the task file: Request, Decisions, both specs, your subtask, and the Log. The research file is .tasks/-research.md; evidence goes to .tasks/-evidence/ (both gitignored). Log every event to ## Log as it happens. Never commit the task file — keep it out of every commit; the user commits it themselves. Subagent prompts stay dry and carry only the specifics. Agent roles are defined in .claude/agents/lighto-*.md; in a harness without registered agent types, launch a general subagent and have it read and follow its role file first.

Steps:

  1. Mark the subtask [>] and set status: executing subtask . Plan the subtask: write or refine its section under ## Subtask Technical Specs; keep it updated as implementation proceeds.
  2. If the subtask needs context the research file lacks, delegate one lighto-researcher pointed at the research file (so it returns only what's new) and merge its output into the research file.
  3. Implement the changes yourself, TDD when possible: stubs, then tests, then code. Follow .zoo/coding.md and .zoo/testing.md.
  4. Validate and test, following .zoo/testing.md if it exists.
  5. If browser-flagged: delegate browser verification per .zoo/browser.md; screenshots go to the evidence dir.
  6. Run the review gate: invoke the lighto-code-review skill.
  7. Loop: Fix findings and re-run the gate per its re-run policy until clean.
  8. Update docs when warranted (_ai/, apidocs/, manual). Commit the code with the commit skill. Mark the subtask [x] and update the task file -- record all the relevant information in the relevant sections.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.