Project Field Explorer
npx machina-cli add skill Vit0lze/Project-Evolver-Framework/project-field-explorer --openclawProject Field Explorer
This skill performs a constant, deep-dive research into every structural flaw identifying in GLOBAL_MAP.md. It prepares a fail-proof execution plan for future injection.
1. Trigger & Setup
Trigger: "Use the project-field-explorer skill to investigate the Breaking Points identified in the Global Map."
Data Retrieval:
- Autonomously locate
GLOBAL_MAP.mdin the workspace root orbrain/folder. - Read the Vision section of the map.
- Vision Alignment: Ensure all research prioritizes the stated Project Purpose and Evolution Goal.
2. Deep-Dive Execution Logic
For EACH Breaking Point identified in the Map, perform the following unrestricted analysis:
- Inspect Code: Read the actual source code around the reported
BREAKpoint. - Extract Golden Rules: Identify the hidden business logic that must remain invariant.
"What business value is this messy code actually providing?"
- Blast Radius: Trace references to determine exactly which files will break if this changes.
- Architectural Fit: Consult
references/architectural-solutions.mdto select the best pattern (SOLID, Design Patterns) for the fix.
3. Connective Handshake
For every breaking point, generate a Connective Handshake:
- Solution ID: Assign a unique ID (e.g.,
SOL-AUTH-01). - External Dependencies: Explicitly check and list if new libraries (npm, pip) are needed.
- Target Manifest: List every file path that the future 'Injector' skill will need to modify.
4. Output
Generate a report using assets/templates/FIELD_RESEARCH_REPORT.md for each major issue (or consolidated for related issues).
Constraint Checklist:
- No Limits: Deep dive until clarity is absolute.
- Explicit Deps: Never assume libraries exist. Check them.
- English Only: All reports must be in English.
Source
git clone https://github.com/Vit0lze/Project-Evolver-Framework/blob/main/Skill Files/project-field-explorer/SKILL.mdView on GitHub Overview
Project Field Explorer performs constant, in-depth research into structural flaws identified in GLOBAL_MAP.md. It analyzes each Breaking Point, extracts invariant business rules, and crafts a fail-proof execution plan (Connective Handshake) for a future Injector skill.
How This Skill Works
It autonomously locates GLOBAL_MAP.md in the workspace root or brain/; reads the Vision section and aligns with the Project Purpose and Evolution Goal. For every Breaking Point, it inspects the involved code, extracts Golden Rules that must remain invariant, traces the blast radius across files, and selects architectural patterns from references/architectural-solutions.md. It then generates a Connective Handshake with a unique Solution ID, external dependency checks, and a Target Manifest of files the future Injector will modify, finally producing a FIELD_RESEARCH_REPORT.md per major issue or consolidated related issues.
When to Use It
- You want to investigate Breaking Points identified in the Global Map.
- You plan complex refactors and need a structured, risk-aware approach.
- You need a fail-proof execution plan (Connective Handshake) for a future Injector skill.
- You want to verify architectural compatibility (SOLID patterns, design patterns) for fixes.
- You need output documentation using assets/templates/FIELD_RESEARCH_REPORT.md.
Quick Start
- Step 1: Trigger the skill with 'Use the project-field-explorer skill to investigate the Breaking Points identified in the Global Map.'
- Step 2: Allow it to locate GLOBAL_MAP.md, read Vision, and confirm alignment with Project Purpose.
- Step 3: For each Breaking Point, review code, derive Golden Rules, determine blast radius, and generate Connective Handshake + FIELD_RESEARCH_REPORT.md.
Best Practices
- Always locate and verify GLOBAL_MAP.md at the workspace root or brain/ folder before analysis.
- Ensure Vision Alignment with the Project Purpose and Evolution Goal during research.
- Explicitly list any external dependencies (libraries, tools) required by changes.
- For each Breaking Point, clearly delineate the Blast Radius and affected files.
- Produce FIELD_RESEARCH_REPORT.md reports per major issue, or consolidate related issues when appropriate.
Example Use Cases
- Investigating a Breaking Point in a legacy auth module and drafting a safe refactor plan.
- Planning a large-scale refactor of the data access layer with clear invariant rules.
- Generating a Connective Handshake for a hypothetical Injector skill with SOL-AUTH-01 as an ID.
- Mapping cross-file impact to ensure no hidden dependencies are overlooked.
- Consolidating related issues into a single FIELD_RESEARCH_REPORT.md using the provided template.