Create actionable plans deeply grounded in uploaded files. Use when creating plans from specs, docs, code, or research. Trigger phrases: 'create a plan from this spec', 'analyze these files', 'plan the refactoring', 'what's next from these docs', 'extract action items'.
OpenClaw Integration: This skill is invoked by the Dojo Genesis plugin via
/dojo run context-ingestion. The agent receives project context automatically via thebefore_agent_starthook. Usedojo_get_contextfor full state,dojo_save_artifactto persist outputs, anddojo_update_stateto record phase transitions and decisions.
Version: 1.0
Created: 2026-02-08
Author: Manus AI
Purpose: To create plans that are deeply informed by uploaded content, ensuring that recommendations are specific, actionable, and aligned with the provided context.
The quality of a plan is directly proportional to how well it is grounded in the available context. This skill transforms file uploads from passive attachments into active participants in the planning process, ensuring that every recommendation is rooted in the specifics of the provided files.
planning-with-files meta-skill routes to this mode.This is a 5-step workflow for creating grounded plans from uploaded files.
Goal: Read all uploaded files and create a structured catalog of their content.
file tool to read each uploaded file (use view for images/PDFs).Goal: Synthesize the file content into a coherent understanding of the current state.
Goal: Create a detailed plan grounded in the synthesized context.
Goal: Ensure the plan is complete, actionable, and aligned with the user's intent.
Goal: Deliver the plan to the user with clear next steps.
message tool to send the plan as an attachment.When running inside the Dojo Genesis plugin:
dojo_get_context to retrieve full project state, history, and artifactsdojo_save_artifact with the artifacts output directorydojo_update_state to record skill completion and any phase transitions