sdd-forge.flow-auto-on

Enable autoApprove to advance the SDD flow and dispatch to the next skill.

2|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/SpreadWorks/sdd-forge --skill sdd-forge-flow-auto-on
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sdd-forge.flow-auto-on
Source: https://github.com/SpreadWorks/sdd-forge/tree/main/src/templates/skills/sdd-forge.flow-auto-on
Command: npx skills add https://github.com/SpreadWorks/sdd-forge --skill sdd-forge-flow-auto-on

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enable automatic progression of the current SDD flow by enabling autoApprove.

Core Features & Use Cases

  • Automatically selects default choices (id=1) and continues the flow without requiring user confirmation.
  • Resumes the appropriate follow-on skill (flow-plan, flow-impl, or flow-finalize) based on completed steps.

Quick Start

To enable auto-advance for the active flow, run the command that triggers the /sdd-forge.flow-auto-on skill.

Frequently Asked Questions about sdd-forge.flow-auto-on

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

FAQPage Schema
How do I automate SDD workflow progression without manual confirmation?

To automate SDD workflow progression, you can enable an autoApprove mode that selects default options and advances the flow automatically without requiring manual confirmation at each step.

What is auto-approve mode in an AI development workflow?

Auto-approve mode in an AI development workflow is a setting that bypasses manual user confirmation by automatically selecting default choices, allowing the flow to resume and progress to the next stage autonomously.

How does the SDD flow decide which step to run next after auto-advancing?

When auto-advancing, the SDD flow validates the current state and prerequisites, then dispatches to the appropriate next skill—such as flow-plan, flow-impl, or flow-finalize—based on the progress already completed.

Can I resume an interrupted SDD flow automatically from where it left off?

Yes, you can resume an interrupted SDD flow automatically by enabling auto mode, which validates the existing flow state and dispatches to the correct follow-on skill to continue the progression seamlessly.

Do I need to validate prerequisites before turning on workflow automation?

No, you do not need to validate prerequisites manually before turning on workflow automation; the system automatically validates the flow state and prerequisites when auto mode is enabled to ensure safe progression.

When should I avoid using auto-advance for my software development flow?

You should avoid using auto-advance when you need to review or override default options, as the automation mode strictly selects default choices (id=1) and advances without pausing for your manual confirmation.