A problem-solving framework for builders and makers — built for AI-first execution.
Plan → Build → Ship. Repeat.
- Read the full framework →
- See it in action: writing an article →
- See it in action: building a feature →
docs/
├── README.md ← Framework overview. Start here.
├── phases/
│ ├── plan.md ← Phase 1: Plan
│ ├── build.md ← Phase 2: Build
│ └── ship.md ← Phase 3: Ship
├── gates/
│ ├── research.md ← Gate: Research
│ ├── validate-plan.md ← Gate: Plan Validation
│ ├── validate-build.md ← Gate: Build Validation
│ └── review.md ← Gate: Review
└── examples/
├── write-an-article.md ← Worked example: writing a technical article
└── build-a-feature.md ← Worked example: building a software feature
solveOS is a living framework. It improves through use.