What problem does it solve?
architect proactively improves codebase reliability by finding and mitigating observability gaps, error regressions, flaky tests, and performance issues before they become chronic production incidents.
Core Features & Use Cases
- Observability-first investigation: validates that logs, traces, and error signals exist and are actionable, pushing teams to use structured evlog-style logging when diagnosis would otherwise be blind.
- Continuous task-system hygiene: uses the repository
tasks/ folder to locate existing work, append new evidence to matching tasks, and create new task files only when needed.
- Targeted diagnosis and remediation: guides workflows across error diagnosis, performance diagnosis, test-flake diagnosis, and worker debugging, selecting the appropriate follow-on skill when anomalies are detected.
Quick Start
Run the architect skill to audit the most recent changes for observability gaps, then investigate and land a PR that either fixes an issue directly or adds/updates the relevant tasks/ entry with new evidence.