make-plan

Guide users through planning and configuring a Cryochamber project.

32|3|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/GiggleLiu/cryochamber --skill make-plan-giggleliu
Or copy as Structured Prompt for Agentβ–Ό
Please help me install this Agent Skill.
Skill: make-plan
Source: https://github.com/GiggleLiu/cryochamber/tree/main/.claude/skills/make-plan
Command: npx skills add https://github.com/GiggleLiu/cryochamber --skill make-plan-giggleliu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps teams rapidly create a Cryochamber project by guiding users through brainstorming a plan, configuring a deployment-ready cryo.toml, validating prerequisites, and optionally starting the chamber.

Core Features & Use Cases

  • Guided brainstorming to define goals, scope, and milestones for the chamber.
  • Auto-generation of plan.md and cryo.toml from user inputs, enabling repeatable setups.
  • Built-in validation and dry-run steps to catch misconfigurations before launch; supports optional start.
  • Assumes cryo CLI is installed and on PATH to enable end-to-end workflow.

Quick Start

Prompt your agent to run through the four phases to generate a draft plan.md and cryo.toml.

Frequently Asked Questions about make-plan

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

FAQPage Schema
How do I scaffold a Cryochamber project plan and configuration from scratch?β–Ό

To scaffold a Cryochamber project, this Skill guides you through brainstorming goals, setting parameters in cryo.toml, and preparing plan.md for versioning. It walks through planning, configuration, and validation phases to produce a repeatable setup.

What is the best way to generate a cryo.toml configuration file for a new chamber?β–Ό

Generating a cryo.toml configuration is handled by walking you through defining deployment-ready parameters and validating prerequisites. The Skill auto-generates the file from your brainstormed inputs to ensure a repeatable setup before launch.

Do I need the cryo CLI installed to create a plan.md for versioning?β–Ό

Yes, creating a plan.md for versioning requires the cryo CLI to be installed on your PATH. The Skill assumes this dependency is present to enable the end-to-end workflow, including built-in validation and dry-run steps.

Can I validate cryo.toml settings and catch misconfigurations before launching a chamber?β–Ό

You can validate cryo.toml settings and catch misconfigurations before launch using built-in validation and dry-run steps. The Skill ensures prerequisites are checked and offers an optional start path after confirming the configuration.

What are the limitations of using a guided workflow for Cryochamber planning and scaffolding?β–Ό

The limitation of this guided Cryochamber planning workflow is its strict dependency on having the cryo CLI installed and on PATH. Without that environment prerequisite, the end-to-end scaffolding and validation workflow cannot execute.