workflow-creator

Scaffold clinical and administrative workflows for the CareSync HIMS platform.

Updated Jan 3, 2026
One-click install
npx skills add https://github.com/CJCreator-New/care-harmony-hub --skill workflow-creator-cjcreator-new
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-creator
Source: https://github.com/CJCreator-New/care-harmony-hub/tree/main/.agents/skills/workflow-creator
Command: npx skills add https://github.com/CJCreator-New/care-harmony-hub --skill workflow-creator-cjcreator-new

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of complex, multi-step clinical and administrative workflows within the CareSync HIMS, reducing manual process design time and ensuring consistency.

Core Features & Use Cases

  • Workflow Scaffolding: Generates complete workflow specifications including database schemas, Supabase Edge Function stubs, and React hook integrations.
  • Role-Based Access: Designs approval chains and notification systems that respect user roles.
  • Use Case: When asked to "create a workflow for patient discharge", this Skill will output a detailed plan covering database tables, serverless functions, and frontend hooks needed to manage the discharge process from clinical clearance to final checkout.

Quick Start

Use the workflow-creator skill to design a new patient discharge workflow.

Frequently Asked Questions about workflow-creator

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

FAQPage Schema
How do I automate clinical workflow scaffolding for a HIMS platform?

Clinical workflow scaffolding is automated by generating end-to-end specifications, including Supabase database schemas, Edge Function triggers, and React hook integrations. This reduces manual process design time and ensures consistency across multi-role approval chains.

What's the best way to design multi-role approval chains in Supabase and React?

Designing multi-role approval chains involves orchestrating real-time event bus patterns and serverless function triggers. The generated workflow specification provides step-by-step execution plans that respect user roles and manage notifications.

How do I generate Supabase Edge Function stubs for patient discharge workflows?

Generating Supabase Edge Function stubs for patient discharge involves outputting serverless function code alongside database schema changes. This manages the discharge process from clinical clearance to final checkout within the HIMS.

Does this workflow scaffolding tool generate React hook integration code automatically?

Yes, workflow scaffolding generates React hook integration code automatically. It orchestrates frontend hooks to handle real-time event bus patterns and multi-step clinical processes, providing complete frontend integration alongside the backend stubs.

Can I use this to create administrative workflows for a real-time event bus?

Yes, you can create administrative workflows for a real-time event bus. The scaffolding process designs event-driven patterns that coordinate multi-role approval chains and trigger Supabase Edge Functions for administrative tasks.

What database schema changes are needed to scaffold clinical workflows in a HIMS?

Scaffolding clinical workflows in a HIMS requires database schema changes that support multi-role approval chains and real-time event triggers. The generated specification includes the exact database tables needed to manage processes like patient discharge.