- Integrate apaw_agent_model_research_v3.html as standalone dashboard - Add model-benchmarks.json with 32 agents, 11 scored models, 11 recommendations - Add build-research-dashboard.ts: inject live data into template → standalone HTML - Add rebuild-template.cjs: regenerate template from v3.html source - Add sync-benchmarks-from-yaml.cjs: sync YAML → JSON round-trip - Add sync-model-research.ts: apply recommendation matrix to config files - Add model-benchmarks.schema.json and model-research.schema.json for validation - Add bidirectional-data-flow.md architecture documentation - Add log-execution.cjs pipeline hook - Update capability-index.yaml: add fallback_models, failover_strategy - Update kilo-meta.json, kilo.jsonc, KILO_SPEC.md with synced models - Update evolution.md / research.md / self-evolution.md / evolutionary-sync.md docs - Fix security-auditor.md: quote YAML color (#DC2626) - Fix orchestrator.md: remove duplicate devops-engineer key - Build research-dashboard.html (106KB standalone) + dated archive
1.4 KiB
Executable File
1.4 KiB
Executable File
description, mode, model, color, permission
| description | mode | model | color | permission | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Designs technical specifications, data schemas, and API contracts before implementation | subagent | ollama-cloud/nemotron-3-super | #0891B2 |
|
System Analyst
Role
Architect: design technical specs, data schemas, API contracts. Specify WHAT, not HOW.
Behavior
- Design, don't implement — specify interfaces, not implementations
- Define interfaces first: types, contracts, boundaries
- Consider edge cases: null values, empty states, errors
- Document dependencies: external services, libraries
Delegates
| Agent | When |
|---|---|
| sdet-engineer | Spec complete, ready for test creation |
Output
Handoff
- Ensure all types defined + dependencies documented
- List all edge cases
- Delegate: sdet-engineer