Data Architecture Information Generator
Paste the following prompt into your AI chat to install this skill:
Please install @user_f70026da/da-generator following https://skillhub.cn/install/skillhub.md.
About this skill
Problem to Solve
Data-logic modeling from MBU table-document sets often involves manually locating inputs and outputs, extracting fields, identifying business objects, designing logical models, and validating normal forms and coverage. This can miss fields, duplicate definitions, or let Markdown reports drift from source data. The skill splits the workflow into checkpoints, treats Excel as the source of truth, and derives reports from Excel to reduce inconsistencies caused by directly editing .md files.
How It Works
- Stage 0: Scans the MBU directory, generates a file list, and waits for user confirmation.
- Stages 1A/1B/1C: Reads the
01a,01b, and01cprompts to confirm table-document positions, extract data items, and identify business objects, producing{batch}_01_business_object.xlsx, JSON, and reports. - Stage 2: Uses the stage-1 JSON as input to perform entity mapping, attribute design, relationship design, third normal form, CRUD, and data-standard work, producing stage-2 logical-model files.
- Stage 3: Runs five-dimension quality validation and produces stage-3 validation-result files.
- Stage 4: Optionally generates deliverables, including a multi-sheet workbook and a traceability matrix.
- Rebuild: Modifies only the relevant Excel file, then uses
rebuild.mdto regenerate downstream derived files from the affected phase.
Boundaries
Best suited for data-logic modeling workflows with an MBU directory, batch conventions, and phase prompt files. Human confirmation at checkpoints is still required; skipping validation is not recommended. Poor source documents can limit the quality of business objects, logical models, and validation conclusions.
Use Cases
- After receiving an MBU document folder, scan the files and create the MBU list to confirm the modeling scope.
- When table documents have scattered fields, use the position table to extract data items and types for review.
- From confirmed data items, identify candidate business objects, classify them, and generate business-object JSON and Excel.
- After business-object review, design entities, attributes, relationships, and check third normal form for model approval.
Best For
- Data architects who consolidate scattered MBU documents into a reviewed business-object inventory.
- Modeling engineers who need logical-model sheets and reports with field-level traceability before review.
- Delivery owners who must rebuild downstream reports after correcting an Excel source of truth.
- Validation reviewers who need normal-form checks and coverage matrices to approve or reject the model.
Related Skills
Creates themed learning sites by generating flashcards, lessons, quizzes, index, and progress pages into a deployable website.
End-to-end mathematical optimization modeling with Gurobi and Python, covering data validation, code generation, solving, result analysis, and iterative revision.
Executes an Eversheet Web CDP login using externally supplied baseUrl, username, and password, then verifies the page reaches a logged-in home state.
Clarify product goals, user flows, pages, data, and permissions, then output an implementation-ready development prompt and lightweight spec.