architect

Diagnose observability gaps, error regressions, flaky tests, and performance issues in Cloudflare Worker services.

198|19|Updated Sep 15, 2025
One-click install
npx skills add https://github.com/iterate/iterate --skill architect-iterate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: architect
Source: https://github.com/iterate/iterate/tree/main/.opencode/skills/architect
Command: npx skills add https://github.com/iterate/iterate --skill architect-iterate

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about architect

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find observability gaps in my Cloudflare Workers codebase?

To find observability gaps in a Cloudflare Workers codebase, you audit recent changes to validate that logs, traces, and error signals are actionable, ensuring structured evlog-style logging is used to prevent blind diagnosis.

What is the best way to track codebase health issues like error regressions and flaky tests?

The best way to track codebase health issues is to use a continuous task-system hygiene approach, using the repository `tasks/` folder to locate existing work, append new evidence to matching tasks, and create new task files only when needed.

How do I diagnose performance regressions in Cloudflare Worker services?

To diagnose performance regressions in Cloudflare Worker services, you apply continuous monitoring workflows using MCP-based observability tools like Workers Observability and PostHog to detect anomalies and guide targeted remediation.

Does this approach work for continuous monitoring of repository-wide changes?

Yes, this approach works for continuous monitoring of repository-wide changes by proactively diagnosing and remediating observability gaps, error regressions, flaky tests, and performance issues before they become chronic production incidents.

Why do I need structured evlog-style logging for error diagnosis?

You need structured evlog-style logging for error diagnosis because it ensures logs, traces, and error signals are actionable, preventing blind diagnosis when investigating error regressions and worker debugging issues.