atomic

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.0
    publishedInvalid 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

  1. For competitor rollups, read OrgCompetitorList.tsx and its deduplicateCompetitors tests before changing merge behavior.
  2. For market analysis, trace MarketAnalysisEditor.tsx, SwotEditor.tsx, TamSamSomEditor.tsx, and TargetSegmentsEditor.tsx.
  3. For financials, use financialCalculations.ts helpers: computeRowTotal, computeCategoryTotal, computeGrandTotal, computeBreakEven, generateMonthLabels, createEmptyForecast, and formatCurrency.
  4. For executive summaries, update executiveSummaryGenerator.ts and its tests.
  5. For app-state integration, inspect state-contribution.ts; health scoring depends on plan completeness and goal status.

Verification

  • src/utils/__tests__/financialCalculations.test.ts
  • src/utils/__tests__/executiveSummaryGenerator.test.ts
  • src/components/competitors/__tests__/deduplicateCompetitors.test.ts
  • src/__tests__/state-contribution.test.ts

Created: 2026-06-30

Package Skill Inventory

FlowState Bizplan Skill Inventory

Reviewed: 2026-06-30

Skills

SkillTypeUse whenSource basis
flowstate-app-bizplanOrchestratorChanging the Bizplan app package, routes, plugin metadata, dashboard, or package exportsflowstate.plugin.json, src/App.tsx, src/index.ts
flowstate-app-bizplan-plan-workflowsWorkflowChanging plans, goals, products, documents, setup wizard, or org/workspace scopingsrc/hooks, src/components/plans, src/components/goals, src/setup
flowstate-app-bizplan-analysis-financialsReferenceChanging market analysis, competitors, financial calculations, executive summaries, or state healthsrc/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 ./skills

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