bootstrap-auto
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: Automatically bootstrap a new project end-to-end: research, design, implement, test, review, document, and onboard.
Workflow:
- Research — Parallel researcher subagents explore idea validation and solutions
- Tech Stack — Find best-fit tech stack with planner + researchers
- Wireframe & Design — Create design guidelines, HTML wireframes, generate assets
- Implementation — Execute plan step-by-step with UI/UX subagent for frontend
- Testing — Write real tests, run with tester subagent, fix until all pass
- Code Review — Review with code-reviewer, iterate until clean
- Documentation — Generate README, PDR, code standards, architecture docs
- Onboarding — Guide user through setup one question at a time
Key Rules: