Best Practices
Useful combinations
Before any architecture task
get_workspace_info— orient yourselfget_workspace_context— load full requirements into context- Ask Archie or search recommendations from there
"Is my architecture compliant?"
get_workspace_context— full requirements picturesearch_inventory_components— find relevant componentssearch_inventory_relationships— see what accesses whatask_archie→get_archie_response— synthesise
"What should I fix first?"
search_recommendationswithstatus: ["NEW","PINNED"],sort_by: "roi"get_recommendationfor the top result — full implementation planask_archie— "given my architecture, how hard is this to implement?"
"Understand a service's dependencies"
search_inventory_componentswithsearch: "service-name"search_inventory_relationshipswithcomponent_id— all connectionsget_inventory_componentfor the interesting ones — full cloud attributes
"Brief me before a design review"
get_workspace_context— all constraints in one callsearch_recommendations— any existing proposals on the topicask_archie— "what should I be thinking about when designing X?"
Updated 13 days ago