Skip to content

Commit 280b1bd

Browse files
committed
MVVR
Signed-off-by: Eddie Knight <knight@linux.com>
1 parent e7acb63 commit 280b1bd

2 files changed

Lines changed: 49 additions & 0 deletions

File tree

CLAUDE.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# CLAUDE.md
2+
3+
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
4+
5+
## Repository Overview
6+
7+
This is the governance repository for the **OpenSSF Technical Advisory Council (TAC)** — the body overseeing all Technical Initiatives (TIs) within the Open Source Security Foundation. It contains no application code; it is entirely documentation, governance processes, and meeting records in Markdown.
8+
9+
## Repository Structure
10+
11+
- `process/` — Core governance docs: TI lifecycle stages (Sandbox → Incubating → Graduated), decision processes, roles & responsibilities, funding requests, and stage-specific requirements in subdirectories
12+
- `TI-reports/` — Quarterly status update reports from Technical Initiatives (use `0000-quarterly-update-template.md` as a template)
13+
- `minutes/` — TAC meeting minutes (chronological, dating back to 2020)
14+
- `elections/` — TAC and SCIR election nominations and results
15+
- `policies/` — Governance policies (e.g., access control)
16+
- `files/images/` — Image assets referenced by documentation
17+
- `organizational-structure-overview.md` — Org hierarchy and project-to-WG mapping
18+
- `technical-vision.md` — 2-5 year strategic vision
19+
- `working-group-abilities.md` — Permitted WG activities and autonomy
20+
21+
## Key Governance Concepts
22+
23+
The TI lifecycle has three stages: **Sandbox → Incubating → Graduated**. Requirements for each stage differ by TI type (Working Group, Project, SIG) and are documented in `process/wg-lifecycle-documents/`, `process/project-lifecycle-documents/`, and `process/sig-lifecycle.md`.
24+
25+
The main README.md contains the canonical table of all TIs with their current lifecycle status, sponsoring WG, and repository links.
26+
27+
## Contribution Requirements
28+
29+
- **DCO required**: All commits must include a `Signed-off-by` line. Use `git commit -s` to add it automatically.
30+
- **GitVote**: Decisions use `.gitvote.yml` — 2-week voting period, 55% pass threshold, voters are `@ossf/tac` team members.
31+
- **CODEOWNERS**: Repository is owned by `@ossf/tac`.
32+
33+
## Common Tasks
34+
35+
- **Adding a quarterly report**: Create a new file in `TI-reports/` following the template in `TI-reports/0000-quarterly-update-template.md`
36+
- **Updating TI status**: Edit the tables in `README.md` to reflect lifecycle stage changes
37+
- **Adding meeting minutes**: Create a new dated file in `minutes/`

process/wg-lifecycle-documents/ORBIT_WG_incubating_stage.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,18 @@ The WG must have a charter or mission statement for review by TAC
5252
* Link to the WG charter or mission statement defining its goals.
5353
* https://github.com/ossf/wg-orbit/blob/main/CHARTER.md
5454

55+
### Alignment with the OpenSSF MVSSR
56+
The mission of the WG must be aligned with the [Mission, Vision, Values, Strategy, and Roadmap (MVVSR)](https://openssf.org/about/) of the OpenSSF. Please indicate to which of the three strategies and four pillars of the OpenSSF the WG is contributing to.
57+
58+
Strategies: *i) Catalyst for Change*, *ii) Educate and Empower the Modern Developer*, *iii) Ecosystem Leader*
59+
* **Catalyst for Change**: ORBIT develops interoperable baselines and specifications (e.g., the Open Source Project Security Baseline and the Security Insights Specification) that drive adoption of "secure by design/default" practices by defining clear, actionable security standards for open source projects.
60+
* **Educate and Empower the Modern Developer**: Through initiatives like ORBIT Launchpad, the WG provides resources and guidance that help developers and maintainers understand and implement security baselines in their projects.
61+
* **Ecosystem Leader**: ORBIT's focus on interoperability—standardizing how security-relevant data is identified, formatted, and shared across tools and ecosystems—positions the OpenSSF as a leader in cross-ecosystem security collaboration.
62+
63+
Pillars: *i) Programs & Projects, ii) Education, iii) Public Policy, iv) Community & Events*
64+
* **Programs & Projects**: ORBIT maintains several active technical initiatives including the Open Source Project Security Baseline, Security Insights Specification, Gemara, and ORBIT Launchpad, all focused on producing practical, reusable security artifacts.
65+
* **Education**: The WG contributes educational resources through its best practices documentation and Launchpad materials that help projects adopt security baselines.
66+
5567
### Governance
5668
WG must have documented, initial group governance.
5769
* Link to initial group governance doc

0 commit comments

Comments
 (0)