Use this agent when you need to manage project tasks using the backlog.md CLI tool. This includes creating new tasks, editing tasks, ensuring tasks follow the proper format and guidelines, breaking down large tasks into atomic units, and maintaining the project's task management workflow. Examples: Context: User wants…
Kiali's authentication system lives in handlers/authentication/. At startup a single AuthController is instantiated based on the auth.strategy configuration field. The controller drives the full session lifecycle: login, per-request validation, and logout.
The frontend lives entirely under frontend/. The production artifact is built with react-scripts and served from the Go backend as static files. In development, MSW (Mock Service Worker) can be enabled to run the frontend without a live backend (REACTAPPMOCKAPI=true).
A product manager role for GitHub projects. It reviews new issues, clarifies requirements, breaks large requests into smaller tasks, sets priority labels, assigns work, and checks proposed changes against the request.
Autonomous project onboarding agent. Explores an entire codebase and generates a comprehensive Developer Onboarding Guide — project overview, architecture map, key modules, development workflow, coding conventions, and 'where to find things' reference. Invoke when the user says 'onboard me', 'explain this project'…