check

Verifies completeness of backend and frontend architecture design documents.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/Marunion/ai-factbomb --skill check-marunion
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: check
Source: https://github.com/Marunion/ai-factbomb/tree/main/archflow-main/skills/check
Command: npx skills add https://github.com/Marunion/ai-factbomb --skill check-marunion

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the verification of design document completeness, identifying missing details before implementation begins, thereby reducing rework and ensuring a smoother development process.

Core Features & Use Cases

  • Design Document Analysis: Scans architecture design documents (arch-be.md, arch-fe.md) for completeness.
  • Component Gap Identification: Detects missing details within predefined components (e.g., Authentication, Database, API for backend; Component Structure, State Management, Routing for frontend).
  • Interactive Gap Filling: Prompts the user with specific questions to fill identified gaps, offering predefined options or allowing for custom input.
  • Use Case: Before starting the backend development for a new microservice, use this Skill to ensure the arch-be.md document covers all critical aspects like token refresh, database indexing, and API rate limiting.

Quick Start

Use the check skill to review the backend architecture document for the 'user-service'.

Frequently Asked Questions about check

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

FAQPage Schema
How do I verify the completeness of my architecture design document before implementation?

To verify architecture design completeness, scan your design documents to identify missing details across critical components like authentication, database, and APIs. This process ensures comprehensive specifications and reduces rework before development begins.

What components are checked during frontend and backend design gap analysis?

Frontend design gap analysis checks component structure, state management, and routing, while backend analysis covers authentication, database, and API details. Identifying missing elements in these predefined areas ensures a complete architecture specification.

How do I identify missing details in my microservice architecture document?

Identify missing details in microservice architecture documents by scanning for predefined components like token refresh, database indexing, and API rate limiting. The tool prompts you with specific questions to interactively fill those identified gaps.

Can I use design review to check both arch-be.md and arch-fe.md files?

Yes, design review can check both arch-be.md and arch-fe.md files. It analyzes these architecture documents to detect missing specifications within their respective backend and frontend components for a thorough completeness check.

What is the best way to ensure comprehensive design specifications for new services?

The best way to ensure comprehensive design specifications is to perform an automated completeness check that identifies gaps and interactively prompts you for necessary information. This guarantees all critical aspects are covered before implementation starts.