plan

Generate a concrete Markdown plan and save it to .argo/plans/ with a timestamped filename.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams create clear, actionable planning outputs in Markdown without executing any commands, saving time and reducing scope creep.

Core Features & Use Cases

  • Generates a deterministic plan document in Markdown format for software projects and workflows.
  • Saves the plan to a dedicated workspace location (.argo/plans/) with timestamped filenames for easy versioning.
  • Useful for roadmapping, sprint planning, and architecture decisions where immediate execution is not desired.

Quick Start

Write a concrete markdown plan and save it to .argo/plans/ with a timestamped filename.

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 software development without executing commands?

To generate a markdown plan without executing commands, use a plan-only mode that produces a deterministic document and saves it directly to your project workspace, ensuring immediate execution is deferred while planning is finalized.

What is the best way to create timestamped markdown plans for feature roadmaps?

Creating timestamped markdown plans for feature roadmaps is best handled by generating a plan document with deterministic filenames saved to a dedicated directory, enabling easy version tracking and preventing scope creep during project management.

Can I use plan mode for sprint planning and architecture decisions without triggering code execution?

Yes, you can use plan mode for sprint planning and architecture decisions without triggering code execution, as it is designed to enforce plan-only operations and defer execution while outputting structured markdown documents.

Does plan mode automatically save markdown documents to a specific project directory?

Yes, plan mode automatically saves generated markdown documents to the .argo/plans/ directory, assigning timestamped filenames to ensure each planning session is versioned and easily accessible for future workflow reference.

What are the limitations of using a markdown plan generator for project management?

The main limitation of this markdown plan generator is its strict plan-only mode, meaning it cannot execute commands or directly implement the software development steps it outlines, serving solely for planning and workflow design.