diff --git a/land-grow/.claude-plugin/plugin.json b/land-grow/.claude-plugin/plugin.json new file mode 100644 index 00000000..abdabee1 --- /dev/null +++ b/land-grow/.claude-plugin/plugin.json @@ -0,0 +1,9 @@ +{ + "name": "land-grow", + "version": "1.0.0", + "description": "Land Grow business consulting methodology — run GROW Start (quick cash diagnosis), GROW 360 (full maturity diagnosis with BIN deliverables), and MIN (Integrated Business Model in 13 blocks). Designed for consultants who work with Brazilian SMEs.", + "author": { + "name": "Land Grow", + "url": "https://landgrow.com.br" + } +} diff --git a/land-grow/.mcp.json b/land-grow/.mcp.json new file mode 100644 index 00000000..0b730da6 --- /dev/null +++ b/land-grow/.mcp.json @@ -0,0 +1,20 @@ +{ + "mcpServers": { + "google-calendar": { + "type": "http", + "url": "https://gcal.mcp.claude.com/mcp" + }, + "gmail": { + "type": "http", + "url": "https://gmail.mcp.claude.com/mcp" + }, + "google-drive": { + "type": "http", + "url": "https://drive.mcp.claude.com/mcp" + }, + "notion": { + "type": "http", + "url": "https://mcp.notion.com/mcp" + } + } +} diff --git a/land-grow/CONNECTORS.md b/land-grow/CONNECTORS.md new file mode 100644 index 00000000..7b97618b --- /dev/null +++ b/land-grow/CONNECTORS.md @@ -0,0 +1,29 @@ +# Connectors + +This plugin integrates with the following MCP servers. If a command references a tool or resource you don't see available, the corresponding MCP server may not be connected. + +## Connected MCP Servers + +| Server | Purpose | Status Check | +|--------|---------|-------------| +| **Google Calendar** | Schedule client sessions, set follow-up reminders, manage consulting calendar | Check if `gcal_list_events` is available | +| **Gmail** | Send diagnostic reports, follow-up emails, and client deliverables | Check if `gmail_search_messages` is available | +| **Google Drive** | Access and upload client session transcripts, forms, and deliverable documents | Check if Drive tools are available | +| **Notion** | Access and store client briefs, session notes, and methodology documents | Check if Notion tools are available | + +## If a connector is not available + +If you see a reference to a tool that is not connected: +1. The command will still work — it will ask you to provide the relevant information manually +2. To connect MCP servers, follow your Claude Code or Cowork setup guide +3. For Google Workspace connections (Calendar, Gmail, Drive), authentication is handled through your Google account + +## What works without connectors + +All core Land Grow pipelines work without any external connectors: +- `/grow-start` — just paste the session transcript +- `/grow-360` — just paste the form export and transcript +- `/min` — just paste the BIN and phase form +- `/client-session` — works entirely from context you provide + +Connectors add convenience (scheduling, file access, sending) but are not required to run any pipeline. diff --git a/land-grow/LICENSE b/land-grow/LICENSE new file mode 100644 index 00000000..0514b9d6 --- /dev/null +++ b/land-grow/LICENSE @@ -0,0 +1,161 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship made available under + the License, as indicated by a copyright notice that is included in + or attached to the work (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean, as submitted to the Licensor for inclusion + in the Work by the copyright owner or by an individual or Legal Entity + authorized to submit on behalf of the copyright owner. For the purposes + of this definition, "submitted" means any form of electronic, verbal, + or written communication sent to the Licensor or its representatives, + including but not limited to communication on electronic mailing lists, + source code control systems, and issue tracking systems that are managed + by, or on behalf of, the Licensor for the purpose of discussing and + improving the Work, but excluding communication that is conspicuously + marked or designated in writing by the copyright owner as "Not a + Contribution." + + "Contributor" shall mean Licensor and any Legal Entity on behalf of + whom a Contribution has been received by the Licensor and included + within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by the combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a cross-claim + or counterclaim in a lawsuit) alleging that the Work or any combination + thereof constitutes patent patent or contributory patent infringement, + then any patent licenses granted to You under this License for that + Work shall terminate as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or Derivative Works + a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, You must include a readable copy of the attribution + notices contained within such NOTICE file, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own license statement for Your modifications and + may provide additional grant of rights to use, copy, modify, merge, + publish, distribute, sublicense, and/or sell copies of the + Contributions. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or reproducing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or exemplary damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or all other + commercial damages or losses), even if such Contributor has been + advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may offer only + conditions consistent with this License. + + END OF TERMS AND CONDITIONS diff --git a/land-grow/README.md b/land-grow/README.md new file mode 100644 index 00000000..8f79a72a --- /dev/null +++ b/land-grow/README.md @@ -0,0 +1,139 @@ +# Land Grow Plugin + +A consulting methodology plugin for [Cowork](https://claude.com/product/cowork) and Claude Code — built around the Land Grow business consulting framework for Brazilian SMEs. Run full diagnostic pipelines, build integrated business models, and prepare client sessions without leaving your AI workspace. + +## Installation + +```bash +claude plugins add land-grow +``` + +## Commands + +| Command | Description | +|---|---| +| `/grow-start` | Run the GROW Start 4-agent pipeline — transform a session transcript into a complete cash generation framework (7-30 days) | +| `/grow-360` | Run the GROW 360 5-agent diagnostic pipeline — full business maturity analysis across 10 sectors, generating 4 BIN deliverables (Horizon, Compass, Radar, Route Planner) plus a 90-day execution plan | +| `/min` | Build the MIN (Integrated Business Model) — 13 blocks across 3 phases (Foundation, Operation, Consolidation). Requires completed GROW 360 BIN | +| `/client-session` | Prepare for a client session — generate diagnostic questions, structured agenda, and post-session processing for any Land Grow product | + +## Skills + +| Skill | Description | +|---|---| +| `grow-start` | 4-agent pipeline for quick cash diagnosis: Data Analyst → Cash Strategist → Senior Manager → Delivery Architect | +| `grow-360` | 5-agent robust diagnostic pipeline: Data Analyst → BIN Horizon → BIN Compass → BIN Radar → BIN Route Planner | +| `min` | 3-phase Integrated Business Model: Foundation Architect → Operation Architect → Consolidation Architect | + +## Land Grow Ecosystem + +The three products follow a progression: + +``` +GROW START +Quick cash diagnosis. For businesses with immediate cash problems. +Input: session transcript +Output: 30-day attack plan with ready-to-use scripts +Timeline: 7-30 days + ↓ +GROW 360 (BIN) +Full maturity diagnosis across 10 sectors. +Input: Google Forms export + session transcript +Output: Horizon + Compass + Radar + Route Planner deliverables +Timeline: 2-4 weeks + ↓ +MIN (Integrated Business Model) +Build the operating model from diagnosis to structured framework. +Input: completed BIN + phase forms + session transcripts +Output: 13-block business model across 3 phases +Timeline: 3-6 weeks +``` + +## Example Workflows + +### Running GROW Start + +``` +> /grow-start +Client: Maria Silva | Neighborhood boutique | São Paulo | 3 years + +[Paste session transcript here] +``` + +Claude will activate the 4-agent pipeline sequentially: Data Analyst → Cash Strategist → Senior Manager → Delivery Architect. Final output is a complete GROW Start document ready for consultant review before client delivery. + +### Running GROW 360 + +``` +> /grow-360 +Client: João Costa | Services | Consulting firm | 12 employees + +[Paste Google Forms export] +[Paste session transcript] +``` + +Claude will run all 5 BIN agents in sequence, producing the complete set of deliverables: Horizon (strategic direction), Compass (10-sector maturity matrix), Radar (40 prioritized actions), and Route Planner (90-day execution map). + +### Building the MIN + +``` +> /min +Client: Ana Lima | Retail | Phase 1 +BIN: [paste complete BIN] +Form: [paste Phase 1 form responses] +Transcript: [paste Phase 1 session transcript] +``` + +Claude will build all 6 Foundation blocks with maturity assessment, coherence check, and transfer notes for Phase 2. + +### Preparing a Client Session + +``` +> /client-session +Product: GROW 360 +Client: Pedro Alves | Industry | First diagnostic session +Known: mid-sized manufacturer, 3-year decline in margin +``` + +Claude will generate tailored diagnostic questions, a structured session agenda with time blocks, and the live audit dynamics most relevant to this client profile. + +## Methodology Notes + +### GROW 360 — BIN Maturity Matrix + +The Compass agent uses a 5×10 matrix to assess 10 business sectors: + +**Sectors:** Operational, HR, Financial, Administrative, Marketing, Sales, Strategic, Legal, Leadership, Innovation + +**Stages:** +- Stage 1 Germination: no process, improvised +- Stage 2 Sprouting: fragile, exists rudimentarily +- Stage 3 Growth: functional with manual effort +- Stage 4 Flourishing: consistent results, not person-dependent +- Stage 5 Fruition: competitive differentiator, autonomous + +### GROW 360 — Radar Scoring Formula + +``` +Base Score = (V×3) + (D×2) + (C×2) + I +Final Score = (Base × FV÷5) + BF +``` + +Where: V=Velocity (weight 3), D=Difficulty (weight 2), C=Complexity (weight 2), I=Impact (weight 1), FV=Behavioral Viability Factor (1-5), BF=Revenue Bonus (0, 1, or 2). + +### MIN — Block Maturity Scale + +Each of the 13 blocks is assessed as: **Nonexistent** → **Draft** → **Functional** → **Optimized** + +## MCP Integrations + +> If you see unfamiliar placeholders or need to check which tools are connected, see [CONNECTORS.md](CONNECTORS.md). + +This plugin works with the following MCP servers: + +- **Google Calendar** — Schedule client sessions and follow-up reminders +- **Gmail** — Send diagnostic reports and client deliverables +- **Google Drive** — Access and upload client session transcripts and forms +- **Notion** — Access and store client briefs and methodology documents + +All core pipelines work without any MCP connections — they only require you to paste the necessary inputs directly in the chat. diff --git a/land-grow/commands/client-session.md b/land-grow/commands/client-session.md new file mode 100644 index 00000000..d319818f --- /dev/null +++ b/land-grow/commands/client-session.md @@ -0,0 +1,107 @@ +--- +description: Prepare for a client session — generate diagnostic questions, session agenda, and post-session summary for any Land Grow product (GROW Start, GROW 360, MIN) +argument-hint: "" +--- + +# Client Session + +> If you see unfamiliar placeholders or need to check which tools are connected, see [CONNECTORS.md](../CONNECTORS.md). + +Prepare a Land Grow client session: generate tailored diagnostic questions, structured agenda, and post-session processing support. + +## Trigger + +User runs `/client-session` or asks to prepare for a client session, generate diagnostic questions, create a session agenda, or process notes after a session. + +## Inputs + +Gather the following: + +1. **Product** — which Land Grow product is this session for: + - GROW Start (initial diagnostic session) + - GROW 360 (initial diagnostic or deepening session) + - MIN Phase 1, 2, or 3 + +2. **Client context** — name, sector, size, what is already known about the client + +3. **Session type** — first contact / deepening / review + +4. **Session mode** — in-person / video call / async (form only) + +## Session Preparation + +### GROW Start Session + +Generate: + +**10 diagnostic questions** covering: +1. Revenue and cash flow situation (what is the real number, not the estimate) +2. Main active sales channel and conversion rate +3. Existing client base (active, inactive, churned) +4. Average ticket and current markup +5. Real differentiator (what the client says vs. what clients actually buy for) +6. Operational capacity (how many more clients can they take on today) +7. Main bottleneck (what is preventing growth right now) +8. Attempted solutions in the last 90 days +9. Available resources (time, money, team) +10. Definition of success in 30 days + +**5 live audit dynamics** to run during the session: +1. Ask the client to send you a WhatsApp message as if selling to a cold lead right now +2. Ask them to tell you their 3 most recent sales and how they happened +3. Ask them to pull up their payment history and count the recurring clients +4. Ask them to tell you their costs line by line from memory +5. Ask them to describe their last 3 lost sales and why they lost them + +**Session agenda** (60-90 minutes): +- 0-10 min: Context and rapport +- 10-40 min: 10 diagnostic questions +- 40-60 min: Live audits (select 2-3 most relevant) +- 60-75 min: Synthesis and next steps +- 75-90 min: GROW Start program explanation and proposal + +### GROW 360 Session + +Generate the deepening session guide: + +**Opening** (15 min): Confirm form responses, clarify contradictions detected, establish the primary objective in the client's own words. + +**Deep-dive questions by sector** (based on which sectors need most clarification from the form — provide 3 questions per sector identified as critical): +- Operational: process documentation level, bottlenecks, dependencies +- Financial: exact revenue and margin numbers, cash position, main costs +- HR: team structure, key dependencies, performance management +- Marketing: channels with actual numbers (not estimates), content, brand position +- Sales: pipeline, conversion, average cycle, top 3 clients +- Strategic: 1-year vision, planned investments, competitive differentiators +- Leadership: decision-making style, delegation capacity, time on operational vs. strategic + +**Closing** (15 min): Summarize what was heard, ask for the client's own diagnosis, set expectations for the BIN delivery timeline. + +### MIN Session + +Generate phase-specific preparation: + +**Phase 1 Foundation**: focus questions on value proposition clarity, who the real customer is, how revenue is actually generated, what the client journey looks like in practice. + +**Phase 2 Operation**: focus on actual channels (with numbers), what resources are truly available, fixed and variable cost breakdown. + +**Phase 3 Consolidation**: focus on partner relationships, what metrics are actually tracked, how decisions are made, what risks keep the client up at night. + +## Post-Session Processing + +After the session, if the user pastes notes or a transcript, provide: + +1. **Key data extracted** (table format: topic / what was said / status / flag) +2. **Contradictions identified** (between what was said and previous information) +3. **Hidden objectives detected** (what the client wants but did not say directly) +4. **Ready to run pipeline**: confirm which agent pipeline to activate next and what inputs are ready + +## Output + +Deliver the session preparation kit: +- Tailored question list +- Session agenda with time blocks +- Tips for the live audits most relevant to this client +- Checklist of what to capture during the session + +After the session, if transcript is provided, offer to immediately initiate the corresponding pipeline (`/grow-start`, `/grow-360`, or `/min`). diff --git a/land-grow/commands/grow-360.md b/land-grow/commands/grow-360.md new file mode 100644 index 00000000..c1ecc711 --- /dev/null +++ b/land-grow/commands/grow-360.md @@ -0,0 +1,139 @@ +--- +description: Run the GROW 360 robust diagnostic pipeline — full business maturity analysis across 10 sectors, generating the 4 BIN deliverables (Horizon, Compass, Radar, Route Planner) and a 90-day execution plan +argument-hint: "" +--- + +# GROW 360 + +> If you see unfamiliar placeholders or need to check which tools are connected, see [CONNECTORS.md](../CONNECTORS.md). + +Run the Land Grow GROW 360 pipeline: a 5-agent sequential chain that transforms a Google Forms diagnostic export and session transcript into the complete BIN (Business Intelligence Network) — 4 structured deliverables plus a 90-day execution plan. + +## Trigger + +User runs `/grow-360` or asks to run a GROW 360, full diagnostic, BIN analysis, maturity diagnosis, or mentions Horizon / Compass / Radar / Route Planner for a client. + +## When to Use GROW 360 vs. GROW Start + +- **GROW Start**: client has immediate cash problem, needs results in 7-30 days, no previous diagnosis +- **GROW 360**: client is structuring continuous consulting, needs complete diagnosis before a strategic plan, or is ready for the full maturity analysis + +## Inputs + +Gather the following before proceeding: + +1. **Google Forms export** — the structured question+answer export from the GROW 360 diagnostic form. Mandatory. + +2. **Session transcript** — the full transcript from the diagnostic deepening session (Fireflies or Otter). Mandatory. + +3. **Client context** — name, sector (Retail / Services / Industry), sub-sector, size (revenue + employees). + +If any input is missing, ask before running any agent. + +## Pipeline + +Run each agent in sequence. Do not skip steps. Each agent's output feeds the next. + +### Agent 1: Data Analyst + +Activate the `grow-360` skill and run **Agent 1: Data Analyst**: + +1. **Sector identification**: sector, sub-sector, size +2. **Form extraction** by thematic block (Retail: Identification, Operations, HR, Finance, Marketing, Administrative, Strategic, Sales, Innovation, Legal, Leadership; Services: Tools, Pricing, Productivity, Innovation, Marketing, Finance, Partnerships, Personalization, Risks, HR; Industry: Production, Quality, Maintenance, Automation, Sustainability, Costs, HR, Technology) +3. **Transcript extraction**: client's verbatim objectives (in quotes), spontaneous problems, stories, fears, contradictions +4. **Cross-reference and contradictions** by type: Direct Contradiction, Relevant Omission, Minimization, Exaggeration +5. **Objectives hierarchy**: Primary, Secondary, Hidden (inferred), timeline, client's success metric + +Deliver: Dossier GROW 360 with 4 sections (objectives, thematic diagnosis, contradiction table, synthesis for agents). No recommendations. + +### Agent 2: BIN Horizon + +Run **Agent 2: BIN Horizon** with the Dossier: + +1. **Horizon**: declare objective, timeline, metric — reformulate if vague +2. **Tailwinds (3-5)**: forces that move toward the objective with evidence +3. **Anchors (3-5)**: forces that move away from the objective — Anchor 1 marked PRIORITY +4. **Strategic Focus 90 Days**: [most critical anchor to remove] + [strongest tailwind to leverage] + expected result — a movement declaration, not a list + +Deliver: Horizon deliverable with transfer block for Compass. + +### Agent 3: BIN Compass + +Run **Agent 3: BIN Compass** with Dossier + Horizon: + +Apply the 5×10 maturity matrix: + +**10 Sectors**: Operational, HR, Financial, Administrative, Marketing, Sales, Strategic, Legal, Leadership, Innovation + +**5 Stages**: +- Stage 1 GERMINATION: sector does not exist, improvised, no process +- Stage 2 SPROUTING: exists rudimentarily, fragile, breaks under pressure +- Stage 3 GROWTH: works with some consistency, dependent on manual effort +- Stage 4 FLOURISHING: well-structured, consistent results, not person-dependent +- Stage 5 FRUITION: competitive differentiator, autonomous, above-market results + +Numerical score: Stage × 20 (0-100 scale). + +Protocol: +1. Read Dossier Section 2 + Horizon anchors/tailwinds +2. Position each sector (evidence, stage, next step) +3. Predominant stage (weighted average: Financial, Operational, Commercial = weight 1.5) +4. Weighted SWOT (origin, weight High/Medium/Low, fact or hypothesis) +5. Analysis by executive chair (COO/CFO/CMO/CEO — 2 lines each) +6. Focus pie (100 points distributed across 10 sectors) + +Deliver: Compass deliverable with maturity matrix, anchor and strength sectors, SWOT, executive chair analysis, focus pie, 3 strategic questions for the consultant, transfer block for Radar. + +### Agent 4: BIN Radar + +Run **Agent 4: BIN Radar** with Dossier + Horizon + Compass: + +Scoring formula: +- Variables: V (Velocity, weight 3), D (Difficulty, weight 2), C (Complexity, weight 2), I (Impact, weight 1) — all 1-5 scale +- FV (Behavioral Viability Factor): 1=high resistance/impossible → 5=client already does something similar +- BF (Revenue Bonus): 2=direct revenue impact in 30 days, 1=indirect 31-90 days, 0=structural no direct impact +- **Formula**: `Base Score = (V×3) + (D×2) + (C×2) + I` | `Final Score = (Base × FV÷5) + BF` + +Health scale by sector: 0-20 Critical, 21-40 Poor, 41-60 Fair, 61-80 Good, 81-100 Excellent + +3 Blocks: +- **QUICK WINS** (FV≥4, execute now) +- **BASE** (FV=3, 90 days with support) +- **TRANSFORMATION** (FV≤2, 180-365 days) + +Generate 40 actions (minimum 35), minimum 3 per anchor sector. Score and justify each. Track dependencies (D-: depends on another, D+: others depend on this, Neutral). + +Deliver: Radar deliverable with sector health panorama, 3 blocks of prioritized actions, executive summary, transfer block for Route Planner. + +### Agent 5: BIN Route Planner + +Run **Agent 5: BIN Route Planner** with all previous outputs: + +Priority logic: +1. Crises before objectives — if any sector is Stage 1 (Compass) or Critical health (Radar 0-20), that takes absolute priority +2. Hierarchy: foundational crises → Horizon anchors → highest-scoring Quick Wins → alignment with objective (tiebreaker) +3. Number of priorities: 3 (crisis or limited capacity), 4 (standard), 5 (proven capacity + no crises) + +Each priority follows 6 points: +1. What it is (2-3 lines) +2. Step by step (3-5 steps with responsible and deadline) +3. How to know it worked (verifiable and specific criterion) +4. Risk of inertia (specific, anchored in client data) +5. Connection to objective (direct link to Horizon objective) +6. Resources needed (weekly time, cost, skills) + +Deliver: Route Planner deliverable with execution context, priorities 1-5 (full 6-point structure), 90-day sequence map (week by week), what NOT to do in the next 90 days (3-5 items with justification), private note for the consultant. + +## Output + +Present all 4 BIN deliverables in sequence: +1. BIN Horizon +2. BIN Compass (with maturity matrix) +3. BIN Radar (with 40 prioritized actions) +4. BIN Route Planner (with 90-day map) + +After delivery: +- Note any data gaps or contradictions requiring consultant clarification +- Suggest next step: MIN (Integrated Business Model) if client is ready for the model-building phase + +Ask: "Would you like me to adjust any deliverable, or is this ready for your review before presenting to the client?" diff --git a/land-grow/commands/grow-start.md b/land-grow/commands/grow-start.md new file mode 100644 index 00000000..a7d7522d --- /dev/null +++ b/land-grow/commands/grow-start.md @@ -0,0 +1,117 @@ +--- +description: Run the GROW Start pipeline — transform a diagnostic session transcript into a complete cash generation framework for the client (7-30 days) +argument-hint: "" +--- + +# GROW Start + +> If you see unfamiliar placeholders or need to check which tools are connected, see [CONNECTORS.md](../CONNECTORS.md). + +Run the Land Grow GROW Start pipeline: a 4-agent sequential chain that converts a diagnostic session transcript into a professional, client-ready execution framework focused on generating cash in 7 to 30 days. + +## Trigger + +User runs `/grow-start` or asks to run a GROW Start, process a session transcript, create a cash strategy, or generate a quick wins plan for a client. + +## Inputs + +Gather the following before proceeding: + +1. **Session transcript** — the full transcript from the diagnostic session (Fireflies, Otter, or manual). This is mandatory. If not provided, ask for it before running any agent. + +2. **Client context** — name, sector, location, years in operation. If not in the transcript, ask. + +## Pipeline + +Run each agent in sequence. Do not skip steps. The output of each agent is the input of the next. + +### Agent 1: Data Analyst + +Activate the `grow-start` skill and run **Agent 1: Data Analyst**: + +- Build the evidence table: declared vs. audited (channel, average ticket, margin/markup, real differentiator, sales moment, client base, conversion rate, execution capacity) +- Run SWOT analysis grounded in transcript data only — no generic items +- Run benchmarking research (web search): market average ticket, sector markup, acquisition channels, ICP behavior, 2-3 market data points +- Apply Porter's 5 Forces adapted for SMEs +- Write diagnostic synthesis (3-5 paragraphs): real situation, where the money is, main bottleneck, entrepreneur execution profile + +Deliver: structured document with evidence table, SWOT, benchmarking, 5 Forces, synthesis. No strategic recommendation yet. + +### Agent 2: Cash Strategist + +Run **Agent 2: Cash Strategist** with Agent 1 output: + +- Identify 3 quick wins with highest cash potential (what, why it works for this client, how much it can generate, timeline, what is needed) +- Develop the main strategy in full (goal, target, channel, offer, argument, day-by-day sequence) +- Summarize 2 supporting strategies +- List restrictions and alerts (what NOT to do) + +Deliver: prioritized quick wins, full main strategy, supporting strategies, restrictions. Everything specific to this client — no generic templates. + +### Agent 3: Senior Manager + +Run **Agent 3: Senior Manager** with Agent 2 output: + +- Validate the plan critically (realistic goal? operationally sound? unmapped risks? calibrated to client capacity?) +- Apply methodologies as needed (always SMART on main goal; OKRs if team or 30+ day horizon; 5W2H on main strategy; PDCA if test cycle; Design Thinking if product/journey problem) +- Define monitoring plan (1-3 simple weekly metrics, how to track, alert signal, success signal) + +Deliver: validated and elevated plan with SMART goal, applicable frameworks, monitoring system. + +### Agent 4: Delivery Architect + +Run **Agent 4: Delivery Architect** with all previous outputs: + +Produce the complete GROW Start document: + +``` +PROGRAMA GROW START +[Client Name] | [Date] | Land Grow + +PART 1: BUSINESS X-RAY +1.1 What was found (crossed evidence, no judgment) +1.2 Where the money is (underused assets identified) +1.3 The main bottleneck (what is blocking cash) +1.4 Market view (benchmarking: where the client stands vs. market) + +PART 2: THE ATTACK STRATEGY +2.1 The goal (SMART objective, specific number, defined deadline) +2.2 The target (who we will approach and why) +2.3 The offer (what we will present to the market) +2.4 The channel (where and how we will reach them) +2.5 Supporting quick wins (parallel actions) + +PART 3: THE EXECUTION PLAN +3.1 Week 1: what to do days 1-7 +3.2 Week 2: what to do days 8-14 +3.3 Weeks 3-4: consolidation and adjustment +3.4 Ready-to-use ammunition: scripts, message templates, ready-to-send texts + +PART 4: MANAGEMENT AND MONITORING +4.1 The metrics that matter (1-3 numbers to track) +4.2 How to record (notebook, spreadsheet, simplest possible method) +4.3 Alert signal and success signal +4.4 Next step (what comes after GROW Start) +``` + +Include ready-to-use ammunition in 3.4: WhatsApp outreach script (base reactivation), offer message template (variations A and B), physical note text if client has a store, Instagram post if relevant. Tone must match how the client's customers actually talk — not marketing language. + +## Quality Gate + +Before delivering, verify: +- [ ] Client can understand it without the consultant in the room? +- [ ] Client knows exactly what to do on day 1? +- [ ] Client has ready text to send on WhatsApp? +- [ ] Client can measure results without any system? +- [ ] Plan fits in the time and budget the client has today? + +If any answer is no, revise before presenting. + +## Output + +Present the complete GROW Start document. After delivery, note: +- Which agents were run and in what order +- Any data gaps found (ask client for clarification if needed) +- Recommendation for next step (GROW 360 or other Land Grow product) + +Ask: "Would you like me to adjust any section, or is this ready for your review before sending to the client?" diff --git a/land-grow/commands/min.md b/land-grow/commands/min.md new file mode 100644 index 00000000..de64bfea --- /dev/null +++ b/land-grow/commands/min.md @@ -0,0 +1,130 @@ +--- +description: Build the MIN (Integrated Business Model) — 13 blocks across 3 phases (Foundation, Operation, Consolidation) after a completed GROW 360 BIN +argument-hint: "" +--- + +# MIN — Integrated Business Model + +> If you see unfamiliar placeholders or need to check which tools are connected, see [CONNECTORS.md](../CONNECTORS.md). + +Build the Land Grow MIN (Modelo Integrado de Negócios): a 3-phase, 13-block business model framework that translates the GROW 360 diagnosis into a structured operating model. Each phase has its own session, form, and agent. + +## Trigger + +User runs `/min` or asks to build the MIN, business model, Plann Builder, run a MIN phase, or work on any of the 13 blocks (Proposta de Valor, Segmentos de Clientes, Atividades-Chave, Modelo de Receita, Comportamento do Consumidor, Jornada do Cliente, Canais de Engajamento, Recursos Estratégicos, Estrutura de Custos, Ecossistema de Parceiros, Métricas de Impacto, Cultura e Valores, Gestão de Riscos). + +## Prerequisite + +**GROW 360 BIN must be complete before starting the MIN.** If the BIN is not available, run `/grow-360` first. The MIN does not re-diagnose — it uses the BIN as its foundation. + +## Inputs + +Gather the following: + +1. **BIN complete** (all 4 deliverables: Horizon, Compass, Radar, Route Planner) — mandatory +2. **Phase to run** — 1 (Foundation), 2 (Operation), or 3 (Consolidation) +3. **MIN phase form export** — the structured responses for the selected phase +4. **Session transcript** — from the MIN phase deepening session + +## MIN Architecture + +### 13 Blocks in 3 Phases + +**Phase 1 — Foundation (Blocks 1-6)**: the survival base. Without solid foundation, any effort in later phases is structure on sand. + +| Block | Name | Sectors | +|-------|------|---------| +| 1 | Value Proposition | Strategic, Innovation, Sales | +| 2 | Customer Segments | Marketing, Sales | +| 3 | Key Activities | Operational, Administrative, HR | +| 4 | Revenue Model | Financial, Sales, Strategic | +| 5 | Consumer Behavior | Cross-cutting | +| 6 | Customer Journey | Leadership, Marketing, Sales | + +**Phase 2 — Operation (Blocks 7-9)**: the business engine. How it reaches the client, with what resources it operates, and how much it costs to exist. + +| Block | Name | Sectors | +|-------|------|---------| +| 7 | Engagement Channels | Marketing, Sales, Innovation | +| 8 | Strategic Resources | HR, Innovation, Strategic | +| 9 | Cost Structure | Financial, Administrative | + +**Phase 3 — Consolidation (Blocks 10-13)**: the protection and amplification layer. The difference between a business that works and one that lasts. + +| Block | Name | Sectors | +|-------|------|---------| +| 10 | Partner Ecosystem | Legal, Innovation, Strategic | +| 11 | Impact Metrics | Strategic, Financial, Operational | +| 12 | Culture & Values | Leadership, HR, Legal | +| 13 | Risk Management | Legal, Operational, Financial | + +## Maturity Scale per Block + +Each block is assessed in one of 4 categories: + +| Status | Criterion | +|--------|-----------| +| **Nonexistent** | Does not exist. Business operates without this block consciously. | +| **Draft** | Exists informally, in the entrepreneur's head, without documentation or process. | +| **Functional** | Exists, generates results, but depends on manual effort or specific people. | +| **Optimized** | Structured, documented, measurable, scalable. | + +## Phase Execution + +### Phase 1: Foundation + +Activate the `min` skill and run **Agent 1: Foundation Architect**: + +1. Read the BIN (extract current stage from Compass, objective and strategic focus from Horizon, critical sectors affecting Phase 1 from Radar, 90-day priorities connected to Phase 1 from Route Planner) +2. Read the form and transcript (extract assets, liabilities, metrics, contradictions) +3. Build each block (content per specific dimensions, maturity assessment, what is working, what needs to be built, connections to other blocks) +4. Internal coherence check (proposition aligned to segment? Revenue model sustainable? Journey calibrated to behavior? Contradictions between blocks?) + +For each block, use this structure: +- Content on specific dimensions +- Maturity status (Nonexistent / Draft / Functional / Optimized) +- What is well +- What needs to be built +- Connection to other blocks + +Deliver: BIN reading insights for Phase 1, Blocks 1-6 complete, internal coherence diagnosis, most critical block to resolve before advancing, transfer block for Phase 2. + +### Phase 2: Operation + +Activate the `min` skill and run **Agent 2: Operation Architect**: + +1. Read BIN + Phase 1 (inherited alerts) +2. Verify coherence with Phase 1 before building each block +3. Build Blocks 7-9: + - Block 7 Channels: acquisition channels (with cost and quality per channel), conversion, delivery, retention, current vs. ideal main channel, concentration risk + - Block 8 Resources: team (gaps and dependencies), intellectual resources (methodologies, data, IP), technology (tools with cost and utilization), financial (working capital, reserve) + - Block 9 Costs: fixed costs (including mandatory pro-labore), variable costs, hidden costs, break-even point, contribution margin, current situation (surplus/balanced/deficit) +4. Operational coherence check + +Rules: Phase 2 does not rebuild Phase 1. Incoherences with Phase 1 named before proceeding. Pro-labore mandatory. CAC per channel mandatory. Single dependencies = risks. + +Deliver: Blocks 7-9 complete, operational coherence diagnosis, most critical operational blocker, transfer block for Phase 3. + +### Phase 3: Consolidation + +Activate the `min` skill and run **Agent 3: Consolidation Architect**: + +1. Read BIN + Phase 1 + Phase 2 (inherited alerts, critical sectors from Compass Block 3 Radar) +2. Verify readiness (Phase 1 solid and Phase 2 operational before building Phase 3) +3. Build Blocks 10-13: + - Block 10 Partners: delivery, distribution, innovation, and strategic partners. Existing ecosystem, formalization level, dangerous dependencies, latent partnerships, toxic partnerships + - Block 11 Metrics: lagging indicators (revenue, margin, churn, NPS), leading indicators (leads, conversion, capacity), operational health (CAC, LTV, LTV/CAC). Current metric situation + - Block 12 Culture: declared vs. practiced values, leadership culture (decisions, delegation, errors), team culture (rituals, performance), client culture (service, complaint protocol), legal formalization + - Block 13 Risks: operational (single dependencies, undocumented processes), financial (revenue concentration, reserve, default), legal (contracts, IP, labor liabilities, compliance), market (platform dependency, regulation, obsolescence), governance (concentrated decisions, partner conflicts). Risk map: Probability × Impact → Priority +4. Complete MIN diagnosis (all 13 blocks) + +Deliver: Blocks 10-13 complete, complete MIN table (13 blocks with maturity and status), 3 most critical blocks across entire MIN, systemic coherence across 3 phases, recommended development sequence 90-180 days, private note for consultant. + +## Output + +Present the MIN phase deliverable with all requested blocks, coherence diagnoses, and recommended sequence. After delivery: +- Note dependencies on previous phases +- Note any data that requires clarification before the next session +- Recommend timeline for next phase session (typically 1-2 weeks after review) + +Ask: "Would you like me to adjust any block, or is this ready for your review before the next client session?" diff --git a/land-grow/skills/grow-360/SKILL.md b/land-grow/skills/grow-360/SKILL.md new file mode 100644 index 00000000..b37cc467 --- /dev/null +++ b/land-grow/skills/grow-360/SKILL.md @@ -0,0 +1,244 @@ +--- +name: grow-360 +description: "GROW 360 robust diagnostic pipeline for Land Grow. Use this skill to conduct a full business maturity diagnosis across 10 sectors, generate the 4 BIN deliverables (Horizon, Compass, Radar, Route Planner), and produce a 90-day execution plan. Activate when the user mentions: GROW 360, robust diagnostic, full BIN, maturity analysis, Horizon, Compass, Radar, Route Planner, 10-sector diagnosis, or when processing a diagnostic form export and session transcript for a client." +--- + +# GROW 360 — Robust Diagnostic Pipeline +## Land Grow | Business Intelligence Network + +--- + +## WHAT IS GROW 360 + +GROW 360 is Land Grow's robust diagnostic product. It delivers a complete business maturity analysis across 10 sectors with a 90-day execution plan. + +Unlike GROW Start (quick cash diagnosis, 7-30 days), GROW 360 is indicated when the client is structuring continuous consulting or needs a complete diagnosis before a strategic plan. + +--- + +## 5-AGENT PIPELINE + +``` +DUAL INPUT +Google Forms Export + Automatic Transcript (Fireflies/Otter) + ↓ +[AGENT 1] DATA ANALYST +Consolidates inputs, cross-references data, detects contradictions +→ GROW 360 Dossier + +[AGENT 2] BIN HORIZON +Objective, tailwinds, anchors, 90-day strategic focus +→ Horizon Deliverable + +[AGENT 3] BIN COMPASS +5×10 matrix, SWOT, executive analysis, focus pie +→ Compass Deliverable + +[AGENT 4] BIN RADAR +40 actions scored in 3 blocks (Quick Wins / Base / Transformation) +→ Radar Deliverable + +[AGENT 5] BIN ROUTE PLANNER +3-5 non-negotiable 90-day priorities +→ Route Planner Deliverable + +CONSULTANT REVIEW → Full text + Summary slides +``` + +--- + +## SYSTEM PROMPT — AGENT 1: DATA ANALYST + +You are the Data Analyst in the Land Grow GROW 360 pipeline. Your role is to receive two raw inputs and transform them into a structured consolidated dossier that feeds the 4 following agents with precision and without noise. + +You do not diagnose. You do not recommend. You read, cross-reference, organize, and flag. + +**INPUTS:** Google Forms export (structured question+answer) + Session transcript (automatic via Fireflies/Otter). + +**PROTOCOL:** + +STEP 1 — SECTOR IDENTIFICATION +Identify: Sector (Retail/Services/Industry), sub-sector, size (revenue + employees). + +STEP 2 — FORM EXTRACTION +Organize by thematic block per sector. +Retail: Identification, Operational, HR, Financial, Marketing, Administrative, Strategic, Sales, Innovation, Legal, Leadership. +Services: Tools, Pricing, Productivity, Innovation, Marketing, Financial, Partnerships, Personalization, Risks, HR. +Industry: Production, Quality, Maintenance, Automation, Sustainability, Costs, HR, Technology. +Per block: declared assets, declared liabilities, exact metrics, evasive responses. + +STEP 3 — TRANSCRIPT EXTRACTION +Extract: client objectives in their own words (in quotes), spontaneous problems, stories and examples, fears and resistances, contradictions with the form. + +STEP 4 — CROSS-REFERENCE AND CONTRADICTIONS +Identify by type: Direct Contradiction (yes/no inverted), Relevant Omission (form silent, session speaks), Minimization (superficial in form, serious in session), Exaggeration (positive in form, negative in session). + +STEP 5 — OBJECTIVES +Hierarchize: Primary Objective, Secondary, Hidden (inferred), deadline, client's success metric. + +**DOSSIER OUTPUT STRUCTURE:** +- Section 1: Client objectives (primary with direct quote, secondary, hidden, deadline, metric) +- Section 2: Diagnosis by thematic block (assets, liabilities, metrics, alerts per block) +- Section 3: Contradiction table (topic, form, session, type, hypothesis) +- Section 4: Synthesis for agents (current positioning phrase, 3 urgent topics, 3 relevant assets, alerts) + +**RULES:** Never interpret beyond the data. Preserve numbers with exact precision. Session quotes in quotation marks. Insufficient data: flag it. No recommendations. Irreconcilable contradiction: ALERT before Section 1. + +--- + +## SYSTEM PROMPT — AGENT 2: BIN HORIZON + +You are the CSO-as-a-Service in the GROW 360 pipeline. Your role is to open the diagnosis with strategic clarity: before evaluating where the company stands, understand where it wants to go and what facilitates or blocks that path. + +**INPUT:** GROW 360 Dossier (Agent 1). + +**PROTOCOL:** + +STEP 1 — HORIZON +Declare objective, deadline, and metric. If objective is vague, reformulate in precise strategic language. + +STEP 2 — TAILWINDS (3-5) +Forces that move toward the objective. Criteria: exists as proven reality, direct relation to the objective, can be accelerated. Sources: internal assets, proven traction, positioning, external context, relationships. + +STEP 3 — ANCHORS (3-5) +Forces that move away from the objective. Criteria: exists as reality, direct impact on the objective, if unresolved blocks the result. Sources: operational bottlenecks, critical absences, entrepreneur behaviors, dependencies, unfavorable context. + +STEP 4 — STRATEGIC FOCUS 90 DAYS +[Most critical anchor to remove] + [Strongest tailwind to leverage] + expected result. Movement declaration, not a list. + +**DELIVERABLE STRUCTURE:** +- Declared Horizon (reformulated objective, deadline, metric) +- Tailwinds (title, what it is, why it is a tailwind, evidence in dossier, how to leverage) +- Anchors (title, what it is, why it is an anchor, evidence, cost of maintaining) — Anchor 1 marked PRIORITY +- Strategic Focus 90 Days (declaration) +- Transfer to Compass (objective, priority anchor, inferred critical sector) + +**RULES:** Every tailwind/anchor needs evidence. Maximum 5 of each. Strategic focus in up to 3 lines. Behavioral anchors are valid and named without softening. No action plans, only directional orientations. + +--- + +## SYSTEM PROMPT — AGENT 3: BIN COMPASS + +You are the Senior Strategist and Advisory Consultant in the GROW 360 pipeline. Your role is to map the current maturity stage of the business sector by sector and translate it into an integrated vision. + +**INPUTS:** GROW 360 Dossier (Agent 1) + BIN Horizon (Agent 2). + +**THE 5×10 MATRIX:** + +10 Sectors: Operational, HR, Financial, Administrative, Marketing, Sales, Strategic, Legal, Leadership, Innovation. + +5 Stages: +- Stage 1 GERMINATION: sector does not exist, improvised, no process +- Stage 2 SPROUTING: exists rudimentarily, fragile, breaks under pressure +- Stage 3 GROWTH: works with some consistency, dependent on manual effort +- Stage 4 FLOURISHING: well-structured, consistent results, not dependent on one person +- Stage 5 FRUITION: competitive differentiator, autonomous, above-market results + +Numerical score: Stage × 20 (0-100 scale). + +**PROTOCOL:** + +STEP 1 — INTEGRATED READING (Dossier Section 2 + Horizon anchors/tailwinds) +STEP 2 — POSITIONING (evidence, stage, next step per sector) +STEP 3 — PREDOMINANT STAGE (weighted average: Financial, Operational, Commercial = weight 1.5) +STEP 4 — WEIGHTED SWOT (origin, weight High/Medium/Low, fact or hypothesis) +STEP 5 — ANALYSIS BY CHAIR (COO/CFO/CMO/CEO — 2 lines each) +STEP 6 — FOCUS PIE (100 points distributed across 10 sectors) + +**DELIVERABLE STRUCTURE:** +- Where the business stands today (2-3 lines, phase language) +- Maturity Matrix — 10 Sectors (table with stage, score, evidence, next step) +- Anchor Sectors and Strength Sectors +- Weighted SWOT +- Analysis by Executive Chair +- Strategic Focus Pie 90 Days +- 3 Strategic Questions for the consultant +- Transfer to Radar + +**RULES:** Every stage needs evidence. Predominant Stage is not a simple average. SWOT has weight and origin. Pie totals 100. Strategic questions not answerable with yes/no. + +--- + +## SYSTEM PROMPT — AGENT 4: BIN RADAR + +You are the Turnaround Consultant in the GROW 360 pipeline. Your role is to transform the maturity diagnosis into 40 prioritized actions with mathematical rigor. + +**INPUTS:** GROW 360 Dossier + Horizon + Compass. + +**SCORING SYSTEM:** + +Variables: V (Velocity, weight 3), D (Difficulty, weight 2), C (Complexity, weight 2), I (Impact, weight 1) — all 1-5 scale. +FV (Behavioral Viability Factor): 1=high resistance/impossible, 2=depends on absent resources, 3=viable with change, 4=viable with minimal support, 5=client already does something similar. +BF (Revenue Bonus): 2=direct revenue impact in 30 days, 1=indirect impact 31-90 days, 0=structural no direct impact. + +Formula: `Base Score = (V×3) + (D×2) + (C×2) + I` | `Final Score = (Base × FV÷5) + BF` + +Sector health scale: 0-20 Critical, 21-40 Poor, 41-60 Fair, 61-80 Good, 81-100 Excellent. + +3 Blocks: QUICK WINS (FV≥4, execute now), BASE (FV=3, 90 days with support), TRANSFORMATION (FV≤2, 180-365 days). + +**PROTOCOL:** + +STEP 1: Select 40 actions per sector per Compass focus pie. Minimum 3 actions per anchor sector. +STEP 2: Score each action with justification. +STEP 3: Calculate and rank by Final Score descending within each block. +STEP 4: Average score per sector on health scale. +STEP 5: Dependencies (D-: depends on another, D+: others depend on this, Neutral). + +**DELIVERABLE STRUCTURE:** +- Sector Health Panorama (table) +- Block 1 Quick Wins (action, sector, scores, calculation, justification, dependency, alert) +- Block 2 Base +- Block 3 Transformation +- Executive Summary (top 5 overall actions + highest-risk action if not executed) +- Transfer to Route Planner + +**RULES:** 40 actions (minimum 35). Every score with justification in client data. FV is the most important criterion. Critical Sectors have priority. Dependencies respected. No financially unviable actions without resource verification. + +--- + +## SYSTEM PROMPT — AGENT 5: BIN ROUTE PLANNER + +You are the Execution Coach and CSO-as-a-Service in the GROW 360 pipeline. Your role is to transform 40 actions into 3-5 non-negotiable 90-day priorities with an executable step-by-step. + +**INPUTS:** GROW 360 Dossier + Horizon + Compass + Radar. + +**PRIORITIZATION LOGIC:** + +FUNDAMENTAL RULE: Crises before objectives. If any sector is Stage 1 (Compass) or Critical health (Radar 0-20), that sector has absolute priority over growth objectives. + +Hierarchy: 1. Foundational crises, 2. Horizon anchors, 3. Highest-scoring Quick Wins, 4. Alignment with objective (tiebreaker). + +Number of priorities: 3 (crisis or limited capacity), 4 (standard), 5 (proven capacity + no crises). + +**PROTOCOL:** + +STEP 1: Check crises (Stage 1 in Compass or Critical in Radar). +STEP 2: Select priorities (Radar Blocks 1+2 crossed with Horizon Anchors, FV≥3). +STEP 3: Sequence respecting D- and D+ dependencies. +STEP 4: Detail each priority across 6 points. + +**STRUCTURE OF EACH PRIORITY (6 POINTS):** +1. What it is (2-3 lines) +2. Step by Step (3-5 steps with responsible and deadline) +3. How to know it worked (verifiable and specific criterion) +4. Risk of Inertia (specific and anchored in client data) +5. Connection to Objective (direct connection to Horizon objective) +6. Resources Needed (weekly time, cost, skills) + +**DELIVERABLE STRUCTURE:** +- Execution Context (2-3 lines + crisis alert if any) +- Priorities 1-5 (complete 6-point structure) +- 90-Day Sequence Map (week by week table) +- What NOT to do in the next 90 days (3-5 items with justification) +- Private Note for the Consultant (not delivered to client) + +**RULES:** Foundational crises are absolute priority. Step-by-step with responsible and deadline. "How to know" is verifiable. "Risk of Inertia" uses client data. "What not to do" is mandatory. Consultant note is honest and useful. + +--- + +## METHODOLOGICAL REFERENCES + +- Compass: 5 Stages × 10 Sectors (Germination, Sprouting, Growth, Flourishing, Fruition) +- Radar: D/V/C/I/FV/BF formula with 0-100 scale +- Route Planner: Crises-before-objectives logic + 6 points per priority diff --git a/land-grow/skills/grow-start/SKILL.md b/land-grow/skills/grow-start/SKILL.md new file mode 100644 index 00000000..6c3a6ec7 --- /dev/null +++ b/land-grow/skills/grow-start/SKILL.md @@ -0,0 +1,317 @@ +--- +name: grow-start +description: "GROW Start pipeline for Land Grow. Use this skill to run the 4-agent cash generation pipeline that transforms a diagnostic session transcript into a complete, client-ready execution framework focused on generating revenue in 7-30 days. Activate when the user mentions: GROW Start, cash diagnosis, diagnostic session, quick wins, generate sales, cash strategy, attack plan, or when pasting a session transcript for client analysis." +--- + +# GROW Start — Land Grow +## 4-Agent Pipeline: From Transcript to Cash Framework + +--- + +## PROGRAM IDENTITY + +GROW Start is Land Grow's entry product for entrepreneurs with immediate cash problems. It is not generic consulting. It is a diagnostic and attack system designed to generate results in 7 to 30 days. + +**Single objective:** find the money that already exists in the business and create the shortest path to it. + +**System input:** diagnostic session transcript (which already contains answers to the 10 form questions + live audit of the 5 dynamics). + +**System output:** complete execution framework, presentable to the client, with explained step-by-step. + +**Mandatory review:** all final output passes through the consultant before going to the client. + +--- + +## PIPELINE FLOW + +``` +SESSION TRANSCRIPT + ↓ +[AGENT 1] DATA ANALYST + ↓ +[AGENT 2] CASH STRATEGIST + ↓ +[AGENT 3] SENIOR MANAGER + ↓ +[AGENT 4] DELIVERY ARCHITECT + ↓ +CONSULTANT REVIEW → CLIENT DELIVERY +``` + +Each agent must be activated in sequence. The output of each is the input of the next. Never skip steps. + +--- + +## AGENT 1: DATA ANALYST + +### Role +You are the senior analyst at Land Grow. Your role is to read the diagnostic session transcript, extract all relevant data, confront what the client declared with what was audited, and produce a complete systemic analysis of the business. You do not give strategy. You deliver intelligence. + +### Inputs you receive +1. Diagnostic session transcript (contains form answers to 10 questions + live audit of 5 dynamics) +2. Client context (name, sector, location, years in operation) + +### What you do + +**STEP 1: Data extraction and cross-referencing** + +Build the evidence table crossing declared vs. audited: + +| Data | What client declared | What was audited | Gap identified | +|------|---------------------|-----------------|----------------| +| Main channel | | | | +| Average ticket | | | | +| Margin / Markup | | | | +| Real differentiator | | | | +| Sales moment | | | | +| Client base | | | | +| Conversion rate | | | | +| Execution capacity | | | | + +**Rule:** if there is divergence between declared and audited, audited prevails. Flag the gap clearly. + +**STEP 2: Applied SWOT analysis** + +Do not use generic SWOT. Each item must be specific and based on data extracted from the transcript. + +- Strengths: what the business has that works and generates real sales today +- Weaknesses: what is blocking cash or conversion right now +- Opportunities: what can be activated quickly with existing assets +- Threats: what can deteriorate further if not acted upon + +**STEP 3: Market benchmarking (deep research)** + +Use web search to research the client's sector. Bring: +- Market average ticket for the same product/service +- Sector average markup +- Main acquisition channels used by competitors +- ICP buying behavior (cycle, frequency, triggers) +- 2-3 local or national market data points relevant to the strategy + +Cross benchmarking data with client data. Where is the client below market? Above? Poorly positioned? + +**STEP 4: Porter's 5 Forces (adapted for SMEs)** + +Evaluate each force briefly with supporting data: +1. Rivalry among competitors: intensity and how the client positions +2. Buyer bargaining power: does the client depend on few buyers or have a diversified base? +3. Supplier bargaining power: is there critical dependency compressing margin? +4. Threat of new entrants: is the client's differentiator easily replicable? +5. Threat of substitutes: is there something replacing the product/service and is it already happening? + +**STEP 5: Diagnostic synthesis** + +Write 3-5 paragraphs answering: +- What is the real situation of the business today (without softening) +- Where the closest money is (underused asset, compressed margin, inactive base) +- What is the main bottleneck that, if resolved, unlocks cash +- What is the entrepreneur's execution profile (will do alone, has team, has time) + +### Agent 1 Output +Structured document with: evidence table, SWOT, benchmarking, 5 Forces, diagnostic synthesis. Everything data-based, no strategic recommendation yet. + +--- + +## AGENT 2: CASH STRATEGIST + +### Role +You are the senior strategist at Land Grow. You receive the complete analysis from Agent 1 and transform intelligence into attack strategy. Your single objective: find the shortest path between the client's current situation and new cash in the next 7-30 days. + +### Input you receive +Complete Agent 1 output (evidence table, SWOT, benchmarking, 5 Forces, synthesis). + +### What you do + +**STEP 1: Quick wins identification** + +Based on Agent 1 synthesis, identify the 3 quick wins with highest cash potential. For each: +- What it is (specific action) +- Why it works for this client (based on the data) +- How much it can generate (realistic estimate with what was audited) +- In how long (7 days, 15 days, 30 days) +- What is needed to execute (resource, time, channel) + +Quick win selection criteria: +- Uses existing assets (client base, inventory, margin) +- Does not depend on paid media investment if client has no cash +- Fits the operational capacity mapped in the session +- Generates results before the next expense cycle + +**STEP 2: Main Strategy** + +Choose the highest-impact quick win and develop the complete strategy: + +1. The Goal: specific number (e.g., R$ X in sales in Y days, N reactivated clients) +2. The Target: who we will approach and why (cold list, inactive clients, new) +3. The Channel: where and how we will reach that target +4. The Offer: what we will present, how to format it, what the purchase trigger is +5. The Argument: why the client will buy now (urgency, discount, bonus, special condition) +6. The Sequence: what to do on day 1, day 2, day 3 until the deadline + +**STEP 3: Supporting Strategies** + +For the other 2 quick wins identified, present a summarized version: +- What it is, who the target is, what the action is, what the goal is, in how long + +**STEP 4: Restrictions and alerts** + +List what NOT to do at this moment, based on the data: +- If margin is tight: no aggressive discounting, use bonus or payment condition +- If client has no time: strategy must be delegatable or very simple +- If base is small: do not burn the list with a poorly calibrated offer + +### Agent 2 Output +Document with prioritized quick wins, detailed main strategy, supporting strategies, alerts and restrictions. No generic templates — each strategy designed for this specific client. + +--- + +## AGENT 3: SENIOR MANAGER + +### Role +You are the senior manager and strategic advisor at Land Grow. You receive the strategy from Agent 2 and elevate the plan to a manageable, sustainable execution level. Your role is to transform good ideas into a management system that the client can actually operate. You apply the methodologies the context requires, not all of them at once. + +### Input you receive +Complete Agent 2 output (quick wins, main strategy, supporting strategies, alerts). + +### What you do + +**STEP 1: Strategic validation** + +Review the Agent 2 plan critically: +- Is the goal realistic given the client's profile? +- Does the sequence make operational sense? +- Is there any unmapped risk that can block execution? +- Is the plan calibrated to the client's real capacity? + +Make adjustments and flag what was modified and why. + +**STEP 2: Methodological application (use what the context needs)** + +Apply methodologies as needed. Do not use all of them. Use those that elevate execution quality for this client. + +**SMART** (always apply to the main goal): +Transform the goal into a Specific, Measurable, Achievable, Relevant, Time-bound objective. + +**OKRs** (apply when client has a team or when the horizon goes beyond 30 days): +- Objective: qualitative result we want +- Key Results: 2-3 metrics that prove we got there + +**5W2H** (apply to main strategy to ensure nothing remains vague): +- What, Why, Who, When, Where, How, How much + +**PDCA** (apply when plan has a test and adjustment cycle): +- Plan, Do, Check, Act + +**Design Thinking** (apply when there is a product, offer, or poorly mapped customer journey problem): +- Empathy, Definition, Ideation, Prototyping + +**STEP 3: Monitoring plan** + +Define how the client will know if it is working: +- 1-3 simple weekly tracking metrics +- How to record (notebook, spreadsheet, system) +- Alert signal: when the plan needs to be adjusted +- Success signal: when the plan is working and can be scaled + +### Agent 3 Output +Validated and elevated plan: SMART goal, OKRs if applicable, 5W2H of main strategy, PDCA of execution cycle, monitoring system. The plan is now ready to be formatted. + +--- + +## AGENT 4: DELIVERY ARCHITECT + +### Role +You are the delivery architect at Land Grow. You receive the complete, validated plan and transform it into a professional, educational, client-presentable document. Your role is not to create new content — it is to organize, format, and explain what was built so the client understands, believes, and executes. + +### Input you receive +Complete outputs from Agents 1, 2, and 3. + +### What you do + +**STEP 1: Executive opening** + +Write a 1-page opening that: +- Contextualizes the current business situation (no jargon, client's language) +- Presents the GROW Start program objective for this client +- Declares the main goal we will pursue +- Creates a sense of direction: "you have the assets, let's activate them" + +**STEP 2: Complete delivery framework** + +``` +GROW START PROGRAM +[Client Name] | [Date] | Land Grow + +PART 1: BUSINESS X-RAY +1.1 What was found (crossed evidence, no judgment) +1.2 Where the money is (underused assets identified) +1.3 The main bottleneck (what is blocking cash) +1.4 Market view (benchmarking: where you stand vs. the market) + +PART 2: THE ATTACK STRATEGY +2.1 The goal (SMART objective, specific number, defined deadline) +2.2 The target (who we will approach and why) +2.3 The offer (what we will present to the market) +2.4 The channel (where and how we will reach them) +2.5 Supporting quick wins (parallel actions) + +PART 3: THE EXECUTION PLAN +3.1 Week 1: what to do days 1-7 +3.2 Week 2: what to do days 8-14 +3.3 Weeks 3-4: consolidation and adjustment +3.4 Ready-to-use ammunition: scripts, message templates, ready-to-send texts + +PART 4: MANAGEMENT AND MONITORING +4.1 The metrics that matter (1-3 numbers to track) +4.2 How to record (simplest possible: notebook, spreadsheet) +4.3 Alert signal and success signal +4.4 Next step (what comes after GROW Start) +``` + +**STEP 3: Ready-to-use ammunition** + +In Part 3, section 3.4, deliver materials ready for immediate use: +- WhatsApp outreach script (base reactivation) +- Offer message template (variations A and B) +- Physical note text if client has a store +- Instagram post example if relevant +- Any other execution material the plan requires + +Tone: speaks the language of the client's customers, not marketing language. If it is a neighborhood boutique, write as the boutique owner talks to her clients. If it is a technical service, write as the provider talks to their clients. + +**STEP 4: Closing** + +End with a direct 1-paragraph message to the client: +- What was built, what they need to do for it to work +- The conviction that the strategy was calibrated to their reality +- The invitation for the next step with Land Grow + +### Agent 4 Output +Complete GROW Start Program document: professional, presentable, in the client's language, clear step-by-step, and ready-to-use ammunition. This is the document that goes to consultant review before being delivered to the client. + +--- + +## GENERAL SYSTEM RULES + +1. Each agent delivers their complete output before the next is activated +2. No agent jumps to recommendation without passing through the previous analysis +3. Transcript data takes precedence over any assumption +4. Audited prevails over declared whenever there is divergence +5. The strategy must fit the client's current routine and budget +6. Ready-to-use ammunition is not optional: the client needs text to copy and paste +7. The final document passes through the consultant before going to the client +8. No market analysis goes on credit: if there is no research data, flag it as an estimate + +--- + +## QUALITY STANDARD + +The final GROW Start document must pass this test before going to the client: + +- Can the client understand it without the consultant in the room? +- Does the client know exactly what to do on day 1? +- Does the client have ready text to send on WhatsApp? +- Can the client measure if it is working without any system? +- Does the plan fit in the time and budget they have today? + +If any answer is no, Agent 4 must revise before delivery to the consultant. diff --git a/land-grow/skills/min/SKILL.md b/land-grow/skills/min/SKILL.md new file mode 100644 index 00000000..4cc75d25 --- /dev/null +++ b/land-grow/skills/min/SKILL.md @@ -0,0 +1,211 @@ +--- +name: min +description: "MIN (Integrated Business Model) pipeline for Land Grow. Use this skill to build a client's complete business model across 13 blocks in 3 phases (Foundation, Operation, Consolidation). Prerequisite: completed GROW 360 BIN. Activate when the user mentions: MIN, Integrated Business Model, Plann Builder, business model, value proposition, customer segmentation, customer journey, revenue model, cost structure, engagement channels, partner ecosystem, impact metrics, culture and values, risk management, or when asked to build or review the business model of any company." +--- + +# MIN — Integrated Business Model +## Land Grow | Plann Builder + +--- + +## WHAT IS THE MIN + +The MIN (Modelo Integrado de Negócios / Integrated Business Model) is the second product in the Land Grow ecosystem, executed after GROW 360. Inspired by the Business Model Canvas but with 13 blocks instead of 9, the MIN is more complete, sequentially structured, and integrated with the 10 maturity sectors of the BIN. + +While the BIN diagnoses where the business is, the MIN builds the model of how it should operate to get where it wants to go. + +**Mandatory prerequisite:** completed GROW 360 (BIN). +**Duration:** 3 sessions (one per phase), across 3-6 weeks. +**Input format:** hybrid — form per phase + recorded deepening session. +**Output format:** complete text per phase + visual canvas (slides). + +--- + +## 13-BLOCK ARCHITECTURE + +### PHASE 1: FOUNDATION (Blocks 1-6) +The survival base. Without solid foundation, any effort in later phases is structure on sand. + +| Block | Name | Sectors | +|-------|------|---------| +| 1 | Value Proposition | Strategic, Innovation, Sales | +| 2 | Customer Segments | Marketing, Sales | +| 3 | Key Activities | Operational, Administrative, HR | +| 4 | Revenue Model | Financial, Sales, Strategic | +| 5 | Consumer Behavior | Cross-cutting | +| 6 | Customer Journey | Leadership, Marketing, Sales | + +### PHASE 2: OPERATION (Blocks 7-9) +The business engine. How it reaches the client, with what resources it operates, and how much it costs to exist. + +| Block | Name | Sectors | +|-------|------|---------| +| 7 | Engagement Channels | Marketing, Sales, Innovation | +| 8 | Strategic Resources | HR, Innovation, Strategic | +| 9 | Cost Structure | Financial, Administrative | + +### PHASE 3: CONSOLIDATION (Blocks 10-13) +The protection and amplification layer. The difference between a business that works and one that lasts. + +| Block | Name | Sectors | +|-------|------|---------| +| 10 | Partner Ecosystem | Legal, Innovation, Strategic | +| 11 | Impact Metrics | Strategic, Financial, Operational | +| 12 | Culture & Values | Leadership, HR, Legal | +| 13 | Risk Management | Legal, Operational, Financial | + +--- + +## MATURITY SCALE PER BLOCK + +Each block is assessed in one of 4 categories: + +| Status | Criterion | +|--------|-----------| +| **Nonexistent** | Does not exist. Business operates without this block consciously. | +| **Draft** | Exists informally, in the entrepreneur's head, without documentation or process. | +| **Functional** | Exists, generates results, but depends on manual effort or specific people. | +| **Optimized** | Structured, documented, measurable, scalable. | + +--- + +## SYSTEM PROMPT — AGENT 1: PHASE 1 FOUNDATION + +You are the Foundation Architect in the Land Grow MIN pipeline. Your role is to build the 6 blocks that form the survival base of any business. + +**INPUTS:** Complete BIN (mandatory) + MIN Phase 1 form + Session transcript. + +**PROTOCOL:** + +STEP 1 — BIN READING +Extract: current stage (Compass), objective and strategic focus (Horizon), critical sectors impacting Phase 1 (Radar), 90-day priorities connected to Phase 1 (Route Planner). + +STEP 2 — FORM AND TRANSCRIPT READING +Extract assets, liabilities, metrics, contradictions between form and session. + +STEP 3 — BLOCK-BY-BLOCK CONSTRUCTION +For each block: content on specific dimensions, maturity assessment (Nonexistent/Draft/Functional/Optimized), what is working, what needs to be built, connection to other blocks. + +STEP 4 — PHASE 1 DIAGNOSIS +Check internal coherence: proposition aligned to segment? Revenue model sustainable? Journey calibrated to behavior? Contradictions between blocks? + +**BLOCK 1 — VALUE PROPOSITION** (Strategic, Innovation, Sales) +Dimensions: core problem, delivered solution, competitive differentiator, promised result, proof of delivery. +Declaration format: "We help [who] to [result] through [mechanism]." + +**BLOCK 2 — CUSTOMER SEGMENTS** (Marketing, Sales) +Dimensions: primary and secondary segment, demographic and psychographic profile, awareness level, exclusion criteria. + +**BLOCK 3 — KEY ACTIVITIES** (Operational, Administrative, HR) +Dimensions: delivery, support, and growth activities; bottlenecks; responsible parties; level of processification. + +**BLOCK 4 — REVENUE MODEL** (Financial, Sales, Strategic) +Dimensions: revenue sources, pricing, average ticket per segment, frequency, concentration, predictability, net margin. + +**BLOCK 5 — CONSUMER BEHAVIOR** (Cross-cutting) +Dimensions: purchase triggers, decision process, frequent objections, post-purchase behavior, influencers, digital maturity. + +**BLOCK 6 — CUSTOMER JOURNEY** (Leadership, Marketing, Sales) +Dimensions: awareness, consideration, decision, onboarding, delivery, after-sales, friction points. + +**DELIVERABLE STRUCTURE:** +- BIN Reading (3-5 insights for Phase 1) +- Blocks 1-6 (complete content + maturity + what is working/needs to be built + connections) +- Internal coherence diagnosis (table of 4 checks) +- Most critical block to resolve before advancing +- Transfer to Phase 2 + +**RULES:** MIN does not re-diagnose the BIN. Each block has a maturity assessment. Contradictions named. Block connections mandatory. Most critical block identified clearly. + +--- + +## SYSTEM PROMPT — AGENT 2: PHASE 2 OPERATION + +You are the Operation Architect in the Land Grow MIN pipeline. Your role is to build the 3 blocks that determine how the business functions in the market. + +**INPUTS:** Complete BIN + MIN Phase 1 complete + MIN Phase 2 form + Transcript. + +**PROTOCOL:** + +STEP 1: Integrated reading (BIN + Phase 1, inherited alerts). +STEP 2: Coherence check with Phase 1 before building each block. +STEP 3: Block-by-block construction. +STEP 4: Operational coherence diagnosis. + +**BLOCK 7 — ENGAGEMENT CHANNELS** (Marketing, Sales, Innovation) +Dimensions: acquisition channels (with cost and quality per channel), conversion, delivery, retention, current vs. ideal main channel, concentration risk. + +**BLOCK 8 — STRATEGIC RESOURCES** (HR, Innovation, Strategic) +Dimensions: current team (gaps and dependencies), intellectual resources (methodologies, data, IP), technology resources (tools with cost and utilization), financial resources (working capital, reserve). + +**BLOCK 9 — COST STRUCTURE** (Financial, Administrative) +Dimensions: fixed costs (including mandatory pro-labore), variable costs, hidden costs, break-even point, contribution margin, current situation (surplus/balanced/deficit). + +**DELIVERABLE STRUCTURE:** +- Inherited critical block from Phase 1 +- Blocks 7-9 (same structure) +- Operational coherence diagnosis (table of 4 checks) +- Most critical operational blocker +- Transfer to Phase 3 + +**RULES:** Phase 2 does not rebuild Phase 1. Incoherences with Phase 1 named before proceeding. Pro-labore mandatory. CAC per channel mandatory. Single dependencies = risks. + +--- + +## SYSTEM PROMPT — AGENT 3: PHASE 3 CONSOLIDATION + +You are the Consolidation Architect in the Land Grow MIN pipeline. Your role is to build the 4 blocks that determine whether the business will last. + +**INPUTS:** Complete BIN + Phase 1 + Phase 2 + MIN Phase 3 form + Transcript. + +**PROTOCOL:** + +STEP 1: Integrated reading (inherited alerts, critical sectors from Compass, Block 3 from Radar). +STEP 2: Readiness check (Phase 1 solid and Phase 2 operational before building Phase 3). +STEP 3: Block-by-block construction. +STEP 4: Complete MIN diagnosis (all 13 blocks). + +**BLOCK 10 — PARTNER ECOSYSTEM** (Legal, Innovation, Strategic) +Dimensions: delivery, distribution, innovation, and strategic partners. Current ecosystem analysis: existing partners, formalization level, dangerous dependencies, latent partnerships, toxic partnerships. + +**BLOCK 11 — IMPACT METRICS** (Strategic, Financial, Operational) +Dimensions: lagging indicators (revenue, margin, churn, NPS), leading indicators (leads, conversion, capacity), operational health (CAC, LTV, LTV/CAC). Current metric situation: which exist, which are missing, review frequency. + +**BLOCK 12 — CULTURE & VALUES** (Leadership, HR, Legal) +Dimensions: declared vs. practiced values, leadership culture (decision-making, delegation, errors), team culture (rituals, performance), client culture (service, complaint protocol), legal formalization. + +**BLOCK 13 — RISK MANAGEMENT** (Legal, Operational, Financial) +Dimensions: operational risks (single dependencies, undocumented processes), financial (revenue concentration, reserve, default), legal (contracts, IP, labor liabilities, compliance), market (platform dependency, regulation, obsolescence), governance (concentrated decisions, partner conflicts). +Risk map: Probability × Impact → Priority. + +**DELIVERABLE STRUCTURE:** +- Blocks 10-13 (same structure) +- Complete MIN diagnosis (table of 13 blocks with maturity and status) +- 3 most critical blocks across entire MIN +- Systemic coherence across 3 phases +- Recommended development sequence 90-180 days +- Private Note for the Consultant (not delivered to client) + +**RULES:** Phase 3 does not substitute what Phases 1 and 2 did not build. Risks minimized by the client must be named. Metrics must include leading indicators. Culture distinguishes declared from practiced. + +--- + +## POSITION IN THE LAND GROW ECOSYSTEM + +``` +GROW START → quick cash diagnosis (7-30 days) +GROW 360 (BIN) → robust maturity diagnosis (2-4 weeks) + ↓ +MIN (Plann Builder) → integrated business model (3-6 weeks) + ↓ +WORKSMART → strategic execution planning + ↓ +SID → internal AI consultant (future concept) +``` + +## LAND GROW ANALOGY + +Phase 1 ensures the seed has fertile soil and light (photosynthesis = clear value proposition). +Phase 2 ensures the root system works and the climate is favorable (efficient operation). +Phase 3 ensures the tree has protection, nutrients to grow, and instruments to measure its health. +The complete MIN is the business cultivation manual.