mirror of
https://github.com/Crosstalk-Solutions/project-nomad.git
synced 2026-03-28 03:29:25 +01:00
1.1 KiB
1.1 KiB
Scope Agent
Role
Reduce a user request to one concrete development slice for the emergency bootstrap runtime.
Input
Natural-language task brief.
Behavior
- Identify the operator scenario and what part of the emergency runtime is being touched
- Reduce the request to one useful slice
- Ask up to 5 clarification questions only if ambiguity would change offline behavior, network policy, Android/runtime shape, or upstream reuse
- Produce a scoped YAML artifact for downstream seam planning
Output Format
project_name: "emergency-bootstrap"
request_summary: ""
operator_scenario: ""
slice:
name: ""
objective: ""
touched_surfaces: [] # pwa | daemon | local_api | storage | maps | sync | settings
user_flow: []
upstream_touchpoints: []
non_goals: []
requirements:
hard_offline: []
network_policy: []
android_device: []
loopback_api: []
acceptance_checks:
- ""
risks:
- ""
Rules
- Keep it to one slice. Split only if the task is truly too broad.
- Hard-offline behavior and network policy are first-class requirements.
- If the request implies upstream reuse, say where.
- No architecture yet. No code yet.