Full task lifecycle — plan, implement, verify, review, qa, changelog, squash-commit. Use when user says "/aif-task", "новая таска", "сделай таску", "task flow".
QA-верификация задачи против ТЗ/тикета — сверяет каждое требование с реальностью (SSR HTML через view-source, HTTP-коды, sitemap/robots, реальный браузер через Playwright, computed-styles diff с эталоном), выносит вердикт по пунктам (PASS/FAIL/QUESTION), на…
Встраивает новую активность в Мастер-расписание пользователя, находя свободный слот с учётом сна, работы, приёмов пищи и уже занятых дел. Умеет добавлять, удалять, пересобирать под новые условия и показывать план на день/неделю. Use when user says…
Two-phase news engine for a recurring «📡 Filter» rubric. Phase 1 — pull a POOL of fresh news candidates across the stock market, crypto, AI and tech (one-liner + provisional 🟢/🟡/🔴 each) and let the user pick one + add their angle. Phase 2 — write ONE full…
Accessibility audit of a page against WCAG — runs axe-core via Playwright when available (static HTML fallback), plus a manual checklist (keyboard, focus, contrast, ARIA, landmarks, headings, alt, labels), and reports findings grouped by severity with WCAG…
Generate release notes from git history — parses Conventional Commits over a range (default last tag..HEAD), groups by type into human sections (Features/Fixes/Performance/...), drops noise (chore/merge), and outputs a markdown CHANGELOG section that can be…
Codified release for a Next.js app on Jenkins + Traefik + Kubernetes — runs pre-flight checks (clean tree, branch, build, lint/tests), triggers the Jenkins deploy, then post-deploy verifies HTTP 200 smoke + real gzip/br compression (the two-Ingress/Traefik…
Convert a private devlog note into a public post for LinkedIn, Telegram or a blog — reads the devlog, strips private data (absolute paths, NDA client/project names, internal domains, secrets, ticket numbers), and repacks it with a strong hook, non-engineer…