Implementation Planning
Graph-backed implementation planning without AI reasoning.
Implementation Planning
ImplementationPlan turns a task string into deterministic graph touchpoints and
ordered engineering steps.
It is not a code generator. It does not infer product intent. It finds graph entities related to the task, expands the semantic boundary, groups affected nodes, and returns recommendations.
Example
ontoly implementation-plan "remove PlanDefinition support" --jsonThe result can include:
- matched graph terms
- affected routes, controllers, services, modules, repositories, configuration, resources, and language nodes
- graph evidence for the expansion
- implementation-order recommendations
- diagnostics when the task has low graph evidence
Recommended Agent Workflow
- Run
ImplementationPlan. - Cite the graph hash and evidence.
- Use
ImpactAnalysisfor the riskiest affected nodes. - Use
RequestTrace,ConfigurationUsage, orDataFlowwhen the plan touches request handling, configuration, or persistence. - Inspect files only when Ontoly returns insufficient graph evidence.