devflow-architect

Generate formal architecture design specs from feature requests and codebase analysis.

1|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/abdias98/DevFlow --skill devflow-architect
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devflow-architect
Source: https://github.com/abdias98/DevFlow/tree/main/.agents/skills/devflow-architect
Command: npx skills add https://github.com/abdias98/DevFlow --skill devflow-architect

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the transformation of scattered requirements and codebase insights into a clear architecture design specification to guide planners and implementers.

Core Features & Use Cases

  • Analyze requirements and produce a design spec for the Planner.
  • Explore the codebase and apply established architecture standards (SOLID, Clean Architecture, REST API design).
  • Persist the design spec to docs/devflow/specs using the spec template and support clarifying questions when requirements are ambiguous.

Quick Start

Describe the feature to design, and the Architect will generate a complete design spec.

Frequently Asked Questions about devflow-architect

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

FAQPage Schema
How do I generate an architecture design spec from feature requirements?

To generate an architecture design spec, provide a feature request and the system analyzes requirements, explores the codebase, and enforces clean architecture standards to produce a documented spec. It covers context, data structures, API contracts, and risk assessment.

What is the best way to analyze a codebase for clean architecture compliance?

The best way to analyze a codebase for clean architecture compliance is to use an automated spec generator that explores your project to identify components and data flows. It applies SOLID principles and REST API design standards to ensure structural integrity.

Does this architecture spec generator work with existing codebases?

Yes, this architecture spec generator works with existing codebases by exploring the project structure to identify current components and data flows. It integrates existing patterns into the newly generated design spec for accurate documentation.

Can I automate design documentation for API contracts and data structures?

Yes, you can automate design documentation for API contracts and data structures by submitting feature requirements to an architecture spec generator. It automatically documents these elements along with UI mockups and test architecture into a persistent spec file.

How do I handle ambiguous requirements when creating architecture specifications?

To handle ambiguous requirements when creating architecture specifications, the architecture spec generator supports clarifying questions to gather missing context. This ensures the final design decisions and risk assessments are based on complete and accurate information.