---
name: systems-engineering
description: ALWAYS use this when the request sounds like a platform, robotics stack, digital twin, telemetry-heavy system, operator workflow, simulation-first program, or any software effort that is bigger than normal app delivery.
Systems Engineering
Selective Reading Rule
Start with:
references/usage-routing.md
references/quality-checklist.md
Then load only the inherited docs, scripts, assets, or examples that match the user's actual task.
Selective Reading Rule
Start with:
references/senior-master-standard.md
references/mission-software-playbook.md
references/simulation-first-delivery.md
Read when needed:
references/interface-control-checklist.md for subsystem contracts, operator boundaries, telemetry, and safety checks
Purpose
Turn big system ideas into disciplined software programs that can be planned, prototyped, simulated, verified, and expanded in stages.
This skill is for work that touches the physical world, operators, mission constraints, or multiple interacting subsystems.
Use This Skill When
- the idea sounds like a platform, vehicle, mission system, robotics stack, digital twin, or industrial control support system
- the request needs more than a normal web-app architecture
- the software must reason about telemetry, state machines, interfaces, failure modes, or staged verification
- simulation or prototype boundaries matter more than shipping a UI quickly
Do Not Use This Skill For
- weapon guidance, targeting, ballistic optimization, or kill-chain support
- malware, intrusion, stealth, or exfiltration
- covert surveillance or non-consensual human monitoring
- impossible financial claims such as guaranteed wins
Core Workflow
- Frame the mission.
- users, operators, environment, success criteria, constraints
- Define the verification boundary.
- concept, simulator, prototype, lab, staging, field, production
- Decompose the system.
- operator layer
- control plane
- data and telemetry
- subsystem interfaces
- safety and fallback behaviors
- Define the first software slice.
- simulator
- dashboard
- telemetry pipeline
- interface contract
- operator workflow
- Route to support skills.
architecture, api-patterns, database-design, frontend-design, closed-loop-delivery
- Deliver with evidence.
- simulation traces, test matrix, runtime proof, or interface validation
Output Standard
A good result should leave the team with:
- a mission or system brief
- a subsystem map
- an explicit prototype or simulation boundary
- a first delivery slice
- a verification plan
- a realistic next-step program sequence
Related Skills
workspace-operating-system for overall routing and governance
architecture for system shape and tradeoffs
app-builder when the systems work still resolves into a product or app surface
closed-loop-delivery when the first slice should be driven to proven completion
1---2name: systems-engineering3description: ---4---5---6name: systems-engineering7description: ALWAYS use this when the request sounds like a platform, robotics stack, digital twin, telemetry-heavy system, operator workflow, simulation-first program, or any software effort that is bigger than normal app delivery.8---910# Systems Engineering1112## Selective Reading Rule1314Start with:1516- `references/usage-routing.md`17- `references/quality-checklist.md`1819Then load only the inherited docs, scripts, assets, or examples that match the user's actual task.2021## Selective Reading Rule2223Start with:2425- `references/senior-master-standard.md`26- `references/mission-software-playbook.md`27- `references/simulation-first-delivery.md`2829Read when needed:3031- `references/interface-control-checklist.md` for subsystem contracts, operator boundaries, telemetry, and safety checks3233## Purpose3435Turn big system ideas into disciplined software programs that can be planned, prototyped, simulated, verified, and expanded in stages.3637This skill is for work that touches the physical world, operators, mission constraints, or multiple interacting subsystems.3839## Use This Skill When4041- the idea sounds like a platform, vehicle, mission system, robotics stack, digital twin, or industrial control support system42- the request needs more than a normal web-app architecture43- the software must reason about telemetry, state machines, interfaces, failure modes, or staged verification44- simulation or prototype boundaries matter more than shipping a UI quickly4546## Do Not Use This Skill For4748- weapon guidance, targeting, ballistic optimization, or kill-chain support49- malware, intrusion, stealth, or exfiltration50- covert surveillance or non-consensual human monitoring51- impossible financial claims such as guaranteed wins5253## Core Workflow54551. Frame the mission.56 - users, operators, environment, success criteria, constraints572. Define the verification boundary.58 - concept, simulator, prototype, lab, staging, field, production593. Decompose the system.60 - operator layer61 - control plane62 - data and telemetry63 - subsystem interfaces64 - safety and fallback behaviors654. Define the first software slice.66 - simulator67 - dashboard68 - telemetry pipeline69 - interface contract70 - operator workflow715. Route to support skills.72 - `architecture`, `api-patterns`, `database-design`, `frontend-design`, `closed-loop-delivery`736. Deliver with evidence.74 - simulation traces, test matrix, runtime proof, or interface validation7576## Output Standard7778A good result should leave the team with:7980- a mission or system brief81- a subsystem map82- an explicit prototype or simulation boundary83- a first delivery slice84- a verification plan85- a realistic next-step program sequence8687## Related Skills8889- `workspace-operating-system` for overall routing and governance90- `architecture` for system shape and tradeoffs91- `app-builder` when the systems work still resolves into a product or app surface92- `closed-loop-delivery` when the first slice should be driven to proven completion