ck:bootstrap

Bootstrap software projects from requirements into documented plans and implementation workflows.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/hidonguyen/trade-ops --skill ck-bootstrap-hidonguyen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:bootstrap
Source: https://github.com/hidonguyen/trade-ops/tree/main/.opencode/skills/bootstrap
Command: npx skills add https://github.com/hidonguyen/trade-ops --skill ck-bootstrap-hidonguyen

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Bootstraps comprehensive software projects by turning high-level requirements into documented plans and a coordinated implementation workflow so teams avoid ad-hoc decisions, rework, and stalled starts.

Core Features & Use Cases

  • End-to-end scaffolding: Guides research, tech-stack selection, design, planning, implementation, testing, review, and onboarding.
  • Mode-driven orchestration: Supports --full, --auto, --fast, and --parallel modes to control user gates, thinking depth, and parallelism.
  • Skill coordination: Activates downstream skills (ck:plan, ck:cook, ck:ai-multimodal, git-manager) and writes outputs to ./docs and ./plans.
  • Use case: Rapidly produce a vetted project plan and a staged implementation pipeline for a SaaS dashboard with minimal manual coordination.

Quick Start

Run /ck:bootstrap with a one-line project requirement and an optional mode flag such as --auto, --fast, --full, or --parallel.

Frequently Asked Questions about ck:bootstrap

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

FAQPage Schema
How do I bootstrap a new software project from requirements to running code?

Project bootstrapping turns high-level requirements into documented plans and coordinated implementation workflows. This process guides research, tech-stack selection, design, planning, and staged implementation to avoid ad-hoc decisions and stalled starts.

Can I automate project scaffolding with multi-agent execution?

Yes, automated project scaffolding supports multi-agent execution. Using mode flags like --auto and --parallel controls user gates, thinking depth, and parallelism to coordinate implementation workflows without manual intervention.

What is the best way to generate documented plans for a staged implementation pipeline?

Generating documented plans is best handled by orchestrating downstream skills to write outputs to ./plans and ./docs directories. This produces vetted project plans and a staged implementation pipeline with minimal manual coordination.

Does project scaffolding support interactive gates for single-agent workflows?

Yes, project scaffolding supports interactive gates for single-agent workflows. Using mode flags such as --full and --fast controls user gates and thinking depth, allowing you to manage the implementation workflow manually.

How do I coordinate tech-stack selection and design for a new SaaS project?

Tech-stack selection and design coordination is achieved by invoking downstream skills for planning and implementation. This end-to-end scaffolding guides research, design, and planning to produce a vetted project plan.