Strategy
Decides what is worth building—and why.
System 01 · Strategic decision layer
The human-owned layer that converts an idea into a bounded, measurable strategic contract—safe for the Knowledge and Execution systems to elaborate.
Decides what is worth building—and why.
Defines what must be true.
Determines how to build and verify it.
The Strategy System frames the initiative without drifting into detailed requirements, technical designs, implementation tasks, or test cases.
Mission and problem statement.
Users, stakeholders, and beneficiaries.
Measurable customer, business, and platform outcomes.
Product and platform scope.
Explicit exclusions.
Principles, constraints, and non-negotiables.
Strategic hypotheses and validation milestones.
Owners, decision rights, and approval gates.
The approved collection becomes the input contract for the Knowledge System.
| Artifact | Purpose | Required content |
|---|---|---|
| Project Charter | Authorizes the initiative | Mission, sponsor, owner, scope, status, target users |
| Outcome Model | Defines success | Outcomes, measures, baselines, targets, time horizons |
| Product Thesis | Explains intended value | User problem, experience promise, differentiator |
| Platform Thesis | Defines reusable value | Capabilities to reuse, expected consumers, reuse assumptions |
| Strategic Principles | Guides decisions | Ranked principles and conflict-resolution rules |
| Boundaries & Constraints | Limits the solution space | In scope, out of scope, hardware, cost, safety, schedule |
| Hypothesis Register | Captures uncertainty | Assumption, evidence needed, risk, validation method |
| Capability Roadmap | Establishes sequencing | Capabilities, dependencies, proof points, release horizons |
| Decision Rights | Establishes authority | Accountable human, reviewers, escalation and exception rules |
Common metadata
Every strategic artifact carries identity, status, authority, lineage, and review history. Git remains the source of truth, so approvals and changes are reviewable—not silently overwritten.
artifact_id: STRAT-001
artifact_type: project-charter
version: 0.3
status: approved
owner: product-strategy-owner
approvers:
- executive-sponsor
- chief-architect
created: 2026-08-07
last_updated: 2026-08-07
supersedes: 0.2
applies_to: [rp2350-platform]
source_inputs: []
dependencies: []
decisions_supported: []
downstream_artifacts: []
review_history: []
Only an approved Strategy Package authorizes OpenSpec exploration and proposal work.
Amendment trigger: reapproval is required when a change alters the mission, target user, platform boundary, non-negotiable constraint, success measure, funding or schedule assumption, risk class, human authority, or foundational platform principle. Routine requirement clarification stays downstream.
AI can recommend strategy, expose contradictions, and draft amendments. It cannot approve strategy or redefine platform boundaries autonomously.
Strategy Gate
The gate produces a versioned authorization that names the next stage, any conditions, and the humans who approved the exact Strategy Package.
A named human owns the initiative.
Target user and problem are explicit.
Product and platform outcomes are measurable.
Scope and exclusions are documented.
Platform reuse expectations are defined.
Major assumptions and risks are visible.
Hardware and safety constraints are recorded.
Strategic conflicts have a resolution rule.
Approvers approved the same version.
The package is committed and traceable in Git.
gate: strategy-approval
decision: approved
authorized_next_stage:
openspec-explore
strategy_version: 0.3
conditions:
- validate_frame_timing_on_target_hardware
- preserve_game_independent_lifecycle_api
approved_by:
- human-product-owner
- chief-architect
A preliminary definition that converts the platform-first philosophy into testable strategic intent.
Mission
Create a reusable RP2350 game platform that enables small, polished games to be developed efficiently through an AI-native engineering workflow.
Players can immediately understand, start, pause, resume, and enjoy a responsive game on target hardware.
The first game proves reusable lifecycle, input, rendering, audio, timing, asset, and validation capabilities that future games can adopt without rewriting the engine.
Repository blueprint
Each artifact is independently reviewable, versioned, and traceable. Approvals live beside the package they authorize.
strategy/
├── charter.md
├── outcomes.md
├── product-thesis.md
├── platform-thesis.md
├── principles.md
├── boundaries.md
├── hypotheses.md
├── roadmap.md
├── decision-rights.md
└── approvals/
└── strategy-v0.3.yaml