DecisionOps Documentation
IDE & MCP

IDE Workflow Example

See how an IDE agent can retrieve an existing decision and steer implementation before a conflicting change is introduced.

A common MCP workflow starts with an implementation request, not a documentation request.

Example

Developer prompt:

Create a REST API using Express

DecisionOps MCP response:

  • Existing decision: use Hono instead of Express
  • Suggested action: build the API with Hono, or create a new decision if the team intends to change the standard

Why This Matters

This is the difference between documentation that is merely searchable and guidance that can actively influence implementation before drift lands in the codebase.

Next steps:

On this page