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.0publishedInvalid 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
- Read
src/index.ts; exports are broad. - Check
src/plugin.ts; idproduct, route/apps/product, base path/product. - Use Zod schemas before adding input fields.
- Use stores for cross-page UI state.
- Use
product-linking-servicesfor relationships. - Use
product-state-contributionfor dashboard health.
Created: 2026-06-30
Package Skill Inventory
Skill Inventory: flowstate-app-product
| Skill | Type | Use When | Source |
|---|---|---|---|
flowstate-app-product | Orchestrator | Product app integration and exports | src/index.ts, src/plugin.ts |
product-linking-services | Workflow/reference | Product-goal/project links and validation | src/services/productGoalService.ts, src/services/productProjectService.ts |
product-state-contribution | Workflow/reference | Product stage health, metrics, alerts | src/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 ./skillsReplace <target> with your agent target identifier. See the CLI docs for details.