ck:bootstrap

Bootstrap software projects from requirements into runnable codebases via YAML-defined workflows.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/MinhQuyen274/smartify --skill ck-bootstrap-minhquyen274
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:bootstrap
Source: https://github.com/MinhQuyen274/smartify/tree/main/Frontend_PROJECT_Figma/.opencode/skills/bootstrap
Command: npx skills add https://github.com/MinhQuyen274/smartify --skill ck-bootstrap-minhquyen274

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It coordinates end-to-end project bootstrapping so you can go from a vague idea to an implementable, documented codebase with the right research, stack, design, plan, and execution.

Core Features & Use Cases

  • Multi-mode project scaffolding: supports full interactive, auto (default), fast, and parallel execution flows.
  • Guided workflow orchestration: runs research, tech-stack selection, design approval, planning, and implementation via downstream skills.
  • Plan-and-cook delegation: creates a plan in ./plans and delegates implementation/testing/review/docs/onboarding to ck:plan and ck:cook.
  • Documentation output discipline: writes reports to ./docs and uses shared phase guidance to produce a consistent final report.

Quick Start

Provide requirements and run in fast mode by prompting the agent with: /bootstrap "Build a SaaS dashboard with auth" --fast

Frequently Asked Questions about ck:bootstrap

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

FAQPage Schema
How do I scaffold a full software project from a vague idea to a runnable codebase?

To scaffold a full software project from a vague idea, you coordinate end-to-end research, tech-stack selection, UI design approval, planning, and implementation. This orchestration generates a documented, runnable codebase by delegating execution across structured phases.

What is the best way to automate tech stack selection and UI design for new SaaS applications?

Automating tech stack selection and UI design for new SaaS applications requires a guided workflow orchestration that evaluates requirements and routes through design approval. This ensures structured plan generation before delegating implementation and testing.

Can I generate project plans and implementation tasks for web app scaffolding in parallel?

Yes, web app scaffolding supports full interactive, auto, fast, and parallel execution flows. You can generate a plan directory and delegate implementation, testing, review, and documentation concurrently across parallel execution modes.

Do I need YAML-defined requirements to bootstrap a software project?

Yes, bootstrapping a software project requires a YAML-defined skill entry to select the appropriate mode-based workflow. This configuration drives the generation of the plan directory and subsequent implementation delegation.

How does plan-and-cook delegation work for technical planning and implementation?

Plan-and-cook delegation works by creating a technical planning directory and delegating implementation, testing, review, and onboarding to downstream skills. This ensures the execution phase follows the approved design and documentation output discipline.

What are the limitations of fast mode for project scaffolding?

Fast mode for project scaffolding accelerates execution but may bypass interactive design approval steps. It is suited for straightforward scenarios where you need a repeatable workflow quickly, but complex SaaS dashboards might require full interactive orchestration.