architecture-review

Assess Figurio architecture for commerce flows and deployment readiness.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/cellarwood/figurio --skill architecture-review-cellarwood
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: architecture-review
Source: https://github.com/cellarwood/figurio/tree/main/skills/architecture-review
Command: npx skills add https://github.com/cellarwood/figurio --skill architecture-review-cellarwood

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured, evidence-driven architecture review focused on commerce flows, order lifecycle, payment handling, vendor integrations, custom-generation pipelines, admin tooling, and deployment readiness to surface launch blockers and operational risks.

Core Features & Use Cases

  • End-to-end flow tracing: Trace user and operator flows from storefront to fulfillment and identify single points of failure.
  • Risk prioritization and gating: Separate launch blockers from later hardening, rank issues by customer, revenue, or operational impact, and recommend approve/approve with conditions/block decisions.
  • Operational safety and observability checks: Validate state machines, idempotency, retries, audit trails, and recovery paths for vendor and generation steps.
  • Use Case: Use this Skill to evaluate a proposed payment integration, a new custom-generation pipeline, or a production readiness checklist before launch.

Quick Start

Review the repository and produce an architecture review with a clear recommendation, the top risks, evidence from code or config, required changes, and residual risk.

Frequently Asked Questions about architecture-review

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

FAQPage Schema
How do I review architecture for deployment readiness and operational risks?

An architecture review for deployment readiness assesses commerce flows, order lifecycle, and vendor integrations to identify operational risks. It ranks issues by customer or revenue impact and recommends approve, approve with conditions, or block decisions.

What is the best way to identify launch blockers in ecommerce payment flows?

The best way to identify launch blockers in ecommerce payment flows is evidence-driven architecture review. It traces the order lifecycle and payment handling, cites specific code paths, and validates state machines to find single points of failure before launch.

How do I assess Stripe integration risks before a production launch?

Assess Stripe integration risks by reviewing payment handling, idempotency, retries, and recovery paths. An architecture review evaluates vendor integration states, validates operational safety, and produces explicit recommendations with cited configuration references and residual risk.

Can I use this architecture review for pull requests and proposed design changes?

Yes, you can apply architecture review to repository-level pull requests and proposed design changes. It evaluates custom-generation pipelines and admin tooling, producing a formatted output with key risks, required changes, and residual risk for launch gating decisions.

When do I need an architecture review for custom-generation pipelines and vendor integrations?

You need an architecture review when evaluating custom-generation pipelines and vendor integrations before launch gating. It checks operational safety, observability, state machines, and recovery paths to surface launch blockers and operational risks in ecommerce systems.

Why does my order lifecycle have operational risks during fulfillment?

Order lifecycle operational risks during fulfillment stem from single points of failure, invalid state machines, or missing recovery paths. An architecture review traces user and operator flows end-to-end to identify these issues with cited evidence and ranked impact.