dark-intelligence-workflow
Extract calculation methodology from legacy Excel/files into clean, client-free dark intelligence archive — the canonical path for porting legacy calculations to public repos while avoiding legal/IP issues.
Best use case
dark-intelligence-workflow is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Extract calculation methodology from legacy Excel/files into clean, client-free dark intelligence archive — the canonical path for porting legacy calculations to public repos while avoiding legal/IP issues.
Teams using dark-intelligence-workflow should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/dark-intelligence-workflow/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How dark-intelligence-workflow Compares
| Feature / Agent | dark-intelligence-workflow | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Extract calculation methodology from legacy Excel/files into clean, client-free dark intelligence archive — the canonical path for porting legacy calculations to public repos while avoiding legal/IP issues.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Dark Intelligence Workflow ## Overview Use this skill when porting engineering calculations from legacy Excel spreadsheets (or other legacy formats) into clean, client-free implementations in the 4 public repos. The workflow extracts only generic methodology — equations, input/output schemas, worked examples — and strips all client/project identifiers before archival. ## Sub-Skills - [Inputs](inputs/SKILL.md) - [Step 1 — Identify (+4)](step-1-identify/SKILL.md) - [Step 6 — Implement (+1)](step-6-implement/SKILL.md) - [Integration Points](integration-points/SKILL.md) - [AC Checklist](ac-checklist/SKILL.md) ## Ecosystem Audit & Promotion Planning Use this workflow when you need to assess the full dark intelligence landscape across the ecosystem and plan promotion work into GitHub issues. ### 3-Parallel-Subagent Audit Pattern Run 3 subagents simultaneously to cover the full surface: 1. **Excel Inventory Subagent** — scan for: - Actual .xlsx/.xls files on disk and in repo - Dark intelligence extraction outputs (knowledge/dark-intelligence/) - Excel-processing scripts (scripts/data/doc_intelligence/) - Catalog/index entries referencing Excel (data/document-index/, docs/CONTENT_INDEX.md) - Planning docs (.planning/algorithm-extraction.md, heavy-batch-prompts.md) 2. **Conversion Infrastructure Subagent** — map: - Skills: dark-intelligence-workflow, xlsx-to-python, doc-extraction, doc-intelligence-promotion - Pipeline scripts: parsers, formula_to_python, chain builder, pattern detector, module assembler - POC outputs: xlsx-poc/ (v1 formula extraction), xlsx-poc-v2/ (pattern + code gen) - digitalmodel Excel utilities (legacy/ scripts, excel_utilities.py modules) - Schema & validation (config/schemas/dark-intelligence-archive.yaml) 3. **Domain Coverage Subagent** — assess: - Module registries (solver registry, design code registry, skill graph index) - Standards transfer ledger (data/document-index/standards-transfer-ledger.yaml) - Domain file counts in digitalmodel/src/digitalmodel/ (30 domains, 1,362 files) - Function counts and standards-mapped vs unmapped (docs/vision/CALCULATIONS-VISION.md) - Test coverage baselines (config/testing/coverage-baseline.yaml) ### Gap Matrix Output Cross-reference the 3 subagent outputs into a promotion map: ``` EXCEL SOURCE → EXTRACTION STATE → CODE COVERAGE → STANDARDS STATUS /mnt/ace/*.xls (3.6K) 6 extracted 1,362 files 29/425 done CONTENT_INDEX (419) 0 extracted 7,355 functions 235 gaps Standards DB cataloged 2.95% test cov 93 materials gaps ``` ### Issue Generation Pattern Structure GitHub issues as: - 1 epic with child issue cross-references - Phase 1: Wire existing extractions (quick wins — extracted but not promoted) - Phase 2: Batch extraction (high-value unprocessed Excel files) - Phase 3: Systematic gap closure (by domain, largest gaps first) - Phase 4: Infrastructure (test coverage uplift, feedback loop, registry rebuild) Labels: `dark-intelligence`, `domain:code-promotion`, `domain:extraction-pipeline`, `cat:engineering-calculations` ### Key Reference Files - Assessment output: docs/document-intelligence/dark-intelligence-excel-assessment.md - Standards ledger: data/document-index/standards-transfer-ledger.yaml - Domain coverage: docs/document-intelligence/domain-coverage.md - Calculations vision: docs/vision/CALCULATIONS-VISION.md - Pipeline scripts: scripts/data/doc_intelligence/ - Dark intel archives: knowledge/dark-intelligence/ - Algorithm plan: .planning/algorithm-extraction.md
Related Skills
digitalmodel-orcawave-orcaflex-proof-workflows
Class-level digitalmodel OrcaWave/OrcaFlex readiness, semantic-proof, fixture-proof, and closeout workflows.
portable-pattern-verification-workflow
Multi-package implementation with verification strategy for cross-platform configuration hardening
plan-gated-issue-validation-workflow
Systematic validation pattern for plan-approved GitHub issues with pre-existing deliverables
multi-year-tax-filing-verification-workflow
Verify and reconcile complex multi-form tax filings by cross-referencing source documents, identifying data dependencies, and validating line-by-line against authoritative records.
multi-file-tax-reconciliation-workflow
Systematic parallel review and reconciliation of multi-document tax filings with cross-reference validation
metadata-only-wiki-sweep-workflow
Disciplined inventory process for cataloging documents by filename/path without content claims, using parent-centric grouping to prevent stub proliferation
freetaxusa-efiling-workflow
Navigate FreeTaxUSA e-filing process through final steps, handling session timeouts and identifying required manual signature steps
financial-site-bypass-workflow
Workflow for accessing restricted financial sites when browser automation is blocked
financial-data-export-workflow
Structured process for exporting and analyzing multi-year brokerage transaction history when browser automation is blocked
cash-basis-tax-reconciliation-workflow
Multi-source document reconciliation to establish authoritative tax basis and complete Form 1120 for C-Corps using cash method
digitalmodel-orcawave-orcaflex-workflow
Current-state workflow for navigating and extending digitalmodel OrcaWave/OrcaFlex capabilities across code, tests, issues, queue tooling, and licensed-machine boundaries.
gtm-workflow-gif-generation
Generate workflow-style GTM GIFs from validated HTML demo reports using synthetic scene slides plus Playwright/Pillow scroll capture, with Python 3.12 fallback and GIF size optimization.