atomic

flowstate-epic-flowstate-apps-epicdm-flowstate-app-product

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

Tags

Publisher

Versions

1 version published — latest: 1.0.0

  • 1.0.0
    publishedInvalid Date

Skill

flowstate-app-product Package Skill

Package: @epicdm/flowstate-app-product Repository: epic-flowstate-apps Path: packages/flowstate-app-product 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 Product

Status: Active
Purpose: Guide agents changing product management.
Scope: Plugin, exports, pages, schemas, stores, hooks, services, utilities, and state contribution.
Trigger: Changes to /apps/product, product/initiative/roadmap/portfolio/team pages, or exports.
Input: Package source and product collection context.
Output: Changes preserving route, exports, validation, and service contracts.


Workflow

  1. Read src/index.ts; exports are broad.
  2. Check src/plugin.ts; id product, route /apps/product, base path /product.
  3. Use Zod schemas before adding input fields.
  4. Use stores for cross-page UI state.
  5. Use product-linking-services for relationships.
  6. Use product-state-contribution for dashboard health.

Created: 2026-06-30

Package Skill Inventory

Skill Inventory: flowstate-app-product

SkillTypeUse WhenSource
flowstate-app-productOrchestratorProduct app integration and exportssrc/index.ts, src/plugin.ts
product-linking-servicesWorkflow/referenceProduct-goal/project links and validationsrc/services/productGoalService.ts, src/services/productProjectService.ts
product-state-contributionWorkflow/referenceProduct stage health, metrics, alertssrc/state-contribution.ts

Review Gate

Package Skills Review: flowstate-app-product

Pass. Skills focus on reusable product workflows and cite services, exports, and state health computation.

Residual risk: broad UI component exports were not individually skillized; add focused skills later only for repeated agent tasks.

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-product/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-product --target <target> --out ./skills

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