Handbook
Blueprint policy — do not change casually
This directory **`blueprints/sdlc/`** is the **frozen** SDLC package: process and documentation conventions meant to be **reused and compared** across projects.
Blueprint policy — do not change casually
This directory blueprints/sdlc/ is the frozen SDLC package: process and documentation conventions meant to be reused and compared across projects.
Rules
- Do not edit files here as part of normal product work (features, docs under
docs/, WBS updates, etc.). - Change only when explicitly requested — e.g. adopting a new blueprint version, fixing an upstream template bug, or a deliberate policy decision to revise the baseline.
- Day-to-day project work belongs in
sdlc/(this repo’s SDLC workspace) anddocs/(requirements, roadmap, profile, etc.). - If you change
SDLC.md,DOCUMENTATION-STRUCTURE.md,methodologies/*.md, or related blueprint files, update the human handbook inblueprints/sdlc/docs/(chapter*.html, SVGs as needed) perblueprints/sdlc/docs/MAINTENANCE.md. Whenblueprints/agents/in the same repository changes, alignblueprints/sdlc/docs/agents.htmlwithblueprints/agents/STRUCTURE.md.
Relationship to sdlc/
blueprints/sdlc/— canonical, generic text (immutable by convention).sdlc/— where this project links, interprets, and extends the SDLC without touching the blueprint.
Copying this repo: you may copy blueprints/sdlc/ wholesale to another repository; use sdlc/ (or equivalent) only in repos that track project-specific SDLC notes.
Canonical source
Edit https://github.com/autowww/blueprints/blob/main/sdlc/POLICY.md first; regenerate with docs/build-handbook.py.