plan

Generate timestamped markdown implementation plans in the .adame/plans/ directory.

9|Updated Jul 1, 2026
One-click install
npx skills add https://github.com/Cyapstaye/Adame_ver.open --skill plan-cyapstaye
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan
Source: https://github.com/Cyapstaye/Adame_ver.open/tree/main/skills/software-development/plan
Command: npx skills add https://github.com/Cyapstaye/Adame_ver.open --skill plan-cyapstaye

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the problem of disorganized or impulsive coding by forcing a structured planning phase before any actual implementation begins.

Core Features & Use Cases

  • Structured Planning: Generates a standardized markdown document containing goals, approaches, and step-by-step instructions.
  • Safety Guardrails: Enforces a read-only mode that prevents accidental file modification or execution of terminal commands during the planning phase.
  • Use Case: When starting a complex refactor, use this skill to outline the necessary changes, identify potential risks, and define validation steps before touching the codebase.

Quick Start

Ask the agent to create a plan for implementing a new authentication feature in the current project.

Frequently Asked Questions about plan

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

FAQPage Schema
How do I generate a structured project plan for a complex software refactor?

To generate a structured project plan, this skill creates timestamped markdown files in your local workspace outlining goals, approaches, and step-by-step instructions. It requires read-only repository access to ensure proposed steps are technically feasible before implementation begins.

When do I need to create a markdown implementation plan before coding?

You need a markdown implementation plan when starting complex tasks like refactoring to prevent impulsive coding. It forces a structured planning phase to outline necessary changes, identify risks, and define validation steps before touching the codebase.

Can I use this planning skill to modify files or execute terminal commands?

You cannot use this planning skill to modify files or execute terminal commands. It enforces read-only safety guardrails during the planning phase to prevent accidental file modification, ensuring your repository context remains untouched while generating the plan.

What is the best way to outline an actionable development workflow for a new feature?

The best way to outline an actionable development workflow is generating a standardized markdown document with step-by-step instructions. This skill operates by creating timestamped plan files in the .adame/plans/ directory to guide subsequent development cycles accurately.

Does the generated markdown plan save automatically to my local workspace directory?

The generated markdown plan saves automatically to the .adame/plans/ directory within your local workspace. It creates timestamped plan files here to securely guide subsequent development cycles without altering the existing codebase structure.

Why does the planning agent need read-only access to my repository context?

The planning agent needs read-only repository access to ensure proposed implementation steps are accurate and technically feasible. By analyzing the existing codebase context safely, it generates a highly relevant and actionable markdown plan for your specific software development task.