arch-flow

Generate a deterministic next-step plan from a DOC_PATH.

2|Updated Jan 16, 2026
One-click install
npx skills add https://github.com/aelaguiz/arch_skill --skill arch-flow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arch-flow
Source: https://github.com/aelaguiz/arch_skill/tree/main/skills/arch-flow
Command: npx skills add https://github.com/aelaguiz/arch_skill --skill arch-flow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a deterministic mechanism to determine and present the next steps in the arch_skill prompt flow by evaluating the current DOC_PATH and routing to the appropriate arch-flow command.

Core Features & Use Cases

  • Generate a checklist of progress across regular and mini flow modes based on the current plan doc.
  • Recommend the single next prompt to execute, enabling a controlled, auditable flow progression.
  • Use Case: When users ask 'what’s next?', 'continue', or need to advance the flow without memory.

Quick Start

Provide the DOC_PATH to arch-flow and I will return the next-step checklist plus the recommended command.

Frequently Asked Questions about arch-flow

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

FAQPage Schema
How do I determine the next step in a deterministic prompt workflow?

A deterministic next-step routing mechanism evaluates your current DOC_PATH to produce a checklist and recommend the single next prompt to execute. This enables controlled, auditable flow progression without relying on memory.

How do I generate a progress checklist for a prompt flow?

You generate a progress checklist by providing a valid DOC_PATH to the routing mechanism, which evaluates the current plan document. It supports both regular and mini flow modes to track your advancement through the prompt sequence.

Can I automate prompt flow advancement without maintaining state?

Yes, you can automate prompt flow advancement without state by using an optional RUN=1 parameter alongside your DOC_PATH. This enables automated routing to the next prompt when you request flow advancement or ask to continue.

Does next-step routing require a specific file path to function?

Yes, next-step routing requires a valid DOC_PATH to function correctly. Accessing the routing command with the DOC_PATH allows the mechanism to evaluate your current position and return the appropriate next-step checklist.

What is the best way to advance an arch prompt flow when asking what's next?

The best way to advance an arch prompt flow when asking what's next is to use a deterministic routing command with your DOC_PATH. This approach evaluates the plan document and returns a specific next prompt to execute for controlled progression.