Production-first decision skill for independent vibe coders.
This project helps solo builders decide what to build, what to borrow (open source), and what to buy so they can ship production software faster with fewer unknowns.
AI can generate demos quickly, but production software fails on hidden complexity: auth, backups, observability, integrations, rollback, and ongoing ops.
This repo combines:
- A repeatable build/borrow/buy framework
- A first-sprint implementation accelerator
- A production guardrail checker
Default profile: independent vibe coder (1-person team).
Assumptions:
- Non-regulated business software
- No high-liability workflows
- Early production launch focus
python3 scripts/validate_skill.pypython3 skill/scripts/search_borrow_candidates.py "project management estimating"python3 skill/scripts/implementation_accelerator.py \
--profile independent-vibe-coder \
--idea "PM estimating platform" \
--core "estimate scoring,margin intelligence" \
--commodity "auth,notifications,storage" \
--integrations "gohighlevel"python3 skill/scripts/production_guardrail_check.py \
--profile independent-vibe-coder \
--fail "audit,runbook,error_budget"skill/
SKILL.md
agents/openai.yaml
references/
scripts/
docs/
.github/
scripts/
Copy skill/ into your Codex skills directory as build-borrow-buy-assessment.
See CONTRIBUTING.md.
See ROADMAP.md.
See CHANGELOG.md.
MIT. See LICENSE.