Discovery & Requirements
Workshops, hand-written notes, and a requirements document that is stale before sign-off.
Notes are summarised automatically; the analyst still writes every user story by hand.
Transcripts, RFPs and legacy docs are parsed into a structured backlog with acceptance criteria. The BA edits and challenges rather than types.
WhisperClaudeNotion AIJira
Architecture & Prototype
Solution design is produced as documentation; the client sees nothing runnable for months.
Diagrams are drafted faster, but validation still waits for the first sprint demo.
A seeded, clickable prototype of the hero flow inside 48 hours, so architecture decisions are validated against something real before the budget is committed.
v0FigmaCursorMermaid
Implementation
Every line typed by hand, including scaffolding, plumbing and glue code.
In-editor completion removes boilerplate; architecture and integration work is unchanged.
Agents take whole tickets against our architecture and coding standards, working in parallel branches. Engineers direct, integrate and own the outcome.
GitHub CopilotClaude CodeCursorOpenAI
Quality & Testing
QA as a downstream phase, with regression suites perpetually behind the codebase.
Unit-test skeletons are generated; E2E and edge cases stay manual.
Tests, fixtures and edge cases are authored with the feature. Flaky E2E specs are self-healing, and coverage is a gate rather than an aspiration.
PlaywrightVitestPostmanSonarQube
Review, Release & Harden
Review queues measured in days; release engineering gated on one scarce specialist.
Automated changelogs and summaries, but the human review bottleneck remains.
First-pass review, security scanning and dependency upkeep run automatically on every PR, so human review time goes to design and risk, not formatting.
GitHub ActionsSnykDockerSentry