Install
$ agentstack add skill-andreyvit-zoo-lighto-subtask ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
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:
- Mark the subtask
[>]and setstatus: executing subtask. Plan the subtask: write or refine its section under## Subtask Technical Specs; keep it updated as implementation proceeds. - If the subtask needs context the research file lacks, delegate one
lighto-researcherpointed at the research file (so it returns only what's new) and merge its output into the research file. - Implement the changes yourself, TDD when possible: stubs, then tests, then code. Follow
.zoo/coding.mdand.zoo/testing.md. - Validate and test, following
.zoo/testing.mdif it exists. - If browser-flagged: delegate browser verification per
.zoo/browser.md; screenshots go to the evidence dir. - Run the review gate: invoke the
lighto-code-reviewskill. - Loop: Fix findings and re-run the gate per its re-run policy until clean.
- Update docs when warranted (
_ai/,apidocs/, manual). Commit the code with thecommitskill. 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.
- Author: andreyvit
- Source: andreyvit/zoo
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.