Install
$ agentstack add skill-evolplus-talos-sdlc-loop ✓ 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
SDLC Loop
Purpose
Codex plugins do not expose Claude-style slash commands from commands/. This skill is the Codex command shim for /sdlc-loop.
Use it when the operator wants the kit to start or continue the governed SDLC workflow.
Before Running
- Read the project
AGENTS.mdif it exists. - Read the plugin contract skill
evo-devkit-contract. - Resolve any
.claude/rules/...references in injected guidance to the
plugin-local rules/... files when running in Codex, because the default Codex target does not copy .claude/ into the project.
- Read only the rule files needed for the current route. For a normal loop
invocation, these are usually:
rules/orchestrator-operating-rules.mdrules/autonomous-loop.mdrules/task-type-routing.mdrules/srs-signoff-protocol.mdrules/master-plan-discipline.mdrules/parallel-execution.mdrules/worktree-isolation.mdrules/hard-rules.md
Arguments
Treat text after sdlc-loop or /sdlc-loop as arguments.
--tier aggressive|standard|conservative- override workload tier for this run.--max-iterations N- soft cap for loop iterations. Default: 50.--schedule [cadence]- if Codex automation tools are available, register a
recurring run of the same prompt without --schedule; otherwise report that scheduling is unavailable in this environment.
Loop Procedure
Run as the Orchestrator:
- Perform pre-flight once:
- verify repository and git identity when a git repo exists;
- reconcile root-level
plan-update*.jsonstragglers; - run crash-recovery reconciliation if dispatch journals exist;
- record the active workload tier.
- At the top of every iteration, read state from disk:
docs/SRS.mdstatus;docs/open-issues.md;docs/plan/;docs/iteration-plan/;docs/architecture.mdvalidation status;- deploy and QA reports when relevant.
- Check halt conditions before dispatching:
- unresolved human decision;
- open issue that is not resolved, deferred, or promoted;
- unsigned SRS or unvalidated architecture;
- missing design confirmation for UI work;
- dependency approval, external-integration adequacy, or QA failure that
needs human or role-specific action;
- circuit breaker or iteration cap.
- If not halted, identify the eligible batch and dispatch the matching role.
- On each role return, validate exit criteria, ingest
plan-update.json,
merge role-owned artifacts, and update task state according to the rules.
- Auto-route non-human failures to the owning role:
- SRS validator failure -> BA Mode D;
- architecture validator failure -> SA revision;
- design completeness failure -> UI/UX Designer revise or incorporate;
- QA failure -> responsible Dev, QA-Author, DevOps, SA, UI/UX, or BA based
on the failed artifact.
- Stop at the first halt condition and summarize the exact unblock action.
Codex Invocation Phrases
Operators can invoke this in Codex with natural prompts such as:
Run sdlc-loopStart projectContinue the SDLC loopRun sdlc-loop --tier standard --max-iterations 20
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: evolplus
- Source: evolplus/talos
- License: Apache-2.0
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.