flowstate-epic-flowstate-apps-epicdm-flowstate-app-bizplan
Package-local agent skill for @epicdm/flowstate-app-bizplan.
Tags
Publisher
Versions
1 version published — latest: 1.0.0
- 1.0.0publishedInvalid Date
Skill
flowstate-app-bizplan Package Skill
Package: @epicdm/flowstate-app-bizplan
Repository: epic-flowstate-apps
Path: packages/flowstate-app-bizplan
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
Bizplan Analysis And Financials
Status: Active
Purpose: Guide changes to analytical, financial, competitor, and state-health logic.
Scope: packages/flowstate-app-bizplan/src/components/market, competitors, financials, src/utils, and src/state-contribution.ts
Trigger: Work touches market analysis, competitors, revenue forecasts, break-even calculations, executive summaries, or health scoring.
Input: Desired analytical behavior.
Output: Updated utilities/components with targeted tests.
Workflow
- For competitor rollups, read
OrgCompetitorList.tsxand itsdeduplicateCompetitorstests before changing merge behavior. - For market analysis, trace
MarketAnalysisEditor.tsx,SwotEditor.tsx,TamSamSomEditor.tsx, andTargetSegmentsEditor.tsx. - For financials, use
financialCalculations.tshelpers:computeRowTotal,computeCategoryTotal,computeGrandTotal,computeBreakEven,generateMonthLabels,createEmptyForecast, andformatCurrency. - For executive summaries, update
executiveSummaryGenerator.tsand its tests. - For app-state integration, inspect
state-contribution.ts; health scoring depends on plan completeness and goal status.
Verification
src/utils/__tests__/financialCalculations.test.tssrc/utils/__tests__/executiveSummaryGenerator.test.tssrc/components/competitors/__tests__/deduplicateCompetitors.test.tssrc/__tests__/state-contribution.test.ts
Created: 2026-06-30
Package Skill Inventory
FlowState Bizplan Skill Inventory
Reviewed: 2026-06-30
Skills
| Skill | Type | Use when | Source basis |
|---|---|---|---|
flowstate-app-bizplan | Orchestrator | Changing the Bizplan app package, routes, plugin metadata, dashboard, or package exports | flowstate.plugin.json, src/App.tsx, src/index.ts |
flowstate-app-bizplan-plan-workflows | Workflow | Changing plans, goals, products, documents, setup wizard, or org/workspace scoping | src/hooks, src/components/plans, src/components/goals, src/setup |
flowstate-app-bizplan-analysis-financials | Reference | Changing market analysis, competitors, financial calculations, executive summaries, or state health | src/components/market, competitors, financials, utils, state-contribution.ts |
Review Gate
FlowState Bizplan Skills Review
Reviewed: 2026-06-30 Status: Pass
Checks
- Skills reflect the actual code split: app shell, plan workflows, and analysis/financial/state utilities.
- Skills cite tests and source files rather than feature-matrix headings.
- Skills highlight Zod validation and org/workspace scoping risks.
Residual Risk
The package has substantial tests, but package.json still defines test as echo 'No tests yet'. Use the repo test runner or targeted Nx/Vitest/Jest command discovered from workspace config before trusting package-local yarn workspace ... test.
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-bizplan/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-bizplan --target <target> --out ./skillsReplace <target> with your agent target identifier. See the CLI docs for details.