create-plan

Create a .plan.md file when the user asks to make a plan, create a plan, write a plan, or similar

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "create-plan" with this command: npx skills add generaljerel/chalk-skills/generaljerel-chalk-skills-create-plan

Follow the plan creation conventions defined in .chalk/.cursor/plans/ and any project AGENTS.md if present.

Quick Reference

Where Plans Live

New plans go into the unsorted backlog (root of .chalk/.cursor/plans/) by default unless the user specifies a column (todo/, inprogress/, testing/, done/).

Workflow

  1. Check the backlog — Read filenames in the root of .chalk/.cursor/plans/ (not subfolders) to find the highest numbered plan. The next plan number is that number + 1.
  2. Draft the plan — Use the format specified in the conventions file. Break the work into concrete, actionable todos.
  3. Write the file — Save to .chalk/.cursor/plans/<number>_<slug>.plan.md.
  4. Confirm — Tell the user the plan was created with its filename and a brief summary.

Filename Convention

<number>_<snake_case_slug>.plan.md

Plan File Format

Every plan has YAML frontmatter (name, overview, todos with id/content/status) and a markdown body with # Title, ## Objective, ## Architecture, ## File Changes, and ## Key Design Decisions sections.

Refer to AGENTS.md for the full spec and format details.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

fix-findings

No summary provided by upstream source.

Repository SourceNeeds Review
General

create-review

No summary provided by upstream source.

Repository SourceNeeds Review
General

fix-review

No summary provided by upstream source.

Repository SourceNeeds Review
General

create-handoff

No summary provided by upstream source.

Repository SourceNeeds Review