ck:bootstrap

Automates project bootstrapping including research, stack selection, planning, and scaffolding via modes.

1|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/hotriluan/alkana_web --skill ck-bootstrap-hotriluan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:bootstrap
Source: https://github.com/hotriluan/alkana_web/tree/main/.opencode/skills/bootstrap
Command: npx skills add https://github.com/hotriluan/alkana_web --skill ck-bootstrap-hotriluan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Bootstraps new projects end-to-end by coordinating research, technology decisions, design framing, and planning to deliver a runnable scaffold quickly and consistently.

Core Features & Use Cases

  • End-to-end project bootstrapping from idea to runnable scaffold, aligning research, stack choices, design guidelines, and planning outputs.
  • Supports multiple modes: full (interactive), auto (default), fast (skip research), parallel (multi-agent execution).
  • Triggers downstream skills ck:plan and ck:cook during planning and implementation to maintain a controlled workflow.

Quick Start

Run /ck:bootstrap <your-requirements> to scaffold a new project.

Frequently Asked Questions about ck:bootstrap

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

FAQPage Schema
How do I automate project bootstrapping from an initial idea to a runnable scaffold?

End-to-end project bootstrapping coordinates research, stack selection, design framing, and planning to deliver a runnable scaffold quickly. It outputs artifacts under ./docs and ./plans directories while initializing Git repositories when needed.

What is the best way to scaffold a new software project consistently across a team?

Scaffolding a new software project consistently requires an automated workflow that handles research, stack decisions, and planning. Using mode-driven workflows, this approach triggers downstream planning and implementation skills to maintain a controlled, repeatable process.

Can I skip the research phase when bootstrapping a new project if I already know my stack?

You can skip the research phase during project bootstrapping by using the fast mode. This mode-driven workflow bypasses initial research and proceeds directly to stack selection, design framing, and planning outputs for your new initiative.

Does project bootstrapping support multi-agent execution for parallel task processing?

Project bootstrapping supports multi-agent execution through its parallel mode. This allows teams to execute research, stack selection, design framing, and planning tasks concurrently, accelerating the delivery of a runnable scaffold.

How do I initialize Git and generate planning documents when creating a new project?

Initializing Git and generating planning documents happens automatically during project bootstrapping. The workflow outputs structured artifacts under ./docs and ./plans directories, ensuring your new software project has version control and planning frameworks set up immediately.

When should I use interactive full mode versus auto mode for project scaffolding?

Use interactive full mode for project scaffolding when you need hands-on involvement in research and stack decisions, while auto mode runs as the default automated workflow. Both generate identical artifacts under ./docs and ./plans directories.