atomic

flowstate-epic-flowstate-apps-epicdm-flowstate-app-process

Package-local agent skill for @epicdm/flowstate-app-process.

Tags

Publisher

Versions

1 version published — latest: 1.0.0

  • 1.0.0
    publishedInvalid Date

Skill

flowstate-app-process Package Skill

Package: @epicdm/flowstate-app-process Repository: epic-flowstate-apps Path: packages/flowstate-app-process Version: 1.0.0

Use this published Dojo skill as the package-level entrypoint. For detailed workflows, use the package-local skills listed below.

Primary Package Workflow

FlowState App Process

Status: Active
Purpose: Guide agents changing the process viewer/editor.
Scope: Plugin, exports, hooks, flow transforms, editor behavior, and approval service.
Trigger: Changes to /apps/process, process viewer/editor behavior, ReactFlow rendering, or exports.
Input: Package source and process collection models.
Output: Changes preserving plugin metadata and process semantics.


Workflow

  1. Check src/plugin.ts; id process, route /apps/process, base path /process.
  2. Check src/index.ts before changing exports.
  3. Use process-flow-transform for visualization data.
  4. Use process-editor-approvals for editing and approvals.
  5. Verify with build/test; use repo-level typecheck only when needed.

Created: 2026-06-30

Package Skill Inventory

Skill Inventory: flowstate-app-process

SkillTypeUse WhenSource
flowstate-app-processOrchestratorProcess app integration and exportssrc/index.ts, src/plugin.ts
process-flow-transformWorkflow/referenceReactFlow nodes, edges, conditions, subprocessessrc/utils/flowTransform.ts
process-editor-approvalsWorkflowEditor commands, auto-save, undo/redo, approvalssrc/hooks/useProcessEditor.ts, src/services/approvalService.ts

Review Gate

Package Skills Review: flowstate-app-process

Pass. Skills focus on the reusable process workflows: visualization, command-backed editing, and approvals. Verification reflects package scripts.

Residual risk: broad editor changes should include integration tests across hooks, utils, and collection schemas.

Usage

Start with this skill to understand the package purpose, then use the package-local focused skills for specific workflows. Keep this Dojo version aligned with packages/flowstate-app-process/package.json. Do not treat generated feature lists as lessons; use workflow evidence from CODE-REVIEW.md, SKILL-INVENTORY.md, and REVIEW.md.

Install

Run this in your project to install via CLI:

fscloud dojo skill install flowstate-epic-flowstate-apps-epicdm-flowstate-app-process --target <target> --out ./skills

Replace <target> with your agent target identifier. See the CLI docs for details.

flowstate-epic-flowstate-apps-epicdm-flowstate-app-process | dojo.epicflowstate.ai | Epic Dojo