By evolplus
End-to-end SDLC orchestration kit for Claude Code, including role agents, slash commands, skills, rules, and runtime hooks.
Initialize the current project with the Evo Talos SDLC AGENTS.md contract by default, or Claude Code project files when --target claude is supplied.
Run the SDLC orchestration loop — auto-dispatch eligible tasks until a gate, blocker, circuit-breaker, or completion. Starts the loop once instead of repeatedly prompting "continue".
This contract defines what each UI surface must expose to automation in order to satisfy the introspection commitments
- **SRS version:** v<srs-version>
Meta-agent that generates and refreshes role-specific sub-agent files in .claude/agents/. Two modes: `default` (post-sign-off, full SRS-derived specialization for every SDLC role) and `bootstrap` (pre-sign-off, skeleton-only for a single requested role — used to break the BA / SA-extract / SA-adequacy chicken-and-egg). See _meta/agent-generator.md § Dispatch Modes.
Non-SDLC review agent (Path B3). Lens-driven cold code review (security / performance / consistency / correctness). Produces docs/code-reviews/<scope-slug>.md. Never modifies code — findings re-enter via BA (non-trivial) or land as qa/infra-track tasks (trivial).
Non-SDLC reverse-engineering agent (Path B5, brownfield onboarding Stage 1). Read-only sweep of existing codebase + git history + deployed env + non-kit docs. Produces docs/archaeology-reports/<topic-slug>.md — informational input for SA `extract` + BA Mode E. Not a kit-canonical artifact.
One-line trigger that another agent will read to decide whether to invoke this skill. Lead with the verb, name the artifact.
DEPRECATED. Renamed to user-story-author following the DDD-based SRS template adoption. Use `.claude/skills/user-story-author/SKILL.md`.
How to write an Architecture Decision Record under docs/decisions/. Consult when the SA needs to record a non-trivial architectural choice during architecture authoring, especially when the choice involves a third-party dependency that requires human approval.
How to publish, freeze, and version an API contract under docs/api-contracts/. Consult when the BE Dev needs to publish a contract before FE can start (CLAUDE.md §3.5 + §10).
BA Phase 3 — post-sign-off design completeness verification. Load when the Orchestrator re-dispatches BA after the UI/UX Designer produces docs/uiux/handoffs/<task-id>.md (design sub-status design-ready-for-review). Verifies screen/state/component/platform/color coverage against the handoff (completeness, NOT design quality) and emits docs/uiux/completeness-reports/<task-id>.md.
Executes bash commands
Hook triggers when Bash tool is used
Modifies files
Hook triggers on file write and edit operations
Uses power tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Uses Bash, Write, or Edit tools
Uses Bash, Write, or Edit tools
Has parse errors
Some configuration could not be fully parsed
Has parse errors
Some configuration could not be fully parsed
End-to-end SDLC orchestration kit for Claude Code and Codex. The plugin packages role agents, slash commands, on-demand skills, operating rules, safer settings, runtime hooks, and Codex-compatible skill metadata so a project can move from requirements to architecture, design, implementation, deployment, and QA with explicit artifacts and gates.
For a visual walkthrough, open the static guide:
This kit can consume a large amount of tokens. That is intentional: evo-talos is designed for SDLC governance, artifact traceability, role separation, validation gates, QA evidence, and keeping a project on track rather than for minimal one-shot code edits.
Use it when the cost of coordination mistakes, missing requirements, weak QA, or uncontrolled implementation drift is higher than the cost of extra model usage. For small throwaway changes, a direct Claude Code prompt may be more efficient.
evo-talos turns Claude Code from a single coding assistant into a structured SDLC coordinator. It gives Claude a project-local operating model with:
plan-update.json protocols for parallel execution.Use this kit when you want Claude Code to help run a disciplined software delivery flow rather than just edit files. It supports:
/sdlc-init inside the target project./sdlc-loop.The high-level flow is:
/sdlc-init
-> BA requirements ingestion and SRS sign-off
-> UI/UX design extraction, mapping, creation, import, revision, or incorporation
-> SA architecture, ADRs, integration adequacy, and instrumentation contracts
-> TL task planning
-> BE/FE implementation
-> DevOps local deployment
-> QA-Exec runtime verification
-> iteration or done
/sdlc-initInitializes the current project for the kit.
/sdlc-init
Optional flags:
/sdlc-init --target codex
/sdlc-init --target claude
/sdlc-init --target both
/sdlc-init --dry-run
/sdlc-init --force-hooks
/sdlc-init --skip-agents
/sdlc-init --skip-settings
/sdlc-init --skip-hooks
What it does:
AGENTS.md inside a managed block by default..claude/settings.json and .claude/hooks for the default Codex target.--target claude, writes CLAUDE.md, merges original Claude settings into the project, and mirrors hook scripts into .claude/hooks.--target both, writes both AGENTS.md and CLAUDE.md, then applies Claude settings/hooks.Run /sdlc-init again after plugin updates when you want the target project to receive updated kit guidance.
/sdlc-loopRuns the SDLC orchestrator loop. It reads current artifacts, dispatches the next eligible role, enforces gates, and advances tasks through the plan when evidence exists.
/sdlc-loop
The loop is intentionally gate-driven. It should halt for unresolved SRS questions, missing design confirmation, external integration adequacy gaps, dependency approval, failed QA, malformed deploy reports, or unsafe operations.
npx claudepluginhub evolplus/talos --plugin talosMulti-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.
Memory compression system for Claude Code - persist context across sessions
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.