Pre-deploy gate. Verifies the deployment strategy is sound and all prerequisites are met. Walks through potential failure modes and mitigations with the user. Checks configuration, secrets, browser connectivity readiness (CORS + VITE_*), data management,…
Executes the deployment, runs API smokes (H1–H3) plus browser connectivity gates (H4–H5: CORS + frontend bundle wiring), health checks, changelog, and monitoring baseline. Final pipeline stage. Blocking — user must approve deployment results.
Orchestrator for feature and new_service sessions: adds product capabilities, scope/API/arch changes, breaking refactors, new dependencies, and multi-doc spec updates. Uses Cursor Plan mode as the default orchestrator for intake, Fn allocation, impact, and…
Reviews GitHub pull requests using the Katy Huff PR checklist, stevemao PR template checklists, deployed service CI and project rules, and Bugbot + Security Review subagents. Posts inline comments and a summary review body to the PR via gh CLI; records cycles…
Validates PyPI publish readiness for tac-validate, iwxxm-validate, and tac2iwxxm (F12–F14): OIDC trusted publishing, version tags, package boundaries, wheel copyright constraints, and hard perf gates at publish. Use before tagging, editing publish workflows,…
Investigates a deployed service in two layers: platform infra health (API up, DB migrations, secrets, deploy drift, GitHub main CI green via H0ci) and live behavior (API smokes, E2E tiers). AskQuestion-driven depth and budget before running checks.…
Recommended entry for every work session. Classifies session type (greenfield, feature, hotfix, integration, new_service, ops, process), allocates SNNN-slug, writes session-brief and routing-plan, sets active_session. Also gathers context: project mode writes…
Interviews the user to produce standing spec documents (feature-list, spec, user-journeys, test-plan, etc.) within an active session. Supports delta mode for feature/new_service sessions. If 00-context ran, pre-populates from context brief. Requires…