extract-formulas
CommunityExtract precise formulas (F-*) for code.
Authorfoolishimp
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Requirements often contain implicit or vaguely described calculations, algorithms, or conversions that need to be formalized for accurate implementation and autogeneration.
Core Features & Use Cases
- Formula Extraction: Identifies and documents mathematical formulas (F-*) from requirements, including inputs, outputs, and expressions.
- Autogeneration Ready: Formats F-* specifications to be precise enough for direct code generation into calculation functions.
- Categorized Formulas: Supports arithmetic, date/time, percentage, and hash/checksum algorithms.
- Use Case: Given a requirement for "Payment processing," use this skill to extract formulas like "Stripe processing fee: fee = (amount * 0.029) + 0.30" (F-001) or "Idempotency key: SHA256(merchant_id + timestamp + amount)" (F-030).
Quick Start
Extract formulas (F-*) from the 'Payment Processing' requirement, focusing on fee calculation and idempotency key generation.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: extract-formulas Download link: https://github.com/foolishimp/ai_sdlc_method/archive/main.zip#extract-formulas Please download this .zip file, extract it, and install it in the .claude/skills/ directory.