arch-flow

Orchestrate multi-stage feature planning pipelines with user confirmation gates.

Updated Jan 8, 2026
One-click install
npx skills add https://github.com/VitaDynamics/vita-cc-market --skill arch-flow-vitadynamics
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arch-flow
Source: https://github.com/VitaDynamics/vita-cc-market/tree/main/plugins/Vengineer/skills/arch-flow
Command: npx skills add https://github.com/VitaDynamics/vita-cc-market --skill arch-flow-vitadynamics

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates and orchestrates the entire feature planning pipeline, from initial idea sketching to architectural decision records, ensuring a structured and repeatable process.

Core Features & Use Cases

  • End-to-End Orchestration: Manages the sequence of Sketch → Spec → Plan → ADR.
  • Resumable Workflow: Automatically detects existing artifacts and allows users to resume the pipeline from any stage.
  • User Confirmation Gates: Pauses at each stage for explicit user approval before proceeding.
  • Use Case: Kick off the planning for a new user authentication feature, and let the skill guide you through sketching the concept, defining the specification, creating an implementation plan with parallelization strategies, and finally documenting key architectural decisions.

Quick Start

Use the arch-flow skill to start planning a new feature for user profile management.

Frequently Asked Questions about arch-flow

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

FAQPage Schema
How do I automate the feature planning pipeline from sketch to architectural decision records?

To automate feature planning, this Skill orchestrates a multi-stage pipeline managing the sequence of sketching, specification, implementation planning, and architectural decision recording with sequential execution.

Can I resume an interrupted feature planning workflow if I already have some artifacts?

Yes, you can resume an interrupted feature planning workflow because the Skill supports automatic artifact detection, allowing you to restart the pipeline from any previously completed stage.

How does the feature planning pipeline handle stage transitions and user approval?

The feature planning pipeline handles stage transitions using user confirmation gates, pausing at each stage to require explicit user approval before proceeding to the next phase.

What is the best way to structure implementation planning and documentation for a new feature?

The best way to structure implementation planning is using an orchestrated pipeline that creates specifications, applies parallelization strategies, and documents key architectural decisions sequentially.

Do I need separate tools for sketching, specification, and ADR generation?

No, you do not need separate tools for sketching, specification, and ADR generation because this Skill integrates internal sequential execution for the entire end-to-end feature planning process.

When should I use an orchestrated architecture workflow instead of manual documentation?

You should use an orchestrated architecture workflow when you need a structured, repeatable process for feature development that ensures consistent artifact generation across multiple planning stages.