plan

Inspect workspace context and write a timestamped Markdown plan to .rawclaw/plans/.

Updated Apr 23, 2026
One-click install
npx skills add https://github.com/Rawgrowth-Consulting/rawclaw-agent --skill plan-rawgrowth-consulting
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan
Source: https://github.com/Rawgrowth-Consulting/rawclaw-agent/tree/main/skills/software-development/plan
Command: npx skills add https://github.com/Rawgrowth-Consulting/rawclaw-agent --skill plan-rawgrowth-consulting

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Plan mode helps teams formalize intent by producing a concrete, shareable Markdown plan without touching the codebase, enabling clearer task scoping and traceability.

Core Features & Use Cases

  • Inspect context and generate a deterministic Markdown plan.
  • Save the plan to the active workspace under .rawclaw/plans/ with a timestamped filename.
  • Do not execute code or mutate project files; this is strictly planning.
  • Useful for project scoping, design reviews, and pre-implementation planning.

Quick Start

Ask me to generate a plan for the current task and I will save it to .rawclaw/plans/.

Frequently Asked Questions about plan

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a markdown plan for a project without modifying the codebase?

To generate a markdown plan without modifying the codebase, the tool inspects the active workspace context and writes a timestamped file to .rawclaw/plans/. It relies on read-only inspection, ensuring the project files remain untouched and unexecuted.

What is the best way to formalize task scoping and feature design intent?

Formalizing task scoping and feature design intent is best achieved by generating a concrete, shareable markdown plan. This approach produces a deterministic document that enables clearer traceability without executing or mutating project code.

Can I use this planning approach for pre-implementation research tasks?

Yes, you can use this planning approach for pre-implementation research tasks. The process inspects current context to produce an actionable markdown plan, making it applicable for research, project scoping, and design reviews before any code execution.

Where are markdown plans stored when generated in the workspace?

Generated markdown plans are stored under the .rawclaw/plans/ directory in the active workspace. The plan is saved with a timestamped filename to ensure chronological organization and easy retrieval of planning documents.

Does workspace planning execute code or mutate existing project files?

Workspace planning does not execute code or mutate existing project files. The process is strictly limited to read-only workspace inspection to gather context needed to write the final markdown plan.