evo-talos
01Plugin Claude Code
Marketplace catalog for the evo-talos SDLC devkit Claude Code plugin.
Plugin Claude Code
Marketplace catalog for the evo-talos SDLC devkit Claude Code plugin.
Plugin Claude Code
End-to-end SDLC orchestration kit for Claude Code, including role agents, slash commands, skills, rules, and runtime hooks.
Command
Initialize the current project with Evo Talos SDLC files for the detected agent tool.
Command
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".
Hook
Runs when a session starts, running node. From evolplus/talos.
Hook
Runs when you submit a prompt, before the agent sees it, running node (3 commands). From evolplus/talos.
Hook
Runs before the agent uses a tool for Read, Edit, Write, MultiEdit, NotebookEdit, Bash, Glob, Grep, Write, Write, Edit, MultiEdit, NotebookEdit, Write, Edit, Task, Write, Write, Write, Edit, Write, Edit, Write, Write, Bash, Write, Edit, MultiEdit, NotebookEdit, Write, Edit, MultiEdit, NotebookEdit, Bash, Write, Edit…
Hook
Runs after a tool call finishes for Bash tool calls, running node. From evolplus/talos.
Skill Claude CodeCodex
One-line trigger that another agent will read to decide whether to invoke this skill. Lead with the verb, name the artifact.
Skill Claude CodeCodex
DEPRECATED. Renamed to user-story-author following the DDD-based SRS template adoption. Use .claude/skills/user-story-author/SKILL.md.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
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).
Skill Claude CodeCodex
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/ .md (design sub-status design-ready-for-review). Verifies screen/state/component/platform/color coverage against the handoff (completeness, NOT design quality)…
Skill Claude CodeCodex
BA ingestion backbone run on every ingestion dispatch (after the mode-specific setup skill). Contains Phase 1.X common procedure (structural conformance, US/FR pairing, self-containment, external-integration identification, Design-Flow + Design-Guideline + Frontend-Framework + Backend-Track/Framework detection), Phase…
Skill Claude CodeCodex
BA Phase 4 — iteration dispatch planning. Load after Phase 2 sign-off when Phase 1.Z produced a non-empty SRS diff (the dispatch is an iteration, not a first-time ingest). Runs the concurrent-iteration guard, magnitude check, optional cleanup-task prompt, and produces docs/iteration-plan/v .md (the surgical…
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
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…
Skill Claude CodeCodex
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…
Skill Claude CodeCodex
BA Phase 1.A ingestion mode (ingest-from-single-doc). Load when Shape Detection selects Mode A: docs/SRS.md is one bulk document with US/FR content inline and the per-US/per-FR file trees are empty. Restructures the bulk doc into the kit's three-file shape before the common pipeline runs.
Skill Claude CodeCodex
BA Phase 5 — post-implementation completeness verification (UI tasks). Load when dispatched with mode: post-implementation after FE Dev proposes tostatus: ready-for-deploy for a UI-bearing task. Cross-references the design-confirmed handoff + task DoD against the FE Dev git diff (and deployed bundle when present) and…
Skill Claude CodeCodex
Backend logging and traceability standard for BE Dev. Use when implementing, refactoring, or reviewing backend handlers/controllers, services, repositories, workers, schedulers, jobs, queue consumers/producers, external integrations, auth paths, state transitions, retries, or error handling, especially when code has…
Skill Claude CodeCodex
Standardized backend implementation guidance for BE Dev using the SRS-declared Backend-Track and Backend-Framework. Use when coding, refactoring, or reviewing backend web APIs, BFFs, microservices, workers, jobs, or service integrations in TypeScript with Express, TypeScript with NestJS, Python with FastAPI, Java with…