workflow

Orchestrate step-by-step Cursor skill workflows with user confirmation.

6|1|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/Himanshu-Sangshetti/cursor-stack --skill workflow-himanshu-sangshetti
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow
Source: https://github.com/Himanshu-Sangshetti/cursor-stack/tree/main/workflow
Command: npx skills add https://github.com/Himanshu-Sangshetti/cursor-stack --skill workflow-himanshu-sangshetti

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

Orchestrates complex, multi-skill product workflows without writing code, ensuring consistent, auditable steps from planning to QA.

Core Features & Use Cases

  • Orchestrates built-in workflows (feature, bugfix, hotfix) or custom project flows defined in the repository.
  • Maintains handoff integrity by preserving plan-ceo and plan-eng outputs for downstream steps.
  • Provides step-by-step announcements and waits for user confirmation to ensure safe, incremental progress.

Quick Start

Run /workflow and select a built-in flow, or create a custom project workflow and run it to guide the sequence.

Frequently Asked Questions about workflow

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

FAQPage Schema
How do I orchestrate multi-step engineering workflows without writing custom code?

You can orchestrate multi-step engineering workflows without writing custom code by running a workflow orchestrator that sequences steps across skills, announces each stage, and waits for user confirmation before proceeding. It supports feature, bugfix, and hotfix scenarios.

Can I define a custom project workflow for my specific engineering process?

Yes, you can define a custom project workflow in your repository and run it through the orchestrator to guide the sequence. This allows you to apply step-by-step orchestration to your specific engineering processes while maintaining guardrails.

How does a workflow orchestrator maintain handoff integrity between planning and engineering steps?

A workflow orchestrator maintains handoff integrity by preserving plan-ceo and plan-eng outputs for downstream steps. This ensures that data and context from the planning phase are consistently passed to the engineering phase without loss.

What is the best way to ensure safe, incremental progress during a complex product workflow?

The best way to ensure safe, incremental progress is to use an orchestrator that implements guardrails by announcing each step and waiting for user confirmation. This provides an auditable trail from planning to QA.

Do I need any specific dependencies to run a multi-skill workflow in the cursor-stack?

No specific dependencies are required to run a multi-skill workflow in the cursor-stack. The orchestrator operates independently without external dependencies, allowing you to sequence tasks immediately.

When should I not use an automated workflow orchestrator for feature development?

You should avoid using an automated workflow orchestrator for feature development when your project requires bypassing step-by-step announcements and user confirmation guardrails, as the orchestrator enforces these incremental checkpoints for safe progress.