Lightweight risk check before continuing with a fast change. Use when the developer says "safety check", "risk check", "before I continue", "is this safe", or when a Lite workflow touches contracts, data, auth, secrets, deployment, or many files.
Creates implementation-ready specs from brief descriptions, existing markdown requirements, or prior specs. Adapts the ticket-creator workflow to spec-engineering with structured lifecycle states, execution planning, and quality gates. Use when creating or refining specs under .agent-runway/specs.
Entry point for any development task. Understands what the developer wants to do, classifies the intent and complexity, loads relevant project context, and routes to the right skill. Use when a developer doesn't know where to start, says "/start", "where do I begin", "I need to", "how do I", "I want to build", "I need…
Creates ready-to-dev tickets from brief descriptions, Jira tickets, or markdown files. Combines PO and BA perspectives to generate complete tickets with context, scope, acceptance criteria, dependencies, and QA notes. Use when creating tickets, writing user stories, preparing backlog items, or refining requirements.
Evaluates tickets and user stories for development readiness. Classifies ticket type, checks completeness against defined criteria, detects implementation antipatterns, and produces a structured report with a clear READY TO DEV verdict. Use when the user says "ticket eval", "validate ticket", "is this ready", "check…
API Design for .NET — ASP.NET Core patterns, MediatR, FluentValidation, and Web API best practices. Extends core/rules/api-design.mdc with .NET-specific guidance.
Code convention analysis and enforcement — ESLint integration, naming conventions, type safety checks, and quality scoring with remediation steps. Applied when analysing code style and conventions.
.NET and C# development guidelines — naming conventions, async patterns, dependency injection, EF Core, error handling, configuration, security, testing, and performance. Applied when working with .NET/C# code.