architecture-review

Evaluate sprint architecture updates for consistency with the baseline system.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/Busboom-Foo/meetupfu --skill architecture-review-busboom-foo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: architecture-review
Source: https://github.com/Busboom-Foo/meetupfu/tree/main/.claude/skills/architecture-review
Command: npx skills add https://github.com/Busboom-Foo/meetupfu --skill architecture-review-busboom-foo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Sprint architecture updates often drift from the baseline, causing risk and confusion.

Core Features & Use Cases

  • Consistency checks: Verifies alignment between documented architecture and implemented code.
  • Quality assessment: Evaluates design quality, coupling, cohesion, and boundaries.
  • Risk spotting: Identifies potential migration, performance, or security risks.

Quick Start

Review the current sprint architecture updates and assess alignment with both documentation and implemented code.

Frequently Asked Questions about architecture-review

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

FAQPage Schema
How do I check sprint architecture updates for consistency with my baseline system?

To check sprint architecture updates for consistency, evaluate the changes against your documented architecture and implemented code. This consistency check verifies alignment across multiple modules to reduce drift and ensure version consistency.

How do I spot architectural anti-patterns and design quality issues during a sprint?

To spot architectural anti-patterns and assess design quality, evaluate your sprint updates for coupling, cohesion, and boundary alignment. This quality assessment identifies structural weaknesses before they compromise the baseline system.

Can I assess migration and security risks when reviewing codebase alignment?

Yes, you can assess migration, performance, and security risks by reviewing codebase alignment during sprint updates. Risk spotting identifies potential issues across modules while verifying alignment between documented architecture and implemented code.

Do I need documented architecture to evaluate sprint changes across multiple modules?

Yes, you need documented architecture and active sprint changes to evaluate updates across multiple modules. The consistency check applies to codebases with documented architecture to ensure version consistency and alignment with implemented code.

What is the best way to reduce architecture drift during active sprints?

The best way to reduce architecture drift is to enforce review criteria for version consistency, codebase alignment, and design quality. Evaluating sprint architecture updates against the baseline system identifies anti-patterns and reduces risk across modules.