workflow-entry

Route workflow requests to intents, sandbox modes, and approval controls.

1|Updated Nov 28, 2025
One-click install
npx skills add https://github.com/ssaattww/ExcelReport --skill workflow-entry
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-entry
Source: https://github.com/ssaattww/ExcelReport/tree/main/.claude/skills/workflow-entry
Command: npx skills add https://github.com/ssaattww/ExcelReport --skill workflow-entry

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a single, deterministic entry point for various workflow requests, consolidating routing logic and ensuring consistent decision-making for intent, target, and sandbox environments.

Core Features & Use Cases

  • Unified Routing: Consolidates entry logic for multiple intents (implement, build, task, review, etc.) into one place.
  • Deterministic Decisions: Ensures the same input always yields the same routing and sandbox decisions.
  • Stop/Approval Enforcement: Integrates mandatory stop points and approval protocols to manage workflow progression safely.
  • Use Case: When a user requests to "implement a new feature," this Skill routes the request to the correct backend service, determines the appropriate sandbox environment, and enforces any necessary approval steps before execution begins.

Quick Start

Use the workflow-entry skill to route an 'implement' request.

Frequently Asked Questions about workflow-entry

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

FAQPage Schema
What is a unified workflow entry point and why do I need one for routing requests?

A unified workflow entry point consolidates routing logic for multiple intents like implement, build, and review into a single deterministic location. You need it to ensure consistent decision-making for target services and sandbox environments across all requests.

How do I route an implement request to the correct sandbox environment?

To route an implement request, the workflow-entry skill evaluates the input against defined policies and matrices. It then deterministically selects the appropriate sandbox mode and enforces any mandatory approval steps before execution begins.

Can I enforce mandatory approval steps before a build or task workflow begins?

Yes, you can enforce mandatory approval steps. The workflow routing integrates stop and approval controls directly into the entry logic, ensuring workflow progression pauses safely until required approvals are granted for tasks or builds.

Does workflow routing support deterministic decisions for intents like review and diagnose?

Yes, workflow routing supports deterministic decisions for review and diagnose intents. The unified entry point ensures that the same input always yields the same routing and sandbox decisions, regardless of the specific intent being processed.

What is the best way to consolidate multiple workflow entry points into a single routing logic?

The best way to consolidate workflow entry points is using a unified routing skill that processes intents like implement, build, and task. This approach enforces stop and approval controls while deterministically selecting sandbox modes based on defined policies.

When should I not use a unified deterministic entry point for workflow routing?

You should avoid a unified deterministic entry point if your workflows require highly dynamic, non-deterministic routing paths that cannot be defined by fixed policies and matrices, or if your intents do not need mandatory stop and approval enforcement.