architect-flow

Plan SpawnForge feature architecture specs with JSON event schemas and Bevy systems.

5|1|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/Tristan578/project-forge --skill architect-flow
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: architect-flow
Source: https://github.com/Tristan578/project-forge/tree/main/.claude/skills/architect-flow
Command: npx skills add https://github.com/Tristan578/project-forge --skill architect-flow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Spec-first architecture workflow for SpawnForge features. Use when planning new features, designing multi-system changes, or asked "how should we build X?" — produces a spec in specs/ before any code is written.

Core Features & Use Cases

  • Analysis-driven planning: defines the steps for analysis, drafting specs, and handoff.
  • Spec generation: outputs markdown specs in specs/ for feature naming and design decisions.
  • Bevy/React integration planning: outlines required systems and components for frontend and gameplay.

Quick Start

Follow the Architect Flow Protocol to generate a specs/ feature-name.md after evaluating a feature concept.

Frequently Asked Questions about architect-flow

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

FAQPage Schema
How do I plan feature architecture for SpawnForge before writing code?▼

To plan feature architecture for SpawnForge, apply a spec-first workflow that produces a markdown spec in the specs/ directory, a JSON event schema, required Bevy systems, and a React components outline before coding begins.

What is a spec-first workflow for multi-system design in Bevy and React?▼

A spec-first workflow for multi-system design evaluates a feature concept to draft formal specs, yielding a markdown design document, a defined JSON event schema, and outlined Bevy gameplay systems alongside React frontend components.

How do I generate a JSON event schema for Bevy systems and React components?▼

To generate a JSON event schema for Bevy systems and React components, execute an analysis-driven planning protocol that defines multi-system design decisions and outputs the schema alongside a markdown spec and component outlines.

Can I use this planning workflow for any React and Bevy integration project?▼

You can use this planning workflow for React and Bevy integration projects within the SpawnForge context, specifically when designing multi-system changes or answering formal feature planning queries before development starts.

What is the best way to document design decisions for new SpawnForge features?▼

The best way to document design decisions for SpawnForge features is generating a specs/ markdown file through an analysis-driven protocol, ensuring naming conventions and architectural choices are formally recorded prior to implementation.

When should I not use a spec-first architecture workflow for feature planning?▼

You should not use a spec-first architecture workflow for rapid prototyping or minor adjustments where formal specs, JSON event schemas, and multi-system Bevy and React outlines are unnecessary overhead before coding.