From plaited-plaited
MSS/module architectural review checklist delegating deterministic analysis and flow evidence to plaited-context.
npx claudepluginhub joshuarweaver/cascade-code-general-misc-3 --plugin plaited-plaitedThis skill uses the workspace's default tool permissions.
Use this skill as an MSS/module review checklist and delegation layer.
Applies Acme Corporation brand guidelines including colors, fonts, layouts, and messaging to generated PowerPoint, Excel, and PDF documents.
Builds DCF models with sensitivity analysis, Monte Carlo simulations, and scenario planning for investment valuation and risk assessment.
Calculates profitability (ROE, margins), liquidity (current ratio), leverage, efficiency, and valuation (P/E, EV/EBITDA) ratios from financial statements in CSV, JSON, text, or Excel for investment analysis.
Use this skill as an MSS/module review checklist and delegation layer.
Deterministic module diagnostics and flow evidence are owned by
plaited-context:
skills/plaited-context/scripts/context.tsskills/plaited-context/scripts/module-patterns.tsskills/plaited-context/scripts/module-flow.tsThis skill no longer owns executable module-analysis scripts.
Use the typescript-lsp skill when symbol identity, references, definitions, or alias-heavy helper flow is ambiguous.
Notes:
scanFile / workspace_scan are import/export indexing only.symbols, references, and definition are the relevant TypeScript LSP probes for call-edge confidence.Use plaited-context for context assembly:
bun skills/plaited-context/scripts/context.ts '{"task":"review module actor diagnostics","mode":"review","paths":["<module-files>"]}'
Run hard gate:
bun skills/plaited-context/scripts/module-patterns.ts '{"files":["<module-files>"]}'
Run required review evidence:
bun skills/plaited-context/scripts/module-flow.ts '{"files":["<module-files>"],"format":"json"}'
bun skills/plaited-context/scripts/module-flow.ts '{"files":["<module-files>"],"format":"mermaid"}'
When ambiguity exists, run typescript-lsp probes:
bun skills/typescript-lsp/scripts/run.ts '{"file":"<module-file>","operations":[{"type":"symbols"}]}'
bun skills/typescript-lsp/scripts/run.ts '{"file":"<module-file>","operations":[{"type":"references","line":<line>,"character":<character>}]}'
bun skills/typescript-lsp/scripts/run.ts '{"file":"<module-file>","operations":[{"type":"definition","line":<line>,"character":<character>}]}'
Optional: include DB recording in plaited-context commands with "record": true
and a configured "dbPath" when findings/evidence should be persisted.
src/modules/*.ts file boundarysrc/modules/*.ts means core runtime module actors, not user-facing module
programssrc/modules.ts remains the public modules boundaryuseExtension(...) feedback/control parsingsafeParse(...) silent dropsZodError recoveryreportSnapshot(...)Report:
The flow renderer is AST-first and local to each useExtension(...) callback. It handles direct local helper chains and expression-bodied helpers, but may still miss alias-heavy, destructured, reassigned, imported, or cross-file helper indirection. Use the typescript-lsp skill to verify symbol identity when the graph is sparse or ambiguous.