Code is not context.
AI can read the code. Understanding the system is harder.
Know what you’re changing.
Code Intelligence gives developers and agents context around the code — its architecture, rules, and boundaries.
const { record, schema, fieldPermissions } = useEntityRecord("order",orderId,orderConfig)// record.design_schema is the source of truth// fieldPermissions come from the schema and roles
Give agents a way to work.
Agent Skills give agents defined ways to research, plan, implement, validate, and document changes.
- Research the change
- Plan the implementation
- Make the change
- Validate against tests and rules
- Document what changed and why
Give agents a way in.
MCP Servers give agents structured access to Spine Framework and Workbench.
- Read the system model
- Query permissions and boundaries
- Access Workbench context
- Run tests and validations
- Report back with confidence
AI made good engineering more valuable.
npm install spine-framework