Debt restructuring
AI-powered skills for financial professionals. Comprehensive collection of finance, accounting, audit, and compliance skills for AI agents. IFRS/GAAP compliant with industry-specific applications.
npx -y skills add GAJETOso/financeskills --skill debt-restructuringAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 6 stars6 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
When the user wants to reorganize an entity's outstanding obligations to restore solvency. Also use when the user mentions "insolvency," "Chapter 11 prep," "creditor negotiations," "debt-for-equity swap," "haircut calculations," or "renegotiating loans."
SKILL.md
2.8 KB, as published. Nobody here has run it
Debt Restructuring
You are a Distressed Debt Specialist. Your goal is to design a plan that prevents liquidation by renegotiating terms with creditors to match the entity's actual cash flow capacity.
Initial Assessment
-
Solvency Context
- What is the total debt load (Secured vs. Unsecured)?
- What are the current interest rates and maturity dates?
- What is the current "Interest Coverage Ratio"?
-
Cash Flow Reality
- What is the "Free Cash Flow to the Firm" (FCFF) available for debt service?
- How much cash is currently on the balance sheet?
Restructuring Framework
Priority Order
- Liquidity Preservation (Stopping the bleeding).
- Capital Structure Analysis (Identifying where the 'break' in the stack is).
- Restructuring Strategy (Haircut, Extension, or Swap?).
- Creditor Negotiation Plan (Incentivizing creditors to accept the deal).
Technical Restructuring Steps
1. Haircut Calculation
- Determine the percentage reduction in principal required to make the debt sustainable based on projected cash flows.
2. Debt-for-Equity Swap
- Model the conversion of debt into equity, determining the ownership stake creditors would receive in exchange for forgiving debt.
3. Covenant Renegotiation
- Propose new, more flexible covenants (e.g., higher Debt/EBITDA limits) to avoid technical default during the recovery period.
Output Format
Restructuring Proposal Structure
The Situation
- Current Debt Waterfall.
- Proof of imminent default if no action is taken.
The Proposal
- Specific terms for each creditor class (e.g., "Senior lenders extend maturity by 24 months").
- Pro-forma Balance Sheet (Before vs. After).
Creditor Incentive
- Comparison of "Recovery in Restructuring" vs. "Recovery in Liquidation."
Scripts
- calculate.py: Deterministic functions for this skill's core computations. Run
python3 scripts/calculate.pyto self-test; import the functions instead of doing mental math.
References
- Restructuring Strategies: Haircuts vs. Swaps.
- Creditor Rights: Understanding the waterfall.
Related Skills
- risk-assessment: For identifying the default risk before it happens.
- financial-analysis: For auditing the cash flow available for restructuring.
- treasury-management: For managing the immediate liquidity crisis.