spreadsheet-struct-verified

Installation
SKILL.md

Spreadsheet Structure Verified

Use this workflow whenever you need to create or modify an Excel workbook where the output must match an expected structure. The goal is to avoid delivering a workbook that does not satisfy the user's required tabs, columns, or counts by using deterministic Python verification.

Important: This workflow has two distinct modes:

Task Type Pre-edit Audit Post-write Verification
Modify existing workbook Full audit required (Phases 1-2) Full verification required (Phase 4)
Create new workbook from source/reference data Skip pre-edit audit (no existing file) Deterministic Python verification REQUIRED (Phase 4)

This is a workflow skill, not a tool-specific recipe. Apply it with any spreadsheet-capable tooling, but Phase 4 verification uses a deterministic Python script.

When to use

Use this workflow when:

Installs
1
Repository
hkuds/openspace
GitHub Stars
6.7K
First Seen
14 days ago
spreadsheet-struct-verified — hkuds/openspace