Pre-build

Validate pre-build readiness by checking external services and generating missing infrastructure templates.

1|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/samdae/archflow --skill pre-build
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Pre-build
Source: https://github.com/samdae/archflow/tree/main/skills/pre-build
Command: npx skills add https://github.com/samdae/archflow --skill pre-build

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Verify implementation readiness before build by validating external services, infrastructure, business logic details, and mock data preparation.

Core Features & Use Cases

  • Validate design/document alignment with arch-be.md and arch-fe.md through profile-driven checks
  • Generate missing infrastructure templates (docker-compose.yml, .env.example) and scaffolding scripts
  • Provide guided prompts to resolve gaps and maintain traceability from requirements to build

Quick Start

Run the pre-build check to verify readiness for your current service. The skill will prompt for missing inputs or generate necessary templates as needed.

Frequently Asked Questions about Pre-build

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

FAQPage Schema
How do I validate infrastructure readiness and environment configuration before a build?

Validate infrastructure readiness by running an automated pre-build check that confirms external services, environment configuration, and mock data preparation are aligned with your architecture design documents before you build.

Can I generate missing docker-compose.yml and .env templates during pre-build validation?

Generate missing infrastructure templates like docker-compose.yml and .env.local.example automatically during pre-build validation when environment configuration gaps are detected, or respond to guided prompts to supply missing inputs.

What is pre-build validation for architecture alignment in backend and frontend projects?

Pre-build validation is an automated readiness check that verifies design and implementation alignment for backend and frontend projects, ensuring external services and mock data are fully prepared before the build phase begins.

How does profile-driven validation work with Archflow profiles?

Pre-build validation reads Archflow profiles to identify required readiness checks, targeting backend and frontend projects to validate external services, business logic details, and mock data preparation across design and implementation phases.

Does pre-build validation work with both backend and frontend project architectures?

Yes, pre-build validation targets both backend and frontend projects by checking alignment with arch-be.md and arch-fe.md documents to verify external services, infrastructure, and mock data readiness.

How do I resolve gaps in external services and mock data preparation before building?

Pre-build validation provides guided prompts to resolve detected gaps in infrastructure or business logic details, maintaining traceability from requirements to build while ensuring full readiness before you proceed.