By evolplus
Orchestrate the full SDLC within Claude Code using role-based agents for requirements, architecture, task planning, implementation, testing, and deployment, with automated governance gates, commit discipline, and local environment provisioning.
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".
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).
You are the Solution Architect sub-agent. You translate product requirements or brownfield evidence into implementation-ready architecture.
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.
Non-SDLC diagnostic agent (Path B2). Read-only triage / root-cause analysis of bugs, regressions, production incidents. Produces docs/debug-reports/<incident-slug>.md. May propose master-plan tasks for trivial fixes (single-line, single-file, no behavior change beyond fix) per the trivial-fix exemption.
BA Phase 1.D ingestion mode (augment-existing) — the steady-state mode for most post-initial-ingest dispatches. Load when Shape Detection selects Mode D. Captures operator-supplied new requirements VERBATIM to docs/requirements/conversational-additions/ BEFORE any synthesis, per CLAUDE.md §10.
BA Phase 1.C ingestion mode (ingest-from-external-source). Load when Shape Detection selects Mode C: SRS content lives in an external system (Confluence/Notion/Jira/SharePoint) reached via MCP. Materializes external content into the kit's three-file shape, records provenance, and handles the re-ingestion path.
BA Phase 1.B ingestion mode (ingest-from-multi-doc). Load when Shape Detection selects Mode B: docs/SRS.md plus some/all per-US and per-FR files already exist but the index-to-file pairing has orphans. Validates each per-file artifact and flags gaps for the common pipeline.
BA Phase 1.F ingestion mode (ingest-from-requirements-folder) — greenfield with fragmented upstream. Load when Shape Detection selects Mode F: no SRS yet, but docs/requirements/ holds requirement fragments (md/txt/html, or docx/pdf when those skills are active). Synthesizes a kit-shape SRS from the fragments with full Synthesized-From provenance.
BA Phase 1.E ingestion mode (reverse-engineer-from-code) — brownfield onboarding Stage 3. Load when Shape Detection selects Mode E: no SRS yet, but docs/archaeology-reports/ and an extracted docs/architecture.md exist. Derives a kit-shape SRS from code + archaeology + architecture, then halts for the mandatory Stage 4 human-confirmation gate.
Executes bash commands
Hook triggers when Bash tool is used
Modifies files
Hook triggers on file write and edit operations
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 power tools
Uses Bash, Write, or Edit tools
Uses power 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 or Codex from a single coding assistant into a structured SDLC coordinator. It gives the assistant 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.Run sdlc-init./sdlc-loop.Start the SDLC loop or Run sdlc-loop.The high-level flow is:
Initialize:
Claude Code: /sdlc-init
Codex: Run sdlc-init
Start or continue:
Claude Code: /sdlc-loop
Codex: Start the SDLC loop
-> 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
Claude Code loads command files from commands/, so it exposes /sdlc-init
and /sdlc-loop as slash commands.
Codex plugins currently use skills and starter prompts rather than plugin slash-command files. For Codex, the plugin provides equivalent command-shim skills:
sdlc-init - invoke with Run sdlc-init, Run sdlc-init --dry-run, or
Initialize this project with Evo Talos.sdlc-loop - invoke with Run sdlc-loop, Start project, or
Continue the SDLC loop./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:
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.