> For the complete documentation index, see [llms.txt](https://help.jurisphere.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.jurisphere.ai/jurisphere-guide/handbook/corporate-restructuring/stage-by-stage.md).

# Stage by Stage

{% hint style="info" %}
**This page is for the team running the matter.** The stages of the mandate in the order they happen, the tools the team opens at each, and the call the lawyer still owns.
{% endhint %}

{% stepper %}
{% step %}

### Structuring & Scheme Design

Advise on options: scheme of arrangement, demerger, slump sale. Build a [Custom Workflow](https://jurisphere.gitbook.io/jurisphere-guide/creating-custom-workflows) from your firm's prior scheme template.

<details>

<summary>Research restructuring options · Research</summary>

Analyze legal framework for merger, demerger, amalgamation, slump sale; compare tax implications, regulatory approvals, creditor/shareholder approval requirements

**How to use.** Query: "merger vs demerger under Companies Act - comparison", "NCLT approval process for scheme of arrangement", "tax implications of slump sale vs business transfer", "creditor approval thresholds for corporate restructuring"

</details>

<details>

<summary>Draft scheme of arrangement · Document Review · Word Add-In</summary>

Prepare scheme for merger/demerger/compromise: recitals, definitions, appointed date, transfer of assets/liabilities, share exchange ratio, conditions precedent

**How to use.** Create workflow using prior scheme templates (firm precedents or public schemes from MCA). Generate draft scheme with transaction-specific details. Refine using Word Add-In

</details>
{% endstep %}

{% step %}

### Valuation & Stakeholder Mapping

[MCA Documents](https://jurisphere.gitbook.io/jurisphere-guide/mca-documents/overview-of-the-mca-documents-tool) pulls filings for transferor, transferee, and group entities. Map shareholders, secured and unsecured creditors.

<details>

<summary>Analyze impact on stakeholder contracts · Parallel Review · Document Review</summary>

Review material contracts for change of control provisions, assignment restrictions, consent requirements triggered by restructuring

**How to use.** Use Parallel Review to extract change of control and assignment clauses across all material contracts. Use "Change of Control Tracker" and "Identify Transfer Restrictions" workflows to identify consents needed

</details>

<details>

<summary>Review valuation report · Document Review · Research</summary>

Analyze registered valuer's valuation report for share exchange ratio; verify methodology, assumptions, compliance with valuation standards

**How to use.** Use Document Review to extract key valuation assumptions, methodologies, comparable transactions. Use Research for "registered valuer report requirements under Companies Act", "valuation methods for share exchange ratio"

</details>

<details>

<summary>Analyze tax implications · Research</summary>

Research tax treatment of restructuring: capital gains exemption under Section 47, MAT implications, stamp duty, GST on asset transfers

**How to use.** Query: "income tax implications of merger under Section 2(1B)", "stamp duty on demerger in \[state]", "GST treatment of going concern transfer", "conditions for capital gains exemption under Section 47"

</details>
{% endstep %}

{% step %}

### Regulatory Filings

Draft first-motion and second-motion NCLT applications in the [Drafting Pane](https://jurisphere.gitbook.io/jurisphere-guide/drafting-on-document-review). [Research](https://jurisphere.gitbook.io/jurisphere-guide/research/overview-of-the-research-tool) surfaces Sections 230 to 232, NCLT Rules, SEBI Listing Regulations.

<details>

<summary>Draft NCLT petition and affidavits · Document Review · Research</summary>

Prepare Company Petition, Chairman's affidavit, compliance affidavit for NCLT filing; compile exhibits and supporting documents

**How to use.** Use Research for NCLT procedure and petition format requirements. Create custom workflow for petition drafting based on prior filings. Generate affidavits using precedent templates

</details>

<details>

<summary>Coordinate regulatory approvals · Research · Document Review</summary>

Identify and obtain approvals from sectoral regulators (RBI, SEBI, CCI, IRDAI) for restructuring; prepare approval applications

**How to use.** Use Research to identify all regulatory approvals required for transaction structure. Use Document Review drafting for approval applications based on prior successful applications

</details>
{% endstep %}

{% step %}

### Shareholder & Creditor Process

Explanatory statements and class meeting notices in the [Drafting Pane](https://jurisphere.gitbook.io/jurisphere-guide/drafting-on-document-review). [Custom Workflows](https://jurisphere.gitbook.io/jurisphere-guide/creating-custom-workflows) for postal ballot and e-voting materials.

<details>

<summary>Prepare shareholder/creditor notices · Document Review · Research</summary>

Draft notices convening meetings for scheme approval; prepare explanatory statement under Companies Act explaining rationale, impact, valuation

**How to use.** Use Research to verify notice format and content requirements under Sections 230-232 of Companies Act. Use drafting workflow to generate notice and explanatory statement based on scheme terms

</details>
{% endstep %}

{% step %}

### Effectiveness & Implementation

Post-effective filings drafted in the [Drafting Pane](https://jurisphere.gitbook.io/jurisphere-guide/drafting-on-document-review). [Project Matter History](https://jurisphere.gitbook.io/jurisphere-guide/projects/overview-of-projects) keeps the team aligned on what was drafted and when.

<details>

<summary>Draft ancillary transfer documents · Document Review · Word Add-In</summary>

Prepare deeds of conveyance for property transfer, IP assignment deeds, novation agreements for contracts, employee transfer letters

**How to use.** Create separate workflows for each document type. Generate drafts based on scheme terms and asset schedules. Edit using Word Add-In

</details>

<details>

<summary>Monitor implementation post-NCLT approval · List of Dates · Document Review</summary>

Track completion of conditions: regulatory approvals, creditor consents, asset transfers, ROC filings; prepare compliance certificates

**How to use.** Use List of Dates to extract all implementation milestones from NCLT order and scheme. Use Document Review to track compliance with each condition and generate status reports

</details>
{% endstep %}
{% endstepper %}

{% hint style="success" %}
**At the end of the mandate.** Restructuring is sequenced work. The Project keeps every filing, draft, and analysis in one place. The structuring view remains the partner's call.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.jurisphere.ai/jurisphere-guide/handbook/corporate-restructuring/stage-by-stage.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
