bootstrap
Installation
SKILL.md
[IMPORTANT] Use
TaskCreateto break ALL work into small tasks BEFORE starting — including tasks for each file read. This prevents context loss from long files. For simple tasks, AI MUST ask user whether to skip.
Quick Summary
Goal: Plan and bootstrap a new project end-to-end, from requirements through implementation to documentation.
Workflow:
- Clarify — Ask probing questions to understand objectives and constraints
- Research — Parallel research for idea validation and best solutions
- Tech Stack — Select and get user approval on technology choices
- Plan — Create phased implementation plan with approval gate
- Wireframe — Optional design guidelines and wireframes
- Implement — Execute plan step by step with type checking
- Test & Review — Run tests, code review, iterate until passing
- Document & Onboard — Update docs, guide user to get started
Key Rules: