Agent skill
create-plan
Create a .plan.md file when the user asks to make a plan, create a plan, write a plan, or similar
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/create-plan-generaljerel-chalk-skills
SKILL.md
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
- 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. - Draft the plan — Use the format specified in the conventions file. Break the work into concrete, actionable todos.
- Write the file — Save to
.chalk/.cursor/plans/<number>_<slug>.plan.md. - 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.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?