# scaffold-mvp > Scaffold the TenderFit MVP repo structure with docs, schemas, and CLI entrypoints - Author: Priyank - Repository: priyank-mehta/tenderfit - Version: 20260201224259 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/priyank-mehta/tenderfit - Web: https://mule.run/skillshub/@@priyank-mehta/tenderfit~scaffold-mvp:20260201224259 --- --- name: scaffold-mvp description: Scaffold the TenderFit MVP repo structure with docs, schemas, and CLI entrypoints metadata: short-description: Scaffold repo + docs + schemas + minimal Python package --- You will: 1) Create the directory structure in the repository root as defined in README. 2) Add all markdown docs under /docs exactly as specified. 3) Create placeholder Python modules under tenderfit/ with __init__.py, cli.py, app.py. 4) Add schemas/ JSON schema files with placeholders matching docs. 5) Add pyproject.toml and .env.example. 6) Do not implement features; only scaffold cleanly.