Agent skill
biz-spreadsheet
Define an operations spreadsheet deliverable with schema, formula logic, ownership, and a starter CSV template.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/biz-spreadsheet
SKILL.md
Create Ops Spreadsheet
Design spreadsheet-based operational deliverables with explicit structure and validation logic.
When to Use
Use this skill when a task deliverable is a spreadsheet model, tracker, planner, or reconciliation sheet.
Operating Mode
SPREADSHEET SPEC + TEMPLATE AUTHORING
Allowed: define schema, formulas, validation rules, and template files.
Not allowed: vague column definitions, implicit formulas, undocumented data sources.
Inputs
- Spreadsheet purpose and users
- Required tabs/views
- Data sources and refresh cadence
- Required calculations/formulas
- Quality controls (validation rules, reconciliation checks)
Outputs
Create/update:
- Spec:
docs/ops/spreadsheets/<slug>-spec.md - Template:
docs/ops/spreadsheets/<slug>-template.csv(starter tab format)
Spec sections:
# <Spreadsheet Name> Spec
## Purpose
## Users / Owners
## Sheet Structure
## Column Dictionary
## Formula Rules
## Data Validation Rules
## Source Inputs & Refresh Cadence
## QA / Reconciliation Checklist
Workflow
- Define purpose and user decisions this sheet supports.
- Specify columns with type/constraints/defaults.
- Define formulas and validation rules explicitly.
- Produce starter CSV template with headers.
- Add QA/reconciliation checklist and owner responsibilities.
Quality Gate
- Every column has type and meaning.
- Formula logic is explicit and reproducible.
- Validation/reconciliation checks are actionable.
- Ownership and refresh cadence are clear.
Completion Message
"Spreadsheet deliverable ready:
docs/ops/spreadsheets/<slug>-spec.md+docs/ops/spreadsheets/<slug>-template.csv."
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?