Case 01
Flagship · Multi-agent platform
Agentic SDLC Platform — 50 agents, spec-to-prod in 1–2 days
xteam is an agentic SDLC platform — 50 specialized agents organized into 11 functional groups, paired author + auditor for nearly every artifact, and a single cross-cutting Navigator that tells the operator what phase the project is in and which agent should run next. The platform turns a feature spec into a deployed increment in 1–2 days while preserving the engineering practices a senior architect would demand: typed contracts, scored audits, anti-mock test guards, canary + synthetic + rollback + kill-switch on the deploy side, and an explicit Ship-to-Prod 19-position gate that blocks releases until every layer is verified on HEAD. The system has processed roughly 500 features across three domains — fintech SaaS, multi-modal comic production, and developer tooling — without losing the human-in-the-loop discipline. Every irreversible operation routes through an approval gate; every audit produces a numerical score and a list of binary gaps; every gap has a named owner and a re-evaluation trigger.
Interactive · 1 of 3
Agent topology
Hover or click any node to inspect role, paired auditor, and an example of work. Author/auditor pairs are highlighted by a dashed link when an agent is selected.
Interactive · 2 of 3
Workflow walkthrough
Step through the SDLC pipeline from spec to deploy. Each stage shows its agents, input, output, and the binary approval gate that must score ≥ 99/100 before the artifact moves on.
SDLC Walkthrough
Spec → Production, with explicit gates
Stage 1 of 8
Specify
An idea hits the system as plain prose. xSpecifier converts it to structured user stories, functional requirements, and binary acceptance criteria. xSpecAuditor scores the spec and bounces it back if traceability is broken.
Input
Raw idea / user story
Output
spec.md with FRs, ACs, success criteria
Approval gate
Spec must score ≥ 99/100 on auditor rubric.
Interactive · 3 of 3
Navigator simulator
The Navigator is the cross-cutting agent that reads explicit signals about a project (not heuristics) and proposes the next action plus the agent best placed to take it. Pick a scenario.
Navigator
Project state → suggested next step
Pick a project state. The Navigator reads explicit signals (not heuristics) and recommends the next action and the agent best suited to take it.
Signals
- No .specify/ directory
- No spec.md, no architecture.md
- Idea: 'a tool to help recruiters screen LLM portfolios'
Phase
DISCOVERY
Next action
Convert the idea into a problem statement, ICP, and JTBD before any architecture decisions.
Suggested agent
xAnalyst
Architecture without a problem statement produces over-engineered systems for the wrong user. Discovery-first prevents premature commitment to a stack.
- Agents
- 50 across 11 groups
- Spec → deployed
- 1–2 days
- Features processed
- ~500
- Domains
- Fintech SaaS · Comic studio · Dev tooling
- Author/auditor pairs
- 12 explicit symmetries
- Production gate
- Ship-to-Prod 19-position binary