solo-project-bootstrap

Generates CLAUDE.md project contracts and workspace folder structures for solo developer projects.

Updated Apr 23, 2026
One-click install
npx skills add https://github.com/cjrain-12505614/solo-forge-marketplace --skill solo-project-bootstrap-cjrain-12505614
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: solo-project-bootstrap
Source: https://github.com/cjrain-12505614/solo-forge-marketplace/tree/main/solo-forge-v0.6.0/skills/solo-project-bootstrap
Command: npx skills add https://github.com/cjrain-12505614/solo-forge-marketplace --skill solo-project-bootstrap-cjrain-12505614

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Starting a new solo development project often means scattered notes, no clear decision records, and no consistent structure for sessions, decisions, and deliverables. This Skill bootstraps a complete project management foundation by generating a CLAUDE.md contract file and a standardized docs workspace. ## Core Features & Use Cases - CLAUDE.md Generation: Creates an 11-section project contract covering overview, team roles, workspace structure, session management, decision protocols, roadmap, and lessons learned. - Workspace Scaffolding: Creates a numbered docs folder hierarchy (management, research, planning, design, development, QA, deliverables) with initialized decision_log.md and team_plan.md files. - Team Onboarding Paths: Provides small, medium, and large team configuration templates with role pools and Korean agent name suggestions. - Use Case: A solo developer starting a new app project asks to set up the project, and receives a complete CLAUDE.md, folder structure, and decision log ready for the first working session. ## Quick Start Ask the assistant to start a new project and generate the CLAUDE.md with the workspace folder structure.

Frequently Asked Questions about solo-project-bootstrap

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

FAQPage Schema
How do I set up a CLAUDE.md file for a new project?▼

Invoke this skill when starting a project without a CLAUDE.md. It collects project name, goals, tech stack, and team size, then generates an 11-section CLAUDE.md covering overview, roles, workspace structure, decision protocols, and roadmap.

What folder structure should a solo developer project use?▼

This skill creates a numbered docs hierarchy: 00_관리 for decisions and sessions, 01_참고자료 for research, 02_기획 for planning, 03_설계 for design, 04_개발 for code, 05_검증 for QA, and 06_산출물 for deliverables.

How does the three-level decision protocol work?▼

Decisions are classified by severity: red strategic decisions go to the PM, yellow technical decisions go to the PL, and green operational decisions are handled by the assigned agent. All decisions are recorded in decision_log.md and synced to CLAUDE.md sections 9 and 10.

Can I customize the team size and agent roles?▼

Yes, the skill offers small (2-3 agents), medium (4-5 agents), and large (5+ agents) team configurations. You select roles from a pool including researcher, planner, designer, architect, developers, DevOps, and QA, with suggested Korean agent names.

What happens after project bootstrap is complete?▼

After bootstrap, the skill reports the finalized CLAUDE.md to the PM and directs you to start the first session using the session-protocol skill. Other skills like decision-tracker and agent-dispatch depend on the generated CLAUDE.md sections.