plan

Generate a timestamped Markdown plan file under .cogitum/plans/.

11|Updated May 17, 2026
One-click install
npx skills add https://github.com/StarryCod/cogitum --skill plan-starrycod
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan
Source: https://github.com/StarryCod/cogitum/tree/main/cogitum/data/skills/software-development/plan
Command: npx skills add https://github.com/StarryCod/cogitum --skill plan-starrycod

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate a concrete Markdown plan document for software tasks.

Core Features & Use Cases

  • Produces a deterministic plan file saved under .cogitum/plans/ with a timestamped filename.
  • Enforces a consistent structure including goals, context, approach, steps, validations, and risks.
  • Useful for planning software development work, feature design, and engineering projects where execution is deferred.

Quick Start

Generate a plan for the current task and save it to .cogitum/plans/YYYY-MM-DD_HHMMSS-plan.md

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 tasks?

Generate a markdown plan for software development by defining goals, context, approach, steps, validations, and risks. The plan is saved automatically as a timestamped file under .cogitum/plans/ without executing any code.

What is the best way to document a feature design before execution?

Document a feature design by creating a deterministic markdown plan that captures project context and validation criteria. This approach defers execution while ensuring the engineering plan is structured and saved locally.

How does task management planning work without executing code?

Task management planning without executing code works by generating a structured markdown document outlining goals and risks. It outputs a timestamped file to the workspace, preserving a deterministic structure for future execution.

Do I need external dependencies to create engineering project plans?

You do not need external dependencies to create engineering project plans. The generation process requires no external actions and operates independently to output markdown files directly into your workspace.

What structure is enforced for software development plan generation?

Software development plan generation enforces a consistent structure including goals, context, approach, steps, validations, and risks. This deterministic format ensures all generated markdown files maintain uniform documentation standards.