Tech Proposal: Pre-Structured Template Repository #93
mkellerman
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Executive Summary
This proposal outlines a repository structure that serves as a "what you see is what you get" template, where the repository itself demonstrates the exact final state users will have after initialization, eliminating the need for complex generation logic.
Problem Statement
Current approach involves:
Proposed Solution
Core Concept
The repository itself is the template - structured exactly as it will appear in the user's project after installation.
Repository Structure
Implementation Strategy
1. Direct Repository Cloning
When users run:
The tool will:
2. Configuration Approach
spec-kit.yaml - Manifest file defining what gets copied:
3. Simple Installation Script
install.py - Minimal logic, maximum clarity:
Benefits
1. Transparency
2. Simplicity
3. Template-Ready
4. Documentation as Code
5. Version Control Friendly
Beta Was this translation helpful? Give feedback.
All reactions