
17 results

Use when completing implementation, fixing bugs, refactoring code, or any time you need to verify the test suite passes. Also use when tests fail and you hear "pre-existing" or "not my changes" — enforces strict code ownership. Ensures MECE coverage (no overlap, no gaps) and that ALL test categories including E2E are executed.

Deep-dive codebase analysis that explains how things actually work — business rules, architecture patterns, auth flows, data models, integrations, and performance hotspots. Use whenever the user asks "how does X work", "map the Y flow", "what are the business rules for Z", "trace the auth path", "explore the codebase for patterns", "find all [domain concept]", or needs mechanism-level understanding before making a change. Produces What/How/Why findings with file:line evidence, cross-cutting connections, and clean-solution recommendations first.

Manage and track specification directories with automated scaffolding and decision logging.

Create and validate product requirements documents (PRD) efficiently.

Create and validate solution design documents (SDD) for architecture and technical decisions.

Decomposes features into factory-ready artifacts for streamlined development.

Create or update project constitutions with tailored governance rules through a discovery-based approach.

Create comprehensive specifications from brief descriptions while managing the workflow.

The Agentic Startup is a multi-agent AI framework that streamlines software development through spec-driven processes.

Validate specifications and implementations for compliance and quality assurance.